This script gives the user a small table that shows various categories of physical contact versus their perceived reaction to the COVID virus.
myDataPath <- read.csv("/Applications/Summer Session II HW/DACSS601SS22021/_data/covid-responses.tab - covid-responses.tab.csv", header=TRUE)
covid_responses <- myDataPath
require(tidyverse) #initiated tidyverse
covid_responses %>% #addressed my data set directly to begin consolidation efforts
select(social, handshake, stores, curfew, perceivedreaction) %>% #implemented the following variables into my set
na.omit() #omitted all of the "NA" variables.
social handshake stores curfew
1
2 No Yes Yes Yes
3
4 Yes Yes Yes Yes
5 Yes Yes Yes Yes
6 Yes Yes Yes Yes
7 No Yes No Yes
8 Yes No Yes Yes
9 Yes Yes Yes Yes
10 Yes Yes Yes Yes
11 Yes Yes Yes Yes
12 Yes Yes Yes Yes
13 Yes Yes Yes Yes
14 Yes Yes Yes Yes
15 Yes Yes Yes Yes
16 Yes Yes Yes Yes
17
18 No No No No
19 Yes Yes Yes Yes
20 Yes Yes Yes Yes
21 Yes Yes No Yes
22 Yes Yes No No
23 Yes Yes Yes Yes
24 No Yes Yes Yes
25
26 Yes Yes Yes Yes
27 No Yes Yes Yes
28 Yes Yes Yes Yes
29 Yes No No Yes
30 Yes Yes Yes Yes
31 Yes Yes Yes Yes
32 Yes Yes Yes Yes
33 Yes Yes Yes Yes
34 Yes Yes Yes Yes
35 Yes Yes Yes Yes
36 Yes Yes Yes Yes
37 Yes Yes Yes Yes
38 Yes Yes Yes Yes
39 Yes Yes Yes Yes
40
41 Yes Yes Yes Yes
42 Yes Yes Yes Yes
43 Yes Yes Yes Yes
44 Yes Yes Yes Yes
45 Yes Yes Yes Yes
46 Yes Yes Yes Yes
47 Yes Yes Yes No
48 Yes Yes Yes Yes
49 Yes Yes Yes Yes
50 Yes Yes Yes Yes
51 Yes Yes Yes Yes
52 Yes Yes Yes Yes
53 Yes Yes Yes Yes
54 Yes Yes Yes Yes
55 Yes Yes Yes Yes
56 Yes Yes Yes Yes
57 Yes Yes Yes Yes
58 Yes Yes Yes Yes
59 Yes Yes Yes Yes
60 Yes Yes Yes Yes
61 Yes Yes Yes Yes
62 Yes Yes Yes Yes
63 Yes Yes Yes Yes
64 Yes Yes Yes Yes
65 Yes Yes Yes Yes
66 Yes Yes Yes No
67 No Yes Yes Yes
68 Yes Yes Yes Yes
69 Yes Yes Yes Yes
70 Yes Yes Yes Yes
71 Yes Yes Yes Yes
72 Yes Yes Yes Yes
73 Yes Yes Yes Yes
74 Yes Yes Yes Yes
75 Yes Yes No Yes
76 Yes Yes Yes Yes
77 Yes Yes Yes Yes
78 Yes Yes Yes Yes
79
80 Yes Yes Yes Yes
81 Yes Yes Yes Yes
82 Yes Yes Yes Yes
83 Yes Yes Yes Yes
84 Yes Yes Yes Yes
85 Yes Yes Yes Yes
86 Yes Yes Yes Yes
87 Yes Yes Yes Yes
88 Yes Yes Yes Yes
89
90
91 Yes Yes Yes Yes
92 Yes Yes Yes Yes
93 Yes Yes Yes Yes
94 Yes Yes Yes Yes
95 Yes Yes Yes Yes
96 Yes Yes Yes Yes
97 Yes Yes Yes Yes
98 Yes Yes No Yes
99 Yes Yes Yes Yes
100 Yes Yes Yes Yes
101 Yes Yes Yes Yes
102 Yes Yes Yes Yes
103 Yes Yes No No
104 Yes Yes Yes Yes
105 Yes Yes Yes Yes
106 Yes Yes Yes Yes
107 Yes Yes Yes Yes
108 Yes Yes Yes Yes
109 Yes Yes Yes Yes
110 Yes Yes Yes Yes
111
112 Yes Yes Yes Yes
113 Yes Yes Yes No
114 Yes Yes Yes Yes
115 Yes Yes Yes Yes
116 Yes Yes Yes Yes
117 Yes Yes Yes Yes
118 Yes Yes Yes Yes
119 Yes Yes Yes Yes
120 Yes Yes No Yes
121 Yes Yes Yes Yes
122 Yes Yes Yes Yes
123 Yes Yes No Yes
124 Yes Yes Yes Yes
125 Yes Yes Yes Yes
126 No Yes Yes Yes
127 Yes Yes Yes Yes
128 Yes Yes Yes Yes
129 Yes Yes Yes Yes
130 Yes Yes Yes Yes
131 Yes Yes Yes Yes
132 Yes No No Yes
133 Yes Yes Yes Yes
134 Yes Yes Yes Yes
135 Yes Yes No Yes
136 Yes Yes Yes Yes
137 Yes Yes Yes Yes
138 Yes Yes Yes Yes
139 Yes Yes Yes Yes
140 Yes Yes Yes Yes
141 Yes Yes Yes Yes
142 Yes Yes Yes Yes
143 Yes Yes Yes Yes
144 Yes Yes Yes Yes
145 Yes Yes Yes Yes
146 Yes Yes Yes Yes
147 Yes Yes Yes Yes
148 Yes Yes No Yes
149 Yes Yes Yes Yes
150 Yes Yes Yes Yes
151 Yes Yes Yes Yes
152 Yes Yes Yes Yes
153 Yes Yes Yes Yes
154
155 Yes Yes Yes Yes
156 Yes Yes No Yes
157 Yes Yes Yes Yes
158 Yes Yes Yes Yes
159 Yes Yes Yes Yes
160 Yes Yes Yes Yes
161 Yes Yes Yes Yes
162 Yes Yes Yes Yes
163 Yes Yes Yes Yes
164 Yes Yes Yes Yes
165 Yes Yes Yes Yes
166 Yes Yes Yes Yes
167 Yes Yes Yes Yes
168 Yes Yes Yes Yes
169 Yes Yes Yes Yes
170 Yes Yes Yes Yes
171 Yes Yes Yes Yes
172 Yes Yes Yes Yes
173 Yes Yes Yes Yes
174 Yes Yes Yes Yes
175 Yes Yes Yes Yes
176 Yes Yes Yes Yes
177 Yes Yes No No
178 Yes Yes Yes Yes
179 No Yes No Yes
180 Yes Yes Yes Yes
181 Yes Yes Yes Yes
182 Yes Yes Yes Yes
183 Yes Yes Yes Yes
184 Yes Yes Yes Yes
185 Yes Yes Yes Yes
186 Yes Yes Yes Yes
187 Yes Yes Yes Yes
188 Yes Yes Yes Yes
189 Yes Yes Yes Yes
190 Yes Yes Yes Yes
191 Yes Yes Yes Yes
192 Yes Yes Yes Yes
193 Yes Yes Yes Yes
194 Yes Yes Yes Yes
195 Yes Yes Yes Yes
196 Yes Yes Yes Yes
197 Yes Yes Yes Yes
198 Yes Yes Yes Yes
199 Yes Yes Yes Yes
200 Yes No Yes No
201 Yes Yes No Yes
202 Yes Yes Yes Yes
203 Yes Yes Yes Yes
204 Yes Yes Yes Yes
205 Yes Yes Yes Yes
206 Yes No Yes Yes
207 Yes Yes Yes Yes
208 Yes Yes Yes Yes
209 No Yes Yes Yes
210
211 Yes Yes Yes Yes
212 No Yes Yes Yes
213 Yes Yes Yes Yes
214 Yes Yes Yes Yes
215 Yes Yes Yes Yes
216 Yes Yes Yes Yes
217 Yes Yes Yes Yes
218 Yes Yes Yes Yes
219 Yes Yes Yes Yes
220 Yes Yes Yes Yes
221 Yes Yes Yes Yes
222 Yes Yes Yes Yes
223 Yes Yes Yes Yes
224 Yes Yes Yes Yes
225 Yes Yes Yes Yes
226 Yes Yes Yes Yes
227 Yes Yes No Yes
228 Yes Yes Yes Yes
229 No Yes Yes Yes
230 Yes Yes Yes Yes
231 Yes Yes Yes Yes
232 Yes Yes Yes Yes
233 Yes Yes Yes Yes
234 Yes Yes Yes Yes
235 Yes Yes Yes Yes
236 Yes Yes Yes Yes
237 Yes Yes Yes Yes
238 Yes Yes Yes Yes
239 Yes Yes Yes Yes
240 Yes Yes No Yes
241 Yes Yes Yes Yes
242 Yes Yes Yes Yes
243 Yes Yes Yes Yes
244 Yes Yes Yes Yes
245 Yes Yes Yes Yes
246 Yes Yes Yes Yes
247 Yes Yes Yes Yes
248 Yes Yes Yes Yes
249 Yes Yes Yes Yes
250 Yes Yes Yes Yes
251 Yes Yes Yes Yes
252 Yes Yes Yes Yes
253 Yes Yes Yes Yes
254 Yes Yes Yes Yes
255 Yes Yes Yes Yes
256 Yes Yes No No
257 Yes No Yes No
258 Yes Yes Yes Yes
259 Yes Yes Yes No
260 Yes Yes Yes Yes
261 Yes Yes Yes Yes
262 Yes Yes Yes Yes
263 Yes Yes Yes Yes
264 Yes Yes Yes Yes
265 Yes Yes Yes Yes
266 Yes Yes Yes Yes
267 Yes Yes Yes Yes
268 Yes Yes Yes Yes
269 Yes Yes Yes Yes
270 Yes Yes Yes Yes
271
272 Yes Yes Yes Yes
273 Yes Yes Yes Yes
274 Yes Yes Yes Yes
275 No Yes Yes Yes
276
277 Yes Yes No Yes
278 Yes Yes Yes Yes
279 Yes Yes Yes Yes
280 Yes Yes Yes Yes
281 Yes Yes Yes Yes
282 Yes Yes Yes Yes
283 Yes Yes Yes Yes
284
285 Yes Yes Yes Yes
286 Yes Yes Yes Yes
287 Yes Yes Yes Yes
288 Yes Yes Yes Yes
289
290 Yes Yes Yes Yes
291 Yes Yes Yes Yes
292 Yes Yes Yes Yes
293 Yes Yes Yes Yes
294 Yes Yes Yes Yes
295 Yes Yes Yes Yes
296 Yes Yes Yes Yes
297 Yes Yes Yes Yes
298 Yes Yes Yes Yes
299 Yes No Yes Yes
300 Yes Yes Yes Yes
301 Yes Yes Yes Yes
302 Yes Yes Yes Yes
303 Yes Yes Yes Yes
304 Yes Yes Yes Yes
305 Yes Yes Yes Yes
306
307 Yes Yes Yes Yes
308 Yes Yes No No
309 Yes No Yes Yes
310 Yes Yes Yes Yes
311 Yes Yes Yes Yes
312 Yes Yes Yes Yes
313 Yes Yes No Yes
314 Yes Yes Yes Yes
315 Yes Yes Yes Yes
316 No No No No
317 Yes Yes Yes Yes
318 Yes Yes No Yes
319 Yes Yes Yes Yes
320 Yes Yes Yes Yes
321 Yes Yes Yes Yes
322 Yes Yes Yes Yes
323 Yes Yes No Yes
324 No Yes Yes Yes
325 Yes Yes Yes Yes
326 Yes Yes Yes Yes
327 Yes Yes Yes No
328 Yes Yes Yes Yes
329 Yes Yes Yes Yes
330 No Yes Yes No
331 Yes Yes Yes Yes
332 Yes Yes Yes Yes
333 Yes Yes Yes Yes
334
335 Yes Yes Yes Yes
336 Yes Yes Yes Yes
337 Yes Yes Yes Yes
338 Yes Yes Yes Yes
339 Yes Yes Yes Yes
340 Yes Yes Yes Yes
341 Yes Yes Yes Yes
342 Yes Yes Yes Yes
343 Yes Yes No Yes
344 Yes Yes Yes Yes
345 Yes Yes Yes Yes
346 Yes Yes Yes Yes
347 Yes Yes Yes Yes
348 Yes Yes Yes Yes
349 Yes Yes Yes Yes
350 Yes Yes Yes Yes
351 Yes Yes Yes Yes
352 Yes Yes Yes Yes
353 Yes Yes Yes Yes
354 Yes Yes Yes Yes
355 Yes Yes Yes Yes
356 Yes Yes Yes Yes
357 Yes Yes Yes Yes
358 Yes Yes Yes Yes
359 Yes Yes Yes Yes
360 Yes Yes Yes Yes
361 No No No No
362 Yes Yes No Yes
363 Yes Yes Yes Yes
364 Yes Yes Yes Yes
365 Yes Yes Yes Yes
366 No Yes Yes No
367 Yes Yes Yes Yes
368 Yes Yes Yes Yes
369 Yes Yes Yes Yes
370 Yes Yes Yes Yes
371 Yes Yes Yes Yes
372 Yes Yes No Yes
373 Yes Yes Yes Yes
374 Yes Yes Yes Yes
375 Yes Yes Yes Yes
376
377 Yes Yes Yes Yes
378 Yes Yes Yes Yes
379
380 Yes Yes Yes Yes
381 Yes Yes Yes Yes
382 Yes Yes Yes Yes
383 Yes Yes Yes Yes
384 Yes Yes Yes No
385 Yes Yes Yes Yes
386 Yes Yes Yes Yes
387 Yes Yes Yes Yes
388 Yes Yes No Yes
389 Yes Yes Yes Yes
390 Yes Yes Yes Yes
391 Yes Yes Yes Yes
392 Yes Yes Yes Yes
393 Yes Yes Yes Yes
394 Yes Yes Yes Yes
395 Yes Yes Yes Yes
396 Yes Yes Yes Yes
397 Yes Yes Yes Yes
398 Yes Yes No Yes
399 Yes Yes Yes Yes
400 Yes Yes Yes Yes
401 Yes Yes Yes Yes
402 Yes Yes Yes Yes
403 Yes Yes Yes Yes
404 Yes Yes Yes Yes
405 Yes Yes Yes Yes
406 Yes Yes Yes Yes
407 Yes Yes Yes Yes
408 Yes Yes Yes Yes
409 Yes Yes Yes Yes
410 Yes Yes Yes Yes
411 Yes Yes Yes Yes
412 Yes Yes Yes Yes
413 Yes Yes Yes Yes
414 Yes Yes Yes Yes
415 Yes Yes Yes Yes
416 Yes Yes Yes Yes
417 Yes Yes Yes Yes
418 Yes Yes Yes Yes
419 No Yes Yes Yes
420 Yes Yes Yes Yes
421 Yes Yes Yes Yes
422
423 No No No No
424 Yes Yes Yes Yes
425 Yes Yes Yes Yes
426 Yes Yes Yes Yes
427 Yes Yes Yes Yes
428 Yes Yes Yes Yes
429 Yes Yes Yes Yes
430 Yes Yes Yes Yes
431 Yes Yes Yes Yes
432 Yes Yes Yes Yes
433 Yes Yes Yes Yes
434 Yes Yes Yes Yes
435 Yes Yes Yes Yes
436 Yes Yes Yes Yes
437 Yes Yes Yes Yes
438 Yes Yes Yes Yes
439 Yes Yes Yes Yes
440 Yes Yes Yes Yes
441 Yes Yes Yes Yes
442 Yes Yes Yes Yes
443 No No No No
444 Yes Yes Yes Yes
445 Yes Yes Yes Yes
446 Yes Yes Yes Yes
447 Yes Yes Yes Yes
448 Yes Yes Yes Yes
449 Yes Yes Yes Yes
450 Yes Yes Yes Yes
451
452 Yes Yes Yes Yes
453 Yes Yes Yes Yes
454 Yes Yes Yes Yes
455 Yes Yes Yes Yes
456 Yes Yes Yes Yes
457 Yes Yes Yes Yes
458 Yes Yes Yes Yes
459 Yes Yes Yes Yes
460 Yes Yes Yes Yes
461 Yes Yes Yes Yes
462 Yes Yes Yes Yes
463 Yes Yes Yes Yes
464 Yes Yes Yes Yes
465
466 Yes Yes No No
467 Yes Yes Yes Yes
468 Yes Yes Yes Yes
469 Yes Yes No No
470 Yes Yes Yes Yes
471 Yes Yes Yes Yes
472 Yes Yes Yes Yes
473 Yes Yes Yes Yes
474 Yes Yes Yes Yes
475 No Yes Yes Yes
476 Yes Yes Yes Yes
477 Yes Yes Yes Yes
478 Yes Yes Yes Yes
479 Yes Yes Yes Yes
480 Yes Yes Yes Yes
481 Yes Yes Yes Yes
482 Yes Yes Yes Yes
483 Yes Yes Yes Yes
484 Yes Yes No Yes
485 Yes Yes Yes Yes
486 Yes Yes Yes Yes
487 Yes Yes Yes No
488 Yes Yes Yes Yes
489 Yes Yes Yes Yes
490 Yes Yes Yes Yes
491 Yes Yes Yes Yes
492 Yes Yes Yes Yes
493 Yes Yes Yes Yes
494 Yes Yes Yes Yes
495 Yes Yes Yes Yes
496 Yes Yes Yes Yes
497 Yes Yes Yes Yes
498 Yes Yes Yes Yes
499 Yes Yes Yes Yes
500 Yes Yes Yes Yes
501 Yes Yes Yes Yes
502 Yes Yes Yes Yes
503 Yes Yes Yes Yes
504 Yes Yes Yes Yes
505 Yes Yes Yes Yes
506 Yes Yes No Yes
507 Yes Yes Yes Yes
508 Yes Yes Yes Yes
509 Yes Yes Yes Yes
510 Yes Yes Yes Yes
511 Yes Yes Yes Yes
512 Yes Yes Yes Yes
513 Yes Yes Yes Yes
514 Yes Yes Yes Yes
515 Yes Yes Yes Yes
516 Yes Yes Yes Yes
517 Yes Yes Yes Yes
518 Yes Yes No Yes
519 Yes Yes No Yes
520 Yes Yes Yes Yes
521 Yes Yes Yes Yes
522 Yes Yes Yes Yes
523 Yes Yes Yes Yes
524 Yes Yes Yes Yes
525 Yes Yes Yes Yes
526 Yes Yes Yes Yes
527 Yes Yes Yes Yes
528 Yes Yes Yes Yes
529 Yes No Yes Yes
530 Yes Yes Yes Yes
531 Yes Yes Yes Yes
532 Yes Yes Yes Yes
533 Yes Yes Yes Yes
534 Yes Yes Yes Yes
535 Yes Yes No Yes
536 Yes Yes Yes Yes
537 Yes Yes Yes Yes
538 Yes Yes Yes Yes
539 Yes Yes Yes Yes
540 Yes Yes Yes Yes
541 Yes Yes Yes Yes
542 Yes Yes Yes Yes
543 Yes Yes Yes Yes
544 Yes Yes Yes Yes
545 Yes Yes Yes Yes
546 No Yes Yes No
547 Yes Yes Yes Yes
548 Yes Yes Yes Yes
549 Yes Yes Yes Yes
550 Yes Yes Yes Yes
551 Yes Yes Yes Yes
552 Yes Yes Yes Yes
553 Yes Yes Yes Yes
554 Yes Yes Yes Yes
555 Yes Yes Yes Yes
556 Yes Yes Yes Yes
557 Yes Yes Yes Yes
558 Yes Yes Yes No
559 Yes Yes Yes Yes
560 Yes Yes Yes Yes
561 Yes Yes No No
562 Yes Yes Yes Yes
563 Yes Yes Yes Yes
564 Yes Yes Yes Yes
565 Yes Yes Yes Yes
566 Yes Yes Yes Yes
567 Yes Yes Yes Yes
568 Yes Yes Yes Yes
569 Yes Yes Yes Yes
570 Yes Yes Yes Yes
571 Yes Yes Yes Yes
572 Yes Yes No Yes
573 Yes Yes Yes Yes
574 Yes Yes Yes Yes
575 Yes Yes Yes Yes
576 Yes Yes Yes Yes
577 Yes Yes Yes Yes
578 Yes Yes Yes Yes
579 Yes Yes Yes Yes
580 Yes Yes Yes Yes
581 Yes Yes Yes Yes
582 Yes Yes Yes Yes
583 Yes Yes Yes Yes
584 Yes Yes Yes Yes
585 Yes Yes No Yes
586 Yes Yes Yes Yes
587 Yes Yes No Yes
588 Yes Yes No No
589 Yes Yes Yes Yes
590 Yes Yes Yes Yes
591 Yes Yes Yes Yes
592 Yes Yes Yes Yes
593 Yes Yes Yes Yes
594 Yes Yes Yes Yes
595 Yes Yes Yes Yes
596 Yes Yes Yes Yes
597 Yes Yes Yes Yes
598 Yes Yes Yes Yes
599 Yes Yes Yes Yes
600 Yes Yes Yes Yes
601 Yes Yes Yes Yes
602 Yes Yes Yes Yes
603 Yes Yes Yes Yes
604 Yes Yes Yes Yes
605 Yes Yes Yes Yes
606 Yes Yes Yes Yes
607 Yes Yes Yes Yes
608 Yes Yes Yes Yes
609 Yes Yes No Yes
610 Yes Yes Yes Yes
611 Yes Yes Yes Yes
612 Yes Yes Yes Yes
613 Yes Yes Yes Yes
614 Yes Yes Yes Yes
615 Yes Yes Yes Yes
616 Yes Yes Yes Yes
617 Yes Yes No Yes
618 Yes Yes Yes Yes
619 Yes Yes Yes Yes
620 No No Yes Yes
621 Yes Yes Yes Yes
622 Yes Yes Yes Yes
623 Yes Yes No Yes
624 Yes Yes Yes Yes
625 Yes Yes Yes Yes
626 Yes Yes Yes Yes
627 Yes Yes Yes Yes
628 Yes Yes Yes Yes
629 Yes Yes No Yes
630 Yes Yes Yes Yes
631 Yes Yes Yes Yes
632 Yes Yes Yes Yes
633 Yes Yes Yes Yes
634 Yes Yes Yes Yes
635 Yes Yes Yes Yes
636 Yes Yes No Yes
637 Yes Yes Yes Yes
638 Yes Yes Yes Yes
639 Yes Yes Yes Yes
640 Yes Yes Yes Yes
641 Yes Yes Yes Yes
642 Yes Yes Yes Yes
643 Yes Yes Yes No
644 Yes Yes Yes Yes
645 Yes Yes Yes Yes
646 Yes Yes Yes Yes
647 Yes Yes Yes Yes
648 Yes Yes Yes Yes
649 Yes Yes Yes Yes
650 Yes Yes Yes Yes
651 Yes Yes Yes Yes
652 Yes Yes Yes Yes
653 Yes Yes Yes Yes
654 Yes Yes Yes Yes
655 Yes Yes Yes Yes
656 Yes Yes Yes Yes
657 Yes Yes Yes Yes
658 Yes Yes Yes Yes
659 Yes Yes Yes Yes
660 Yes Yes Yes Yes
661 Yes Yes Yes Yes
662 Yes Yes Yes Yes
663 Yes Yes Yes Yes
664 Yes Yes Yes Yes
665 Yes Yes Yes Yes
666 Yes Yes Yes Yes
667 Yes Yes Yes Yes
668 Yes Yes Yes Yes
669 Yes Yes Yes Yes
670 Yes Yes Yes Yes
671 Yes Yes Yes Yes
672 Yes Yes No Yes
673 Yes Yes Yes Yes
674 Yes Yes Yes Yes
675 Yes Yes Yes Yes
676 Yes Yes Yes Yes
677 Yes Yes Yes Yes
678 No Yes Yes Yes
679 Yes Yes Yes Yes
680 Yes Yes Yes Yes
681 Yes Yes Yes Yes
682 Yes Yes Yes Yes
683
684 Yes Yes Yes Yes
685 Yes Yes Yes Yes
686 Yes Yes Yes Yes
687 Yes Yes No Yes
688 Yes Yes Yes Yes
689 Yes Yes Yes Yes
690 Yes Yes Yes Yes
691 Yes Yes Yes Yes
692 Yes Yes Yes Yes
693 Yes Yes Yes Yes
694 Yes Yes Yes Yes
695 Yes Yes Yes Yes
696 Yes Yes Yes Yes
697 Yes Yes Yes Yes
698 Yes Yes Yes Yes
699 Yes Yes Yes Yes
700 Yes Yes Yes Yes
701 Yes Yes Yes Yes
702 Yes Yes Yes Yes
703 Yes Yes Yes Yes
704 Yes Yes Yes Yes
705 Yes Yes Yes Yes
706 Yes Yes Yes Yes
707 Yes Yes Yes Yes
708 Yes Yes Yes Yes
709 Yes Yes Yes Yes
710 Yes Yes Yes Yes
711
712
713 Yes Yes Yes Yes
714 Yes Yes Yes Yes
715 Yes Yes Yes Yes
716 Yes Yes Yes Yes
717 Yes Yes Yes Yes
718 Yes Yes Yes Yes
719 Yes Yes Yes Yes
720 Yes Yes Yes Yes
721 Yes Yes Yes Yes
722 Yes Yes Yes Yes
723 Yes Yes Yes Yes
724 Yes Yes Yes Yes
725 Yes Yes Yes Yes
726 Yes Yes Yes No
727 Yes Yes Yes Yes
728 Yes Yes Yes Yes
729 Yes Yes Yes Yes
730 Yes Yes Yes Yes
731 Yes Yes Yes Yes
732 Yes Yes Yes Yes
733 Yes Yes Yes Yes
734 Yes Yes Yes Yes
735 Yes Yes Yes No
736 Yes Yes Yes Yes
737 Yes Yes No Yes
738 Yes Yes Yes Yes
739 Yes Yes Yes Yes
740 Yes Yes Yes Yes
741 Yes Yes Yes Yes
742 Yes Yes Yes Yes
743 Yes Yes Yes Yes
744 Yes Yes Yes Yes
745 Yes Yes Yes Yes
746 Yes Yes No Yes
747 Yes Yes Yes Yes
748 Yes Yes Yes Yes
749 Yes Yes Yes Yes
750 Yes Yes No Yes
751 Yes Yes Yes No
752 Yes Yes Yes Yes
753 Yes Yes Yes Yes
754 Yes Yes Yes Yes
755 Yes Yes Yes Yes
756 No Yes Yes Yes
757 Yes Yes Yes Yes
758 Yes Yes Yes Yes
759 Yes Yes No No
760 Yes Yes Yes Yes
761 Yes Yes Yes Yes
762 Yes Yes Yes Yes
763 Yes Yes Yes Yes
764 Yes Yes Yes Yes
765 Yes Yes Yes Yes
766 Yes Yes Yes Yes
767 Yes Yes Yes Yes
768 Yes Yes Yes Yes
769 Yes Yes Yes Yes
770 Yes Yes Yes Yes
771 Yes Yes Yes Yes
772 Yes Yes Yes Yes
773 Yes Yes Yes Yes
774 Yes Yes Yes Yes
775 Yes Yes Yes Yes
776 Yes Yes No Yes
777 Yes Yes Yes Yes
778 Yes Yes Yes Yes
779 Yes Yes Yes Yes
780 Yes Yes Yes Yes
781 Yes Yes Yes Yes
782 Yes Yes Yes Yes
783 Yes Yes Yes Yes
784 Yes Yes Yes Yes
785 Yes Yes Yes No
786 Yes Yes Yes Yes
787 Yes Yes Yes Yes
788 Yes Yes Yes Yes
789 No No No No
790 Yes Yes Yes Yes
791 Yes Yes Yes Yes
792 Yes Yes Yes Yes
793 Yes Yes Yes Yes
794 Yes Yes Yes Yes
795 Yes Yes Yes Yes
796 Yes Yes Yes Yes
797 Yes Yes Yes Yes
798 Yes Yes Yes Yes
799 Yes Yes Yes Yes
800 Yes Yes Yes Yes
801 No No No No
802 Yes Yes Yes Yes
803 Yes Yes Yes Yes
804 Yes Yes Yes Yes
805 Yes Yes Yes Yes
806 Yes Yes Yes Yes
807 Yes Yes Yes Yes
808 Yes Yes Yes Yes
809 Yes Yes Yes Yes
810 Yes Yes Yes Yes
811 Yes Yes Yes Yes
812 Yes Yes Yes Yes
813 Yes Yes Yes Yes
814 Yes Yes Yes Yes
815 Yes Yes Yes Yes
816 Yes Yes Yes Yes
817 Yes Yes Yes Yes
818 Yes Yes Yes Yes
819 Yes Yes Yes Yes
820 Yes Yes Yes No
821 Yes Yes Yes Yes
822 Yes Yes Yes Yes
823 Yes Yes Yes Yes
824 Yes Yes Yes Yes
825 Yes Yes Yes Yes
826 Yes Yes Yes Yes
827 Yes Yes Yes Yes
828 Yes Yes Yes Yes
829 Yes Yes Yes Yes
830 Yes Yes Yes Yes
831 Yes Yes No Yes
832 Yes Yes Yes Yes
833 Yes Yes Yes Yes
834 Yes Yes Yes Yes
835 Yes Yes Yes Yes
836 Yes Yes Yes Yes
837 Yes Yes Yes Yes
838 Yes Yes Yes Yes
839 No No No Yes
840 Yes Yes Yes Yes
841 Yes Yes Yes Yes
842 Yes Yes Yes Yes
843 Yes Yes Yes Yes
844 Yes Yes Yes Yes
845 Yes Yes Yes Yes
846 Yes Yes Yes Yes
847 Yes Yes Yes Yes
848 Yes Yes Yes Yes
849 Yes Yes Yes Yes
850 Yes Yes Yes Yes
851 Yes Yes Yes Yes
852 Yes Yes Yes Yes
853 Yes Yes Yes Yes
854 Yes Yes Yes Yes
855 Yes Yes Yes Yes
856 Yes Yes Yes Yes
857 Yes Yes Yes Yes
858 No Yes Yes Yes
859 Yes Yes Yes Yes
860 Yes Yes No Yes
861 Yes Yes No Yes
862 Yes Yes Yes Yes
863
864 Yes Yes Yes Yes
865 Yes Yes Yes Yes
866 Yes Yes Yes Yes
867 Yes Yes Yes Yes
868 Yes Yes Yes Yes
869 Yes Yes Yes Yes
870 Yes Yes No Yes
871 Yes Yes Yes Yes
872 Yes Yes Yes Yes
873 Yes Yes Yes Yes
874 Yes Yes Yes Yes
875 Yes Yes Yes Yes
876 Yes Yes No No
877 Yes Yes Yes Yes
878 Yes Yes Yes Yes
879 Yes Yes Yes Yes
880 Yes Yes Yes Yes
881 Yes Yes Yes Yes
882 Yes No No No
883 Yes Yes Yes Yes
884 Yes Yes Yes Yes
885 Yes Yes Yes Yes
886 Yes Yes No No
887 Yes Yes No Yes
888 Yes Yes Yes Yes
889 Yes Yes Yes Yes
890 Yes Yes Yes Yes
891 Yes Yes Yes Yes
892 Yes Yes No Yes
893 Yes Yes Yes Yes
894 Yes Yes Yes Yes
895 Yes Yes Yes Yes
896 Yes Yes Yes Yes
897 Yes Yes Yes Yes
898 Yes Yes Yes Yes
899 Yes Yes Yes Yes
900 Yes Yes Yes Yes
901 Yes Yes Yes Yes
902 Yes Yes No Yes
903 Yes Yes Yes Yes
904 Yes Yes Yes Yes
905 Yes Yes Yes Yes
906 Yes Yes Yes Yes
907 Yes Yes Yes Yes
908 Yes Yes Yes Yes
909 Yes Yes Yes Yes
910 Yes Yes Yes Yes
911 Yes Yes Yes Yes
912 Yes Yes Yes Yes
913 Yes Yes Yes Yes
914 Yes Yes Yes Yes
915 Yes Yes Yes Yes
916 Yes Yes Yes Yes
917 Yes Yes Yes Yes
918 Yes Yes Yes Yes
919 Yes Yes Yes Yes
920 Yes Yes Yes Yes
921 Yes Yes Yes Yes
922 Yes Yes Yes Yes
923 Yes Yes No Yes
924 Yes Yes Yes Yes
925 Yes Yes Yes Yes
926 Yes Yes Yes Yes
927 Yes Yes Yes Yes
928 Yes Yes Yes Yes
929 Yes Yes Yes Yes
930 Yes Yes Yes Yes
931 Yes Yes Yes No
932 Yes Yes Yes Yes
933 Yes Yes No Yes
934 Yes Yes Yes Yes
935 Yes Yes No No
936 Yes Yes No Yes
937 Yes Yes Yes Yes
938 Yes Yes Yes Yes
939 Yes Yes Yes Yes
940 No Yes No Yes
941 Yes Yes Yes Yes
942 Yes Yes Yes Yes
943 Yes Yes Yes Yes
944 Yes Yes Yes Yes
945 Yes Yes Yes Yes
946 Yes Yes Yes Yes
947 Yes Yes Yes Yes
948 Yes Yes Yes Yes
949 Yes Yes Yes Yes
950 Yes Yes No Yes
951 Yes Yes Yes Yes
952 Yes Yes Yes Yes
953 Yes Yes Yes Yes
954 Yes Yes Yes No
955 Yes Yes Yes Yes
956 Yes Yes Yes Yes
957 Yes Yes Yes Yes
958 Yes Yes Yes No
959 Yes Yes Yes Yes
960 Yes Yes Yes Yes
961 Yes Yes Yes Yes
962
963 Yes Yes Yes Yes
964 Yes Yes Yes Yes
965 Yes Yes Yes Yes
966 Yes Yes Yes Yes
967 Yes Yes Yes Yes
968 Yes Yes Yes Yes
969 Yes Yes Yes Yes
970 Yes Yes Yes Yes
971 Yes Yes Yes Yes
972 Yes Yes Yes Yes
973 Yes Yes Yes Yes
974 Yes Yes Yes Yes
975 Yes Yes Yes Yes
976 Yes Yes Yes Yes
977 Yes Yes Yes Yes
978 No Yes Yes Yes
979 Yes Yes No No
980 Yes Yes Yes Yes
981 Yes Yes Yes Yes
982 Yes Yes Yes Yes
983 Yes Yes Yes Yes
984 Yes Yes Yes Yes
985 Yes Yes Yes Yes
986 Yes Yes Yes Yes
987 Yes Yes Yes No
988 Yes Yes Yes Yes
989 Yes Yes Yes Yes
990 Yes Yes No No
991 Yes No No Yes
992 Yes Yes Yes Yes
993 Yes Yes Yes Yes
994 Yes Yes Yes Yes
995 Yes Yes Yes Yes
996 Yes Yes Yes Yes
997 Yes Yes Yes Yes
998 Yes Yes Yes Yes
999 Yes Yes Yes Yes
1000 Yes Yes Yes Yes
1001 Yes Yes Yes Yes
1002 Yes Yes Yes Yes
1003 Yes Yes Yes Yes
1004 Yes Yes Yes Yes
1005 Yes Yes No No
1006 Yes Yes Yes Yes
1007 Yes Yes Yes Yes
1008 Yes Yes Yes Yes
1009 Yes Yes Yes Yes
1010 Yes Yes Yes Yes
1011
1012 Yes Yes Yes Yes
1013 Yes Yes Yes Yes
1014 Yes Yes Yes Yes
1015 Yes Yes Yes Yes
1016
1017 Yes Yes No Yes
1018 Yes Yes No No
1019 Yes Yes Yes Yes
1020 Yes Yes Yes Yes
1021 Yes Yes Yes Yes
1022 Yes Yes Yes Yes
1023 Yes Yes Yes Yes
1024 Yes Yes Yes Yes
1025 Yes Yes Yes Yes
1026 Yes Yes Yes Yes
1027 Yes Yes No Yes
1028 Yes Yes Yes Yes
1029 Yes Yes Yes Yes
1030 Yes Yes Yes Yes
1031 Yes Yes Yes Yes
1032 Yes Yes Yes Yes
1033 Yes Yes Yes Yes
1034 Yes Yes Yes Yes
1035 Yes Yes Yes Yes
1036 Yes Yes Yes Yes
1037 Yes Yes Yes No
1038 Yes Yes Yes Yes
1039 Yes Yes Yes Yes
1040 Yes Yes Yes Yes
1041 Yes Yes Yes Yes
1042 Yes Yes Yes Yes
1043 Yes Yes Yes Yes
1044 Yes Yes Yes Yes
1045 Yes Yes Yes Yes
1046 Yes Yes Yes Yes
1047 Yes Yes Yes Yes
1048 Yes Yes Yes Yes
1049 Yes Yes Yes Yes
1050 Yes Yes Yes Yes
1051 Yes Yes Yes Yes
1052 Yes Yes Yes Yes
1053 Yes Yes Yes Yes
1054 Yes Yes Yes Yes
1055 Yes Yes Yes Yes
1056 Yes Yes Yes Yes
1057 Yes Yes Yes Yes
1058 Yes Yes Yes Yes
1059 Yes Yes Yes Yes
1060 Yes Yes Yes Yes
1061 Yes Yes Yes Yes
1062 Yes Yes Yes Yes
1063 Yes Yes Yes No
1064 Yes Yes Yes Yes
1065 Yes Yes Yes Yes
1066 No Yes No No
1067 Yes Yes Yes Yes
1068 Yes Yes Yes Yes
1069 Yes Yes Yes Yes
1070 Yes Yes Yes Yes
1071 Yes Yes Yes Yes
1072 Yes Yes Yes Yes
1073
1074 Yes Yes Yes Yes
1075 Yes Yes Yes Yes
1076 Yes Yes Yes Yes
1077
1078 Yes Yes Yes Yes
1079 Yes Yes Yes Yes
1080 Yes Yes Yes Yes
1081 Yes Yes Yes Yes
1082 Yes Yes Yes Yes
1083 No Yes Yes Yes
1084 Yes Yes Yes Yes
1085 Yes Yes Yes Yes
1086 Yes Yes Yes Yes
1087 Yes Yes No Yes
1088 Yes Yes Yes Yes
1089 Yes Yes Yes Yes
1090 Yes Yes Yes Yes
1091 Yes Yes Yes Yes
1092 Yes Yes Yes Yes
1093 Yes Yes Yes Yes
1094 Yes Yes Yes Yes
1095
1096 Yes Yes Yes Yes
1097 Yes Yes Yes Yes
1098 Yes Yes Yes Yes
1099 Yes Yes Yes Yes
1100 Yes Yes Yes Yes
1101 Yes Yes Yes Yes
1102 Yes Yes Yes Yes
1103 Yes Yes Yes Yes
1104 Yes Yes Yes Yes
1105 Yes Yes Yes Yes
1106 Yes Yes Yes Yes
1107 Yes Yes Yes Yes
1108 Yes Yes Yes Yes
1109 Yes Yes Yes Yes
1110 Yes Yes Yes Yes
1111 Yes Yes Yes Yes
1112 Yes Yes Yes Yes
1113 Yes Yes Yes Yes
1114 Yes Yes Yes Yes
1115 Yes Yes Yes Yes
1116 Yes Yes Yes Yes
1117 Yes Yes Yes Yes
1118 Yes Yes Yes Yes
1119 Yes Yes Yes Yes
1120 Yes Yes Yes Yes
1121 Yes Yes Yes Yes
1122 Yes Yes Yes Yes
1123 Yes Yes Yes Yes
1124 Yes Yes Yes Yes
1125 No No Yes Yes
1126 Yes Yes Yes Yes
1127 Yes Yes No Yes
1128 Yes Yes Yes Yes
1129 Yes Yes Yes Yes
1130 Yes Yes Yes Yes
1131 Yes Yes Yes Yes
1132 Yes Yes Yes Yes
1133 Yes Yes Yes Yes
1134 Yes Yes Yes Yes
1135 Yes Yes Yes Yes
1136 Yes Yes Yes Yes
1137 Yes Yes Yes Yes
1138 Yes Yes Yes Yes
1139 Yes Yes Yes Yes
1140 Yes Yes Yes Yes
1141 Yes Yes Yes Yes
1142
1143 No No Yes No
1144 Yes Yes Yes Yes
1145 Yes Yes Yes Yes
1146 Yes Yes Yes Yes
1147 Yes Yes No Yes
1148 Yes Yes No No
1149 Yes Yes Yes Yes
1150 Yes Yes Yes Yes
1151 Yes Yes Yes Yes
1152 Yes Yes Yes Yes
1153 Yes Yes Yes Yes
1154 Yes Yes Yes Yes
1155 Yes Yes Yes Yes
1156 Yes Yes Yes Yes
1157 Yes Yes No No
1158 Yes Yes Yes Yes
1159 Yes Yes Yes Yes
1160 Yes Yes Yes Yes
1161 Yes Yes Yes Yes
1162 Yes Yes Yes Yes
1163 Yes No Yes No
1164 Yes Yes Yes Yes
1165 Yes Yes Yes Yes
1166 Yes Yes Yes Yes
1167 Yes Yes Yes Yes
1168 Yes Yes Yes Yes
1169 Yes Yes Yes Yes
1170 Yes Yes Yes Yes
1171 Yes Yes Yes Yes
1172 Yes Yes Yes Yes
1173 Yes Yes Yes Yes
1174 Yes Yes Yes Yes
1175 Yes Yes Yes Yes
1176 Yes Yes Yes Yes
1177 Yes Yes Yes Yes
1178 Yes Yes Yes Yes
1179 Yes Yes Yes Yes
1180 Yes Yes Yes Yes
1181 Yes Yes Yes Yes
1182 Yes Yes Yes Yes
1183 Yes Yes Yes Yes
1184 Yes Yes Yes Yes
1185 Yes Yes Yes Yes
1186
1187 Yes Yes Yes Yes
1188 Yes Yes Yes Yes
1189 Yes No No Yes
1190 No Yes Yes Yes
1191 Yes Yes Yes Yes
1192
1193 Yes Yes Yes Yes
1194
1195 Yes Yes Yes Yes
1196 Yes Yes Yes Yes
1197 Yes Yes Yes Yes
1198 Yes Yes Yes Yes
1199 Yes Yes Yes No
1200 Yes Yes Yes Yes
1201
1202 Yes Yes Yes Yes
1203 Yes Yes Yes Yes
1204 Yes Yes Yes Yes
1205 Yes Yes Yes Yes
1206 Yes Yes Yes Yes
1207 Yes Yes Yes Yes
1208 Yes Yes Yes Yes
1209 Yes Yes Yes Yes
1210 Yes Yes Yes Yes
1211 Yes Yes Yes Yes
1212 Yes Yes Yes Yes
1213 Yes Yes Yes Yes
1214 Yes Yes Yes Yes
1215 Yes Yes Yes Yes
1216 Yes Yes Yes Yes
1217 Yes Yes Yes Yes
1218
1219 Yes Yes Yes Yes
1220 Yes Yes Yes Yes
1221 Yes Yes No Yes
1222 Yes Yes Yes Yes
1223 Yes Yes Yes Yes
1224 Yes Yes Yes Yes
1225 Yes Yes Yes Yes
1226 Yes Yes Yes Yes
1227 Yes Yes Yes Yes
1228 Yes Yes Yes Yes
1229 Yes Yes Yes Yes
1230 Yes Yes No Yes
1231 Yes Yes Yes Yes
1232 Yes Yes Yes Yes
1233 Yes Yes Yes Yes
1234 Yes Yes Yes Yes
1235 Yes Yes Yes Yes
1236 Yes Yes Yes Yes
1237 Yes Yes Yes Yes
1238 Yes Yes Yes Yes
1239 Yes Yes Yes Yes
1240 Yes Yes Yes Yes
1241 Yes Yes Yes Yes
1242 Yes Yes Yes Yes
1243 Yes Yes Yes Yes
1244 Yes Yes Yes Yes
1245 Yes Yes Yes Yes
1246 Yes Yes Yes Yes
1247 Yes Yes Yes Yes
1248 Yes Yes Yes Yes
1249 Yes Yes Yes Yes
1250 Yes Yes No No
1251 Yes No Yes Yes
1252 Yes Yes Yes Yes
1253 Yes Yes No Yes
1254 Yes Yes Yes Yes
1255 Yes Yes Yes Yes
1256 Yes Yes Yes Yes
1257 Yes Yes Yes Yes
1258 Yes Yes No Yes
1259 Yes Yes Yes Yes
1260 Yes Yes Yes Yes
1261 Yes Yes No Yes
1262 Yes Yes Yes Yes
1263 No Yes Yes No
1264 Yes Yes No Yes
1265 Yes Yes Yes Yes
1266 Yes Yes Yes Yes
1267 Yes Yes Yes Yes
1268 Yes Yes Yes Yes
1269 Yes Yes Yes Yes
1270 Yes Yes Yes Yes
1271 Yes Yes Yes Yes
1272 Yes Yes Yes Yes
1273 Yes Yes Yes Yes
1274 Yes Yes Yes Yes
1275 Yes Yes Yes Yes
1276 Yes Yes Yes Yes
1277 Yes Yes Yes Yes
1278 Yes Yes Yes Yes
1279 Yes Yes No Yes
1280 Yes Yes Yes Yes
1281 Yes Yes Yes Yes
1282 Yes Yes Yes Yes
1283 Yes Yes Yes Yes
1284 Yes Yes Yes Yes
1285 Yes Yes Yes Yes
1286 Yes Yes Yes Yes
1287 Yes Yes Yes Yes
1288 Yes Yes Yes Yes
1289 Yes Yes Yes Yes
1290 Yes Yes Yes Yes
1291 Yes Yes Yes Yes
1292 Yes Yes Yes Yes
1293 Yes Yes Yes Yes
1294 Yes Yes No Yes
1295 Yes Yes Yes Yes
1296 Yes Yes Yes Yes
1297 Yes Yes Yes Yes
1298 Yes Yes Yes Yes
1299 Yes Yes Yes Yes
1300 Yes Yes Yes Yes
1301 Yes Yes Yes Yes
1302 Yes Yes Yes Yes
1303 Yes Yes Yes Yes
1304 Yes Yes Yes Yes
1305 Yes Yes Yes Yes
1306 Yes Yes Yes Yes
1307 Yes Yes Yes Yes
1308 No Yes Yes Yes
1309 Yes Yes Yes Yes
1310 Yes Yes Yes Yes
1311 Yes Yes Yes Yes
1312 Yes Yes Yes Yes
1313 Yes Yes Yes Yes
1314 Yes No No Yes
1315 Yes Yes Yes Yes
1316 Yes Yes Yes Yes
1317 Yes Yes Yes Yes
1318 Yes Yes Yes Yes
1319 Yes Yes Yes Yes
1320 Yes Yes Yes Yes
1321 Yes Yes Yes Yes
1322
1323 Yes Yes No Yes
1324 Yes Yes Yes Yes
1325 Yes Yes Yes Yes
1326 No Yes No Yes
1327 Yes Yes Yes Yes
1328 Yes Yes No Yes
1329 Yes Yes Yes Yes
1330 Yes Yes Yes Yes
1331 Yes Yes Yes Yes
1332 Yes Yes Yes Yes
1333 Yes Yes Yes Yes
1334 Yes Yes Yes Yes
1335 Yes Yes Yes No
1336 Yes Yes Yes Yes
1337 Yes Yes Yes Yes
1338 Yes Yes Yes Yes
1339 Yes Yes Yes Yes
1340 Yes Yes Yes Yes
1341 Yes Yes Yes Yes
1342 Yes Yes Yes Yes
1343 Yes Yes Yes Yes
1344 Yes Yes Yes Yes
1345 Yes Yes Yes Yes
1346
1347 Yes Yes Yes Yes
1348 Yes Yes Yes Yes
1349 No Yes Yes Yes
1350
1351 Yes Yes Yes Yes
1352 Yes Yes Yes Yes
1353 No Yes No Yes
1354 Yes Yes Yes Yes
1355 Yes Yes Yes Yes
1356 Yes Yes Yes Yes
1357 Yes Yes Yes Yes
1358 Yes Yes Yes Yes
1359 Yes Yes Yes Yes
1360 Yes Yes Yes Yes
1361 Yes Yes Yes Yes
1362 Yes Yes Yes Yes
1363 Yes Yes Yes Yes
1364 Yes Yes No Yes
1365 Yes Yes Yes Yes
1366 Yes Yes Yes Yes
1367 Yes Yes Yes Yes
1368 Yes Yes Yes Yes
1369 Yes Yes Yes Yes
1370 Yes Yes Yes Yes
1371 Yes Yes Yes Yes
1372 Yes Yes Yes Yes
1373 Yes Yes Yes Yes
1374 Yes Yes Yes Yes
1375 Yes Yes Yes Yes
1376 Yes Yes Yes Yes
1377 Yes Yes No Yes
1378 Yes Yes Yes Yes
1379 Yes Yes Yes Yes
1380 Yes Yes Yes Yes
1381 Yes Yes Yes Yes
1382 Yes Yes Yes Yes
1383 Yes Yes Yes Yes
1384 Yes Yes No No
1385 Yes Yes Yes Yes
1386 Yes Yes Yes Yes
1387 Yes Yes Yes Yes
1388 Yes Yes Yes Yes
1389 Yes Yes Yes Yes
1390 Yes Yes Yes Yes
1391 Yes Yes Yes Yes
1392 Yes Yes Yes Yes
1393 Yes Yes Yes No
1394 Yes Yes Yes Yes
1395 Yes Yes Yes Yes
1396 Yes Yes Yes Yes
1397 Yes Yes Yes Yes
1398 Yes Yes Yes Yes
1399 Yes Yes Yes Yes
1400 Yes Yes Yes Yes
1401 Yes Yes Yes Yes
1402 Yes Yes Yes Yes
1403 Yes Yes Yes Yes
1404 Yes Yes No Yes
1405 Yes Yes Yes Yes
1406 Yes Yes Yes Yes
1407
1408 Yes Yes Yes Yes
1409 Yes Yes Yes Yes
1410 Yes Yes Yes Yes
1411 Yes Yes No Yes
1412 Yes Yes Yes Yes
1413
1414 Yes Yes Yes Yes
1415 No Yes No Yes
1416 Yes Yes Yes Yes
1417 Yes Yes Yes Yes
1418 Yes Yes Yes Yes
1419 Yes Yes Yes Yes
1420 Yes Yes Yes Yes
1421 Yes Yes Yes Yes
1422 Yes Yes Yes Yes
1423 Yes Yes No No
1424 Yes Yes Yes Yes
1425 Yes Yes Yes Yes
1426 Yes Yes Yes Yes
1427 Yes Yes Yes Yes
1428 Yes Yes Yes Yes
1429 Yes Yes Yes Yes
1430 Yes Yes Yes Yes
1431 Yes Yes No Yes
1432 Yes Yes No Yes
1433
1434 Yes Yes Yes No
1435 No Yes Yes Yes
1436
1437 Yes Yes Yes Yes
1438 Yes Yes Yes Yes
1439 Yes Yes Yes Yes
1440 Yes Yes Yes Yes
1441 Yes Yes Yes Yes
1442 Yes Yes Yes Yes
1443 Yes Yes Yes Yes
1444 Yes Yes Yes Yes
1445 Yes Yes Yes Yes
1446 Yes Yes Yes Yes
1447 Yes Yes Yes Yes
1448 Yes Yes Yes Yes
1449 No No No No
1450
1451 Yes Yes Yes Yes
1452 Yes Yes Yes Yes
1453 Yes Yes Yes Yes
1454 Yes Yes Yes Yes
1455 Yes Yes Yes Yes
1456 Yes Yes Yes Yes
1457 Yes Yes Yes Yes
1458 Yes Yes Yes Yes
1459 Yes Yes Yes Yes
1460 Yes Yes Yes Yes
1461
1462 Yes Yes Yes Yes
1463 Yes Yes Yes Yes
1464 Yes Yes Yes Yes
1465 Yes Yes Yes Yes
1466 Yes Yes Yes Yes
1467 Yes Yes Yes Yes
1468 Yes Yes Yes Yes
1469 Yes Yes Yes Yes
1470 Yes Yes Yes Yes
1471 Yes Yes No Yes
1472 Yes Yes Yes Yes
1473 Yes Yes Yes Yes
1474 Yes Yes Yes Yes
1475 Yes Yes Yes Yes
1476 Yes Yes Yes Yes
1477 Yes Yes Yes Yes
1478 Yes Yes Yes Yes
1479 Yes Yes Yes Yes
1480 Yes Yes Yes No
1481 Yes Yes Yes Yes
1482 Yes Yes Yes Yes
1483 Yes Yes Yes Yes
1484 Yes Yes Yes Yes
1485 Yes Yes Yes Yes
1486 Yes Yes Yes Yes
1487 Yes Yes Yes Yes
1488 Yes Yes Yes Yes
1489 Yes Yes Yes Yes
1490 Yes Yes Yes Yes
1491 Yes Yes Yes Yes
1492 Yes Yes Yes Yes
1493 Yes Yes Yes Yes
1494 Yes Yes No No
1495 Yes Yes Yes Yes
1496 Yes Yes Yes Yes
1497 Yes Yes Yes Yes
1498 Yes Yes Yes Yes
1499 Yes Yes Yes Yes
1500 Yes Yes Yes Yes
1501 Yes Yes Yes Yes
1502 Yes Yes Yes Yes
1503 Yes Yes Yes Yes
1504
1505 Yes Yes Yes Yes
1506 Yes Yes Yes Yes
1507 Yes Yes Yes Yes
1508 Yes Yes Yes Yes
1509 Yes Yes Yes Yes
1510 Yes Yes No Yes
1511 Yes Yes Yes Yes
1512 Yes Yes Yes Yes
1513 Yes Yes Yes Yes
1514 Yes Yes Yes Yes
1515 Yes Yes Yes Yes
1516 Yes Yes Yes Yes
1517 Yes Yes Yes Yes
1518 Yes Yes Yes Yes
1519 Yes Yes Yes Yes
1520 Yes Yes Yes Yes
1521 Yes Yes Yes Yes
1522 Yes Yes Yes Yes
1523 Yes Yes Yes Yes
1524 Yes Yes Yes Yes
1525 Yes Yes Yes Yes
1526 No Yes Yes Yes
1527 Yes Yes Yes Yes
1528 Yes Yes No Yes
1529 Yes Yes Yes Yes
1530
1531 Yes Yes Yes Yes
1532 Yes Yes Yes Yes
1533 Yes Yes Yes Yes
1534 Yes Yes Yes Yes
1535 Yes Yes Yes Yes
1536 Yes Yes Yes Yes
1537 Yes Yes Yes Yes
1538 Yes Yes Yes Yes
1539 Yes Yes Yes Yes
1540 Yes Yes Yes Yes
1541 Yes Yes Yes Yes
1542 Yes Yes Yes Yes
1543 Yes Yes Yes Yes
1544 Yes Yes Yes Yes
1545 Yes Yes Yes Yes
1546 Yes Yes Yes Yes
1547 Yes Yes Yes Yes
1548 Yes Yes Yes Yes
1549 Yes Yes Yes Yes
1550 Yes Yes Yes Yes
1551 Yes Yes Yes Yes
1552 No No No No
1553 Yes Yes Yes Yes
1554 Yes Yes Yes Yes
1555 Yes Yes Yes Yes
1556
1557 Yes Yes No Yes
1558 Yes Yes Yes Yes
1559 Yes Yes Yes Yes
1560 Yes Yes Yes Yes
1561 Yes Yes No Yes
1562 Yes Yes Yes Yes
1563 Yes Yes Yes Yes
1564 Yes Yes No Yes
1565 Yes Yes Yes Yes
1566 Yes Yes Yes Yes
1567 Yes Yes Yes Yes
1568 Yes Yes Yes Yes
1569 Yes Yes Yes Yes
1570 Yes Yes No Yes
1571 Yes Yes Yes Yes
1572 Yes Yes Yes Yes
1573 Yes Yes Yes Yes
1574 Yes Yes Yes Yes
1575 Yes Yes Yes Yes
1576 Yes Yes Yes Yes
1577 Yes Yes Yes Yes
1578 Yes Yes Yes Yes
1579 Yes Yes Yes Yes
1580 Yes Yes Yes Yes
1581 Yes Yes Yes Yes
1582 Yes Yes Yes Yes
1583 Yes Yes Yes Yes
1584 Yes Yes Yes Yes
1585 Yes Yes Yes Yes
1586 Yes Yes Yes Yes
1587
1588 Yes Yes Yes Yes
1589 Yes Yes Yes Yes
1590 Yes Yes Yes No
1591 Yes Yes Yes Yes
1592 Yes Yes Yes Yes
1593 Yes Yes Yes Yes
1594 Yes Yes Yes Yes
1595 Yes Yes Yes Yes
1596 Yes Yes Yes Yes
1597 Yes Yes Yes Yes
1598 Yes Yes Yes Yes
1599
1600
1601 Yes Yes Yes Yes
1602 Yes Yes Yes Yes
1603 Yes Yes Yes Yes
1604 Yes Yes Yes Yes
1605 Yes Yes Yes Yes
1606 Yes Yes No Yes
1607 Yes Yes Yes Yes
1608 Yes Yes Yes Yes
1609 Yes Yes Yes Yes
1610 Yes Yes Yes Yes
1611 Yes Yes Yes Yes
1612 Yes Yes Yes Yes
1613 Yes Yes No No
1614 Yes Yes Yes Yes
1615 Yes Yes Yes Yes
1616 Yes Yes Yes Yes
1617 Yes Yes Yes Yes
1618 Yes Yes Yes Yes
1619 Yes Yes Yes Yes
1620 Yes Yes Yes Yes
1621 Yes Yes Yes Yes
1622 Yes Yes Yes Yes
1623 Yes Yes Yes Yes
1624 Yes Yes Yes Yes
1625 No No No No
1626 Yes Yes Yes Yes
1627 Yes Yes Yes Yes
1628 Yes Yes Yes Yes
1629 Yes Yes Yes Yes
1630 Yes Yes Yes Yes
1631 Yes Yes Yes Yes
1632 Yes Yes Yes Yes
1633 Yes Yes Yes Yes
1634 Yes Yes Yes Yes
1635 Yes Yes Yes Yes
1636 Yes Yes Yes Yes
1637 Yes Yes Yes Yes
1638 Yes Yes Yes Yes
1639 Yes Yes Yes Yes
1640 Yes Yes Yes Yes
1641 Yes Yes Yes Yes
1642 Yes Yes Yes Yes
1643 Yes Yes No Yes
1644 Yes Yes No No
1645 Yes Yes No Yes
1646 Yes Yes Yes Yes
1647 Yes Yes Yes Yes
1648 Yes Yes Yes Yes
1649 Yes Yes Yes Yes
1650 Yes Yes No Yes
1651 Yes Yes Yes Yes
1652 Yes Yes Yes Yes
1653 Yes Yes Yes Yes
1654 Yes Yes Yes Yes
1655 No Yes Yes Yes
1656 Yes Yes Yes Yes
1657 Yes Yes Yes Yes
1658 Yes Yes Yes Yes
1659 Yes Yes Yes Yes
1660 Yes Yes Yes Yes
1661 Yes Yes Yes Yes
1662 Yes Yes Yes Yes
1663 Yes No No Yes
1664 Yes Yes Yes Yes
1665 Yes Yes Yes Yes
1666 Yes Yes Yes Yes
1667 Yes Yes Yes Yes
1668 Yes Yes Yes Yes
1669 Yes Yes Yes Yes
1670 Yes Yes Yes Yes
1671 Yes Yes Yes Yes
1672 Yes Yes Yes No
1673 Yes Yes Yes Yes
1674 Yes Yes Yes Yes
1675 Yes Yes Yes Yes
1676 Yes Yes Yes Yes
1677 Yes Yes Yes Yes
1678 Yes Yes Yes Yes
1679 Yes Yes Yes Yes
1680 Yes Yes Yes Yes
1681 Yes Yes Yes Yes
1682 Yes Yes Yes Yes
1683 Yes Yes Yes Yes
1684 Yes Yes Yes Yes
1685 Yes Yes Yes Yes
1686 Yes Yes Yes Yes
1687 Yes Yes Yes Yes
1688 Yes Yes Yes Yes
1689 Yes Yes Yes Yes
1690 Yes Yes Yes Yes
1691 Yes Yes Yes Yes
1692 Yes Yes Yes Yes
1693 Yes Yes Yes Yes
1694 Yes Yes Yes Yes
1695 Yes Yes Yes Yes
1696 Yes Yes Yes Yes
1697 Yes Yes Yes No
1698 Yes Yes Yes Yes
1699 Yes Yes Yes Yes
1700 Yes Yes Yes Yes
1701
1702 Yes Yes Yes Yes
1703 Yes Yes Yes Yes
1704 Yes Yes Yes Yes
1705 Yes Yes Yes Yes
1706 Yes Yes Yes Yes
1707 Yes Yes Yes Yes
1708 Yes Yes Yes Yes
1709 Yes Yes Yes Yes
1710 Yes Yes Yes Yes
1711 Yes Yes Yes Yes
1712 Yes Yes Yes Yes
1713 Yes Yes Yes Yes
1714 Yes Yes Yes Yes
1715 Yes Yes Yes Yes
1716 Yes Yes Yes Yes
1717 Yes No No Yes
1718 Yes Yes Yes Yes
1719 Yes Yes Yes Yes
1720 Yes Yes Yes Yes
1721
1722 Yes Yes Yes Yes
1723 Yes Yes Yes Yes
1724 Yes Yes Yes Yes
1725 Yes Yes Yes Yes
1726 Yes Yes Yes Yes
1727 Yes Yes No Yes
1728 Yes Yes Yes Yes
1729 Yes No Yes Yes
1730 Yes Yes Yes Yes
1731 Yes Yes Yes Yes
1732 Yes Yes No Yes
1733 Yes Yes Yes Yes
1734 Yes Yes Yes Yes
1735 Yes Yes Yes Yes
1736 Yes Yes Yes Yes
1737 Yes Yes Yes Yes
1738 Yes Yes Yes Yes
1739 Yes Yes Yes Yes
1740 Yes Yes Yes Yes
1741 Yes Yes Yes Yes
1742 Yes Yes Yes Yes
1743 Yes Yes Yes Yes
1744 Yes Yes Yes Yes
1745 Yes Yes Yes Yes
1746 Yes Yes Yes Yes
1747 Yes Yes Yes Yes
1748 Yes Yes Yes Yes
1749 Yes Yes Yes Yes
1750 Yes Yes Yes Yes
1751
1752 Yes Yes Yes Yes
1753 Yes Yes Yes Yes
1754 Yes Yes Yes Yes
1755 Yes Yes Yes Yes
1756 Yes Yes Yes Yes
1757 Yes Yes Yes Yes
1758 Yes Yes No Yes
1759 Yes Yes Yes Yes
1760 Yes Yes Yes Yes
1761 Yes Yes Yes Yes
1762 Yes Yes Yes Yes
1763 Yes Yes Yes Yes
1764 Yes Yes Yes Yes
1765 Yes Yes Yes Yes
1766 Yes Yes Yes Yes
1767 Yes Yes No Yes
1768 Yes Yes Yes Yes
1769 Yes Yes Yes Yes
1770 Yes Yes Yes Yes
1771 Yes Yes No Yes
1772 Yes Yes Yes Yes
1773 Yes Yes Yes Yes
1774 Yes Yes Yes Yes
1775 Yes Yes Yes Yes
1776 Yes Yes Yes Yes
1777 Yes Yes No Yes
1778 Yes Yes Yes Yes
1779 Yes Yes Yes Yes
1780 Yes Yes Yes Yes
1781
1782 Yes Yes Yes Yes
1783 Yes Yes Yes Yes
1784 Yes Yes Yes Yes
1785 Yes Yes Yes Yes
1786 Yes Yes Yes Yes
1787 Yes Yes Yes Yes
1788 Yes Yes Yes Yes
1789 Yes Yes Yes Yes
1790 Yes Yes Yes Yes
1791 Yes Yes Yes Yes
1792 Yes Yes Yes Yes
1793 Yes Yes Yes Yes
1794 Yes Yes Yes Yes
1795 Yes Yes Yes Yes
1796 Yes Yes No Yes
1797 Yes Yes Yes Yes
1798 Yes Yes Yes Yes
1799 Yes Yes Yes Yes
1800 Yes Yes Yes Yes
1801 Yes Yes Yes Yes
1802 Yes Yes Yes Yes
1803 Yes Yes Yes Yes
1804 Yes Yes Yes Yes
1805 Yes Yes Yes Yes
1806 Yes Yes Yes Yes
1807 Yes Yes Yes Yes
1808 Yes Yes No Yes
1809 Yes Yes Yes Yes
1810 Yes Yes Yes Yes
1811 Yes Yes Yes Yes
1812 Yes Yes Yes Yes
1813
1814 Yes Yes No Yes
1815 Yes Yes Yes Yes
1816 Yes Yes Yes Yes
1817 Yes Yes Yes Yes
1818 Yes Yes Yes Yes
1819 Yes Yes No Yes
1820 Yes Yes Yes Yes
1821 Yes Yes Yes Yes
1822 Yes Yes Yes Yes
1823 Yes Yes Yes Yes
1824 Yes Yes No Yes
1825 Yes Yes Yes Yes
1826 Yes Yes Yes Yes
1827 Yes Yes Yes Yes
1828 Yes Yes No No
1829 Yes Yes Yes Yes
1830 Yes Yes Yes Yes
1831 Yes Yes Yes Yes
1832 Yes Yes No Yes
1833 Yes Yes Yes Yes
1834 Yes Yes Yes Yes
1835 Yes Yes Yes Yes
1836 Yes Yes Yes Yes
1837 Yes Yes No Yes
1838 Yes Yes Yes Yes
1839 Yes Yes Yes Yes
1840 Yes Yes Yes Yes
1841 Yes Yes Yes Yes
1842 Yes Yes Yes Yes
1843 Yes Yes Yes Yes
1844 Yes Yes Yes Yes
1845 Yes Yes Yes Yes
1846 Yes Yes Yes Yes
1847 Yes Yes Yes Yes
1848 Yes Yes Yes Yes
1849 Yes Yes No Yes
1850 Yes Yes Yes Yes
1851 Yes Yes Yes Yes
1852 Yes Yes Yes Yes
1853 Yes Yes Yes Yes
1854 Yes Yes Yes Yes
1855 Yes Yes Yes Yes
1856 Yes Yes Yes Yes
1857 Yes Yes Yes Yes
1858 Yes Yes Yes Yes
1859 Yes Yes Yes Yes
1860 Yes Yes Yes Yes
1861 Yes Yes Yes Yes
1862 Yes Yes Yes Yes
1863 Yes Yes Yes Yes
1864 Yes Yes Yes Yes
1865 Yes Yes Yes Yes
1866 Yes Yes Yes Yes
1867 Yes Yes Yes Yes
1868 Yes Yes Yes Yes
1869 Yes Yes Yes Yes
1870 Yes Yes Yes Yes
1871 Yes Yes Yes Yes
1872 Yes Yes Yes Yes
1873 Yes Yes Yes Yes
1874 Yes Yes Yes Yes
1875 Yes Yes Yes Yes
1876 Yes Yes Yes Yes
1877 Yes Yes No Yes
1878 Yes Yes Yes Yes
1879 Yes Yes No Yes
1880 Yes Yes Yes Yes
1881 Yes Yes Yes Yes
1882 Yes Yes Yes Yes
1883 Yes Yes Yes Yes
1884 Yes Yes Yes Yes
1885 Yes Yes Yes Yes
1886 Yes Yes Yes Yes
1887 Yes Yes Yes Yes
1888 Yes Yes Yes Yes
1889 Yes Yes Yes Yes
1890 Yes Yes Yes Yes
1891 Yes Yes No Yes
1892 Yes Yes Yes Yes
1893 Yes Yes Yes Yes
1894 Yes Yes Yes Yes
1895 Yes Yes Yes Yes
1896 No Yes Yes Yes
1897 Yes Yes Yes Yes
1898 Yes Yes Yes Yes
1899 Yes Yes No Yes
1900 Yes Yes Yes Yes
1901 No Yes Yes Yes
1902 No Yes Yes Yes
1903 Yes Yes Yes Yes
1904 Yes Yes Yes Yes
1905 Yes Yes Yes Yes
1906 Yes Yes Yes Yes
1907 Yes Yes No Yes
1908 Yes Yes Yes Yes
1909 Yes Yes Yes Yes
1910 Yes Yes Yes Yes
1911 Yes Yes Yes Yes
1912 Yes Yes Yes Yes
1913 Yes Yes Yes Yes
1914 Yes Yes Yes Yes
1915 Yes Yes Yes Yes
1916 Yes Yes Yes Yes
1917 Yes Yes No Yes
1918 Yes Yes Yes Yes
1919 Yes Yes Yes Yes
1920 Yes Yes Yes Yes
1921 Yes Yes No No
1922 Yes Yes Yes Yes
1923 Yes Yes Yes Yes
1924 Yes Yes Yes Yes
1925 Yes Yes Yes Yes
1926 Yes Yes Yes Yes
1927 Yes Yes Yes Yes
1928 No Yes No Yes
1929 Yes Yes Yes Yes
1930 Yes Yes Yes Yes
1931 Yes Yes Yes Yes
1932 Yes Yes Yes Yes
1933 Yes Yes Yes Yes
1934 Yes Yes Yes Yes
1935 Yes Yes Yes Yes
1936 Yes Yes Yes Yes
1937 Yes Yes Yes Yes
1938 Yes Yes Yes Yes
1939 Yes Yes Yes Yes
1940 Yes Yes Yes Yes
1941 Yes Yes Yes Yes
1942 Yes Yes Yes Yes
1943 Yes Yes Yes Yes
1944
1945 Yes Yes Yes Yes
1946 Yes Yes Yes Yes
1947 Yes Yes Yes Yes
1948 Yes Yes Yes Yes
1949 Yes Yes No Yes
1950 Yes Yes Yes Yes
1951 Yes Yes Yes Yes
1952 Yes Yes Yes Yes
1953 Yes No No No
1954 Yes Yes Yes Yes
1955 Yes Yes Yes Yes
1956 Yes Yes Yes Yes
1957 Yes Yes Yes Yes
1958 Yes Yes Yes Yes
1959 Yes Yes Yes Yes
1960 Yes Yes No No
1961 Yes Yes Yes Yes
1962 Yes Yes Yes Yes
1963 Yes Yes Yes Yes
1964 Yes Yes No Yes
1965 Yes Yes Yes Yes
1966 Yes Yes Yes Yes
1967 Yes Yes Yes Yes
1968 Yes Yes Yes Yes
1969 Yes Yes Yes Yes
1970 Yes Yes Yes Yes
1971 Yes Yes Yes Yes
1972 Yes Yes No Yes
1973 Yes Yes Yes Yes
1974 Yes Yes Yes Yes
1975 Yes Yes Yes Yes
1976 Yes Yes Yes Yes
1977 Yes Yes Yes No
1978 Yes Yes Yes Yes
1979 Yes Yes Yes Yes
1980 Yes Yes Yes Yes
1981 Yes Yes Yes Yes
1982 Yes Yes Yes Yes
1983 Yes Yes Yes Yes
1984 Yes Yes Yes Yes
1985 Yes Yes Yes Yes
1986 Yes Yes Yes Yes
1987 Yes Yes Yes Yes
1988 Yes Yes Yes No
1989 Yes Yes Yes Yes
1990 Yes Yes Yes Yes
1991 Yes Yes No Yes
1992 Yes Yes Yes Yes
1993 No No No No
1994 Yes Yes Yes Yes
1995 Yes Yes Yes Yes
1996 Yes No Yes Yes
1997 Yes Yes Yes No
1998 Yes Yes Yes Yes
1999 Yes Yes Yes Yes
2000 Yes Yes Yes Yes
2001 Yes Yes Yes Yes
2002 Yes Yes Yes Yes
2003 Yes Yes Yes Yes
2004 Yes Yes Yes Yes
2005 Yes Yes Yes Yes
2006 Yes Yes Yes No
2007 Yes Yes No Yes
2008 Yes Yes Yes Yes
2009 Yes Yes Yes Yes
2010 Yes Yes Yes Yes
2011 Yes Yes Yes Yes
2012 Yes Yes Yes Yes
2013 Yes Yes Yes Yes
2014 Yes Yes Yes Yes
2015 Yes Yes Yes Yes
2016 Yes Yes Yes Yes
2017 Yes Yes Yes Yes
2018 Yes Yes Yes Yes
2019 Yes Yes Yes Yes
2020 Yes Yes Yes Yes
2021 Yes Yes Yes Yes
2022 Yes Yes Yes Yes
2023 Yes Yes Yes Yes
2024 Yes Yes Yes Yes
2025 Yes Yes Yes Yes
2026 Yes Yes Yes Yes
2027 Yes Yes Yes Yes
2028 Yes Yes Yes Yes
2029 Yes Yes Yes Yes
2030 Yes Yes Yes Yes
2031 Yes Yes Yes Yes
2032 No No Yes Yes
2033 Yes Yes Yes No
2034 Yes Yes Yes Yes
2035 Yes Yes Yes Yes
2036 Yes Yes Yes Yes
2037 Yes Yes Yes Yes
2038 Yes Yes Yes Yes
2039 Yes Yes Yes Yes
2040 Yes Yes No Yes
2041 Yes Yes Yes Yes
2042 Yes Yes Yes Yes
2043 Yes Yes Yes Yes
2044 Yes Yes Yes Yes
2045 Yes Yes Yes Yes
2046 Yes Yes Yes Yes
2047 Yes Yes Yes Yes
2048 Yes Yes Yes Yes
2049 Yes Yes Yes Yes
2050 Yes Yes Yes Yes
2051 Yes Yes Yes Yes
2052 Yes Yes No No
2053 Yes Yes Yes Yes
2054 Yes Yes Yes Yes
2055 Yes Yes Yes Yes
2056 Yes Yes Yes Yes
2057 Yes Yes Yes No
2058 Yes Yes Yes Yes
2059 Yes Yes Yes Yes
2060 Yes Yes Yes Yes
2061 Yes Yes Yes Yes
2062 Yes Yes Yes Yes
2063 Yes Yes Yes Yes
2064 Yes Yes Yes Yes
2065 Yes Yes Yes Yes
2066 Yes Yes Yes Yes
2067 Yes Yes Yes Yes
2068 Yes Yes Yes Yes
2069 Yes Yes Yes Yes
2070 Yes Yes Yes Yes
2071 Yes Yes No Yes
2072
2073 Yes Yes Yes Yes
2074 Yes Yes Yes Yes
2075 Yes Yes Yes Yes
2076 Yes Yes Yes Yes
2077 Yes Yes Yes Yes
2078 Yes Yes Yes Yes
2079 Yes Yes Yes Yes
2080 Yes Yes Yes Yes
2081 Yes Yes Yes Yes
2082 Yes Yes Yes Yes
2083 Yes Yes Yes Yes
2084 Yes Yes Yes No
2085 Yes Yes Yes Yes
2086 Yes Yes Yes Yes
2087 Yes Yes Yes Yes
2088 Yes Yes Yes Yes
2089 Yes Yes Yes Yes
2090 Yes Yes Yes Yes
2091 Yes Yes Yes Yes
2092 Yes Yes Yes No
2093 Yes Yes Yes Yes
2094 Yes Yes Yes Yes
2095 Yes Yes Yes Yes
2096 Yes Yes Yes Yes
2097 Yes Yes Yes Yes
2098
2099 Yes Yes Yes Yes
2100 Yes Yes Yes Yes
2101
2102 Yes Yes Yes Yes
2103 Yes Yes Yes Yes
2104 Yes Yes Yes Yes
2105 Yes Yes Yes Yes
2106 Yes Yes Yes Yes
2107 Yes Yes Yes Yes
2108 Yes Yes Yes Yes
2109 Yes Yes Yes Yes
2110 Yes Yes Yes Yes
2111 Yes Yes Yes Yes
2112
2113 Yes Yes Yes Yes
2114 Yes Yes Yes Yes
2115 Yes Yes Yes Yes
2116 Yes Yes Yes Yes
2117 Yes Yes No Yes
2118 Yes Yes Yes Yes
2119 Yes Yes Yes Yes
2120 Yes Yes Yes Yes
2121 Yes Yes Yes Yes
2122 Yes Yes Yes Yes
2123 Yes Yes Yes Yes
2124 Yes Yes Yes Yes
2125 Yes Yes Yes Yes
2126 Yes Yes Yes Yes
2127 Yes No No Yes
2128 No No No No
2129 No No No No
2130 Yes Yes Yes Yes
2131 Yes Yes Yes Yes
2132 Yes Yes Yes Yes
2133 Yes Yes No Yes
2134 Yes Yes Yes Yes
2135 Yes Yes Yes Yes
2136 Yes Yes Yes Yes
2137 Yes Yes Yes Yes
2138 Yes Yes Yes Yes
2139 Yes Yes Yes Yes
2140 Yes Yes Yes Yes
2141 Yes Yes Yes Yes
2142 Yes Yes Yes Yes
2143 Yes Yes Yes Yes
2144 Yes Yes Yes Yes
2145 Yes Yes Yes Yes
2146 Yes Yes Yes Yes
2147 Yes Yes Yes Yes
2148 Yes Yes Yes Yes
2149 Yes Yes Yes Yes
2150 Yes Yes Yes Yes
2151 Yes Yes Yes Yes
2152 Yes Yes Yes Yes
2153 Yes Yes Yes Yes
2154 No Yes Yes Yes
2155 Yes Yes Yes Yes
2156 Yes Yes Yes Yes
2157 Yes Yes Yes Yes
2158 Yes Yes Yes Yes
2159 Yes Yes Yes Yes
2160 Yes Yes Yes Yes
2161 Yes Yes Yes Yes
2162 Yes Yes Yes Yes
2163 Yes Yes Yes Yes
2164 Yes Yes Yes Yes
2165 Yes Yes Yes Yes
2166 Yes Yes Yes Yes
2167 Yes Yes Yes Yes
2168 Yes Yes Yes Yes
2169 Yes Yes Yes Yes
2170 Yes Yes Yes Yes
2171 Yes Yes Yes Yes
2172 Yes Yes Yes Yes
2173 Yes Yes Yes Yes
2174 Yes Yes No Yes
2175 Yes Yes No Yes
2176 Yes Yes Yes Yes
2177 Yes Yes Yes Yes
2178 Yes Yes Yes Yes
2179 Yes Yes Yes Yes
2180 Yes Yes Yes Yes
2181 Yes Yes Yes Yes
2182
2183 Yes Yes Yes Yes
2184 Yes Yes Yes Yes
2185 Yes Yes Yes Yes
2186 Yes Yes Yes Yes
2187
2188 Yes Yes Yes Yes
2189 Yes Yes Yes Yes
2190 Yes Yes Yes Yes
2191 Yes Yes Yes Yes
2192 Yes Yes Yes Yes
2193 Yes Yes No Yes
2194 Yes Yes Yes Yes
2195 Yes Yes Yes Yes
2196 Yes Yes Yes Yes
2197 Yes Yes Yes Yes
2198 Yes Yes Yes Yes
2199 Yes Yes Yes Yes
2200 Yes Yes Yes Yes
2201 Yes Yes Yes Yes
2202 Yes Yes Yes Yes
2203 Yes Yes Yes Yes
2204 Yes Yes Yes Yes
2205 Yes Yes Yes Yes
2206 Yes Yes Yes Yes
2207 Yes Yes Yes Yes
2208 Yes Yes Yes Yes
2209 Yes Yes Yes Yes
2210 Yes Yes Yes Yes
2211 Yes Yes Yes Yes
2212 Yes Yes Yes Yes
2213 Yes Yes Yes Yes
2214 Yes Yes No No
2215 Yes Yes Yes Yes
2216 Yes Yes Yes Yes
2217 Yes Yes Yes Yes
2218 Yes Yes Yes Yes
2219 Yes Yes No Yes
2220 Yes Yes Yes Yes
2221 Yes Yes Yes Yes
2222 Yes Yes Yes Yes
2223 Yes Yes Yes Yes
2224 Yes Yes Yes Yes
2225 Yes Yes Yes Yes
2226 Yes Yes Yes Yes
2227 Yes Yes Yes Yes
2228 Yes Yes Yes Yes
2229 Yes Yes Yes Yes
2230 Yes Yes Yes Yes
2231 Yes Yes No Yes
2232 Yes Yes Yes Yes
2233 Yes Yes Yes Yes
2234 Yes Yes Yes Yes
2235 Yes Yes Yes Yes
2236 Yes Yes Yes Yes
2237 Yes Yes Yes Yes
2238 Yes No Yes Yes
2239 Yes Yes Yes Yes
2240 Yes Yes Yes Yes
2241 Yes Yes Yes Yes
2242 Yes Yes Yes Yes
2243 Yes Yes Yes Yes
2244 Yes Yes Yes Yes
2245 Yes Yes Yes Yes
2246 Yes Yes Yes Yes
2247 Yes Yes No Yes
2248 Yes Yes Yes Yes
2249 Yes Yes Yes Yes
2250 Yes Yes Yes Yes
2251
2252
2253 Yes Yes Yes No
2254 Yes Yes Yes Yes
2255 Yes Yes Yes Yes
2256 Yes Yes Yes Yes
2257 Yes No Yes No
2258 Yes Yes Yes Yes
2259 Yes Yes Yes Yes
2260 Yes Yes Yes Yes
2261 Yes Yes Yes Yes
2262 Yes Yes Yes Yes
2263 Yes Yes Yes Yes
2264 Yes Yes Yes Yes
2265 Yes Yes Yes Yes
2266 Yes Yes Yes Yes
2267 Yes Yes Yes Yes
2268 Yes Yes Yes Yes
2269 No Yes No No
2270 Yes Yes Yes Yes
2271 Yes Yes Yes Yes
2272 Yes Yes Yes Yes
2273 Yes Yes Yes Yes
2274 Yes Yes Yes Yes
2275 Yes Yes Yes Yes
2276 Yes Yes Yes Yes
2277 Yes Yes Yes Yes
2278 Yes Yes Yes Yes
2279 Yes Yes Yes Yes
2280 Yes Yes Yes Yes
2281 Yes No Yes Yes
2282 No Yes No Yes
2283 Yes Yes Yes Yes
2284 Yes Yes Yes Yes
2285 Yes Yes Yes Yes
2286 Yes Yes Yes Yes
2287 Yes Yes Yes Yes
2288 Yes Yes Yes Yes
2289 Yes Yes Yes Yes
2290 Yes Yes Yes Yes
2291 Yes Yes Yes Yes
2292 Yes Yes Yes No
2293 Yes Yes No No
2294 Yes Yes Yes Yes
2295 Yes Yes Yes Yes
2296 Yes Yes Yes Yes
2297 Yes No Yes Yes
2298 Yes Yes Yes Yes
2299 Yes Yes Yes Yes
2300 Yes Yes Yes Yes
2301 Yes Yes Yes Yes
2302 Yes Yes No No
2303 Yes Yes Yes Yes
2304 Yes Yes Yes Yes
2305 Yes Yes Yes Yes
2306 Yes Yes Yes Yes
2307 Yes Yes Yes Yes
2308 Yes Yes Yes Yes
2309 Yes Yes Yes No
2310 Yes Yes No Yes
2311 Yes Yes No Yes
2312 Yes Yes Yes Yes
2313 Yes No Yes Yes
2314 Yes Yes No No
2315 Yes Yes Yes Yes
2316 Yes Yes Yes Yes
2317 Yes Yes Yes Yes
2318 Yes Yes Yes Yes
2319 Yes Yes Yes Yes
2320 Yes Yes Yes Yes
2321 Yes Yes Yes Yes
2322 Yes Yes Yes Yes
2323 Yes Yes Yes Yes
2324 Yes Yes Yes Yes
2325 Yes Yes Yes Yes
2326 Yes Yes No Yes
2327 Yes Yes Yes Yes
2328 Yes Yes Yes Yes
2329 Yes Yes Yes Yes
2330 Yes Yes No No
2331 Yes Yes Yes Yes
2332 Yes Yes Yes Yes
2333 Yes Yes No Yes
2334 Yes Yes Yes Yes
2335 Yes Yes Yes Yes
2336 Yes Yes Yes Yes
2337 Yes Yes Yes Yes
2338 Yes Yes Yes Yes
2339 Yes Yes Yes Yes
2340 Yes Yes Yes Yes
2341 Yes Yes Yes Yes
2342 Yes Yes Yes Yes
2343 Yes Yes Yes Yes
2344 Yes Yes Yes Yes
2345 Yes Yes Yes Yes
2346 Yes Yes Yes Yes
2347 Yes Yes Yes Yes
2348 Yes Yes No Yes
2349 Yes Yes Yes Yes
2350 Yes Yes Yes Yes
2351 Yes Yes Yes Yes
2352 Yes Yes Yes Yes
2353 Yes Yes Yes Yes
2354 Yes Yes Yes Yes
2355 Yes Yes Yes Yes
2356
2357 Yes Yes Yes Yes
2358 Yes Yes Yes Yes
2359 Yes Yes Yes Yes
2360
2361 Yes Yes Yes Yes
2362 Yes Yes Yes Yes
2363 Yes Yes Yes Yes
2364 Yes Yes Yes Yes
2365 Yes Yes Yes Yes
2366 Yes Yes No Yes
2367 Yes Yes Yes Yes
2368 Yes Yes Yes Yes
2369 Yes Yes Yes Yes
2370 Yes Yes Yes Yes
2371 Yes Yes Yes Yes
2372 Yes Yes Yes Yes
2373 Yes Yes Yes Yes
2374 Yes Yes Yes Yes
2375 Yes Yes Yes Yes
2376 No Yes Yes Yes
2377 Yes Yes No Yes
2378 Yes Yes Yes Yes
2379 No No No Yes
2380 Yes Yes Yes Yes
2381 Yes Yes Yes Yes
2382 Yes Yes Yes Yes
2383 No Yes Yes Yes
2384 Yes Yes Yes Yes
2385 Yes Yes Yes Yes
2386 Yes Yes Yes Yes
2387 Yes Yes Yes Yes
2388 Yes Yes Yes Yes
2389 Yes Yes Yes Yes
2390 Yes Yes Yes Yes
2391 Yes Yes Yes Yes
2392 Yes Yes Yes Yes
2393 Yes Yes Yes Yes
2394 Yes Yes Yes Yes
2395 Yes Yes Yes Yes
2396 Yes Yes Yes Yes
2397 Yes Yes Yes Yes
2398 Yes Yes Yes Yes
2399 Yes Yes Yes Yes
2400 Yes Yes No Yes
2401 Yes Yes No Yes
2402 Yes Yes Yes Yes
2403 Yes Yes Yes Yes
2404 Yes Yes Yes Yes
2405 Yes Yes Yes No
2406 Yes Yes Yes Yes
2407 Yes Yes Yes Yes
2408 Yes Yes Yes Yes
2409 Yes Yes Yes Yes
2410 Yes Yes No Yes
2411 Yes Yes Yes Yes
2412 Yes Yes Yes Yes
2413 Yes Yes Yes Yes
2414 Yes Yes Yes Yes
2415 Yes Yes Yes Yes
2416
2417 Yes Yes Yes Yes
2418 Yes Yes Yes Yes
2419 Yes Yes Yes Yes
2420 Yes Yes Yes Yes
2421 Yes Yes Yes Yes
2422 Yes Yes Yes Yes
2423 Yes Yes Yes Yes
2424 Yes Yes Yes Yes
2425 Yes Yes Yes Yes
2426 Yes Yes Yes Yes
2427 Yes Yes Yes Yes
2428 Yes Yes Yes Yes
2429 Yes Yes Yes Yes
2430 Yes Yes Yes Yes
2431 Yes Yes Yes Yes
2432 Yes Yes No Yes
2433 Yes Yes Yes Yes
2434 Yes Yes Yes Yes
2435 Yes Yes Yes Yes
2436 Yes Yes Yes Yes
2437 Yes Yes No Yes
2438 Yes Yes Yes Yes
2439 Yes Yes Yes Yes
2440 Yes Yes Yes Yes
2441 Yes Yes Yes Yes
2442 Yes Yes Yes Yes
2443 Yes Yes Yes Yes
2444 Yes Yes Yes Yes
2445 Yes Yes Yes Yes
2446 No Yes Yes Yes
2447 Yes Yes Yes Yes
2448 Yes Yes Yes Yes
2449 Yes Yes Yes Yes
2450 Yes Yes Yes Yes
2451 Yes Yes No No
2452 Yes Yes Yes Yes
2453 Yes Yes Yes Yes
2454 Yes No Yes Yes
2455 Yes Yes Yes Yes
2456 Yes Yes Yes Yes
2457 Yes Yes Yes Yes
2458 Yes Yes Yes Yes
2459 Yes Yes Yes Yes
2460 Yes Yes Yes Yes
2461 Yes Yes Yes Yes
2462 Yes Yes Yes Yes
2463 Yes Yes No Yes
2464 Yes Yes Yes Yes
2465 Yes Yes Yes Yes
2466 Yes Yes Yes Yes
2467 Yes Yes Yes Yes
2468 Yes Yes Yes Yes
2469 Yes Yes Yes Yes
2470 Yes Yes Yes Yes
2471 Yes Yes Yes Yes
2472 Yes Yes Yes Yes
2473 Yes Yes Yes Yes
2474 Yes Yes Yes Yes
2475 Yes Yes Yes Yes
2476 Yes Yes Yes Yes
2477 Yes Yes Yes Yes
2478 Yes Yes Yes Yes
2479 Yes Yes Yes Yes
2480 Yes Yes No Yes
2481 Yes Yes Yes Yes
2482 Yes Yes Yes Yes
2483 Yes Yes Yes Yes
2484 Yes Yes Yes Yes
2485
2486 Yes Yes Yes Yes
2487 Yes Yes Yes Yes
2488 Yes Yes Yes Yes
2489 Yes Yes No No
2490 No Yes No Yes
2491 Yes Yes Yes Yes
2492 Yes Yes Yes Yes
2493 Yes Yes Yes Yes
2494 Yes Yes Yes Yes
2495 No No No No
2496
2497 Yes Yes Yes Yes
2498 Yes Yes Yes Yes
2499 Yes No Yes Yes
2500 Yes Yes Yes Yes
2501 Yes Yes Yes Yes
2502 Yes Yes Yes No
2503 Yes Yes Yes Yes
2504 Yes Yes Yes Yes
2505 Yes Yes Yes Yes
2506 Yes Yes Yes Yes
2507 Yes Yes Yes Yes
2508 Yes Yes Yes Yes
2509 Yes Yes Yes Yes
2510 Yes Yes Yes Yes
2511 Yes Yes Yes Yes
2512 Yes Yes Yes Yes
2513 Yes Yes Yes Yes
2514 Yes Yes Yes Yes
2515 Yes Yes Yes Yes
2516 Yes Yes Yes Yes
2517 Yes Yes Yes Yes
2518 Yes Yes Yes Yes
2519 Yes Yes Yes Yes
2520 Yes Yes Yes Yes
2521 Yes Yes Yes Yes
2522 Yes Yes Yes Yes
2523 Yes Yes Yes Yes
2524 Yes Yes Yes Yes
2525 Yes Yes Yes Yes
2526 Yes Yes Yes Yes
2527 Yes Yes Yes Yes
2528 Yes Yes Yes Yes
2529 Yes Yes Yes No
2530 Yes Yes Yes Yes
2531 Yes Yes Yes Yes
2532 Yes Yes Yes Yes
2533 Yes Yes Yes Yes
2534 Yes Yes Yes Yes
2535 Yes Yes Yes Yes
2536 Yes Yes Yes Yes
2537 Yes Yes Yes Yes
2538 Yes Yes Yes Yes
2539 Yes Yes Yes Yes
2540 Yes Yes Yes Yes
2541 Yes Yes No Yes
2542 No Yes No Yes
2543 Yes Yes No Yes
2544 Yes Yes Yes Yes
2545 Yes Yes Yes Yes
2546 Yes Yes Yes Yes
2547 Yes Yes No Yes
2548 Yes Yes Yes Yes
2549 Yes Yes Yes Yes
2550 Yes Yes No Yes
2551 Yes Yes Yes Yes
2552 Yes Yes Yes Yes
2553 Yes Yes Yes Yes
2554 Yes Yes Yes Yes
2555 Yes Yes Yes Yes
2556 Yes Yes Yes Yes
2557 Yes Yes No Yes
2558 Yes Yes Yes Yes
2559 Yes Yes No Yes
2560 Yes Yes Yes Yes
2561 Yes Yes Yes Yes
2562 Yes Yes Yes Yes
2563 Yes Yes Yes Yes
2564 Yes Yes Yes Yes
2565 Yes Yes Yes Yes
2566 Yes Yes Yes Yes
2567 Yes Yes Yes Yes
2568 Yes Yes Yes Yes
2569 Yes Yes Yes Yes
2570 Yes Yes No Yes
2571 Yes Yes Yes Yes
2572 Yes Yes Yes Yes
2573 Yes Yes Yes Yes
2574 Yes Yes Yes Yes
2575 Yes No Yes Yes
2576 Yes Yes Yes Yes
2577 Yes Yes No Yes
2578 Yes Yes No Yes
2579 Yes Yes Yes Yes
2580 Yes Yes Yes Yes
2581 Yes Yes Yes Yes
2582 Yes Yes No Yes
2583 Yes Yes Yes Yes
2584 Yes Yes Yes Yes
2585 Yes No No No
2586 Yes No Yes Yes
2587 Yes Yes Yes Yes
2588 Yes Yes Yes Yes
2589 Yes Yes Yes Yes
2590 Yes Yes Yes Yes
2591 Yes Yes Yes Yes
2592 Yes Yes Yes Yes
2593 Yes Yes Yes Yes
2594 Yes Yes Yes Yes
2595 Yes Yes Yes Yes
2596 Yes Yes Yes Yes
2597 Yes Yes Yes Yes
2598 Yes Yes Yes Yes
2599 Yes Yes Yes Yes
2600 Yes Yes Yes Yes
2601 Yes Yes Yes Yes
2602 Yes Yes Yes Yes
2603 Yes Yes Yes Yes
2604 Yes Yes Yes Yes
2605 Yes Yes Yes Yes
2606 Yes Yes Yes Yes
2607 Yes Yes Yes Yes
2608 Yes Yes Yes Yes
2609 Yes Yes Yes Yes
2610 Yes Yes Yes Yes
2611 Yes Yes Yes Yes
2612 Yes Yes Yes Yes
2613 Yes Yes No Yes
2614 Yes Yes Yes Yes
2615 Yes Yes Yes Yes
2616 Yes Yes Yes Yes
2617 Yes Yes Yes Yes
2618 Yes Yes Yes Yes
2619 Yes Yes Yes Yes
2620 No Yes No Yes
2621 Yes Yes Yes Yes
2622 Yes Yes Yes Yes
2623 Yes Yes Yes Yes
2624 Yes Yes Yes Yes
2625 Yes Yes Yes Yes
2626 Yes Yes Yes Yes
2627 Yes Yes Yes Yes
2628 Yes Yes Yes Yes
2629 Yes Yes Yes Yes
2630 Yes Yes Yes Yes
2631 Yes Yes Yes Yes
2632 Yes Yes Yes Yes
2633 Yes Yes Yes Yes
2634 Yes Yes Yes Yes
2635 Yes Yes Yes Yes
2636 Yes Yes Yes Yes
2637 Yes Yes Yes Yes
2638 Yes Yes Yes No
2639 Yes Yes Yes Yes
2640 Yes No Yes No
2641 Yes Yes Yes Yes
2642 Yes Yes Yes Yes
2643 Yes Yes Yes Yes
2644 Yes Yes Yes Yes
2645 Yes Yes Yes Yes
2646 Yes Yes Yes Yes
2647 Yes Yes No Yes
2648 Yes Yes Yes Yes
2649 Yes Yes Yes Yes
2650 Yes Yes Yes Yes
2651 Yes Yes Yes Yes
2652 Yes Yes Yes Yes
2653 Yes Yes Yes Yes
2654 Yes Yes Yes Yes
2655 Yes Yes Yes Yes
2656 Yes Yes Yes Yes
2657 Yes Yes Yes Yes
2658
2659 Yes Yes Yes Yes
2660 Yes Yes Yes Yes
2661
2662 Yes Yes Yes Yes
2663 Yes Yes Yes Yes
2664 Yes Yes Yes Yes
2665 Yes Yes Yes Yes
2666 Yes Yes Yes Yes
2667 Yes Yes Yes Yes
2668 Yes Yes Yes Yes
2669 Yes Yes Yes Yes
2670 Yes Yes Yes Yes
2671 Yes Yes Yes Yes
2672 No No No No
2673 Yes Yes Yes Yes
2674 Yes Yes Yes Yes
2675 Yes Yes Yes Yes
2676 Yes Yes Yes Yes
2677 Yes Yes Yes Yes
2678 Yes Yes Yes Yes
2679 Yes Yes Yes Yes
2680 Yes Yes Yes Yes
2681 Yes Yes Yes Yes
2682
2683 Yes Yes Yes Yes
2684
2685 Yes Yes Yes Yes
2686 Yes Yes Yes Yes
2687 Yes Yes Yes Yes
2688 Yes Yes Yes Yes
2689 Yes Yes Yes Yes
2690 Yes Yes Yes Yes
2691 Yes Yes Yes Yes
2692 Yes Yes Yes Yes
2693 Yes Yes No Yes
2694 Yes Yes Yes Yes
2695 Yes Yes Yes Yes
2696 Yes Yes Yes Yes
2697 Yes Yes Yes Yes
2698 Yes Yes Yes Yes
2699 Yes Yes Yes Yes
2700 Yes Yes Yes Yes
2701 No Yes Yes Yes
2702 Yes Yes No No
2703 Yes Yes Yes Yes
2704 Yes Yes Yes Yes
2705 Yes Yes Yes Yes
2706 Yes Yes No No
2707 Yes Yes Yes Yes
2708 Yes Yes Yes Yes
2709 Yes Yes Yes Yes
2710 Yes Yes Yes Yes
2711 Yes Yes Yes Yes
2712 Yes Yes Yes Yes
2713 Yes Yes Yes Yes
2714 Yes Yes No Yes
2715 Yes Yes Yes Yes
2716 Yes Yes Yes Yes
2717 Yes Yes Yes Yes
2718 Yes Yes Yes Yes
2719 Yes Yes Yes Yes
2720 Yes Yes Yes Yes
2721 Yes Yes Yes Yes
2722 Yes Yes No Yes
2723 Yes Yes Yes Yes
2724 Yes Yes Yes Yes
2725 Yes Yes Yes Yes
2726 Yes Yes Yes Yes
2727 Yes Yes Yes Yes
2728 Yes Yes Yes Yes
2729 Yes Yes Yes Yes
2730 Yes Yes Yes Yes
2731
2732 Yes Yes Yes Yes
2733 Yes Yes Yes Yes
2734 Yes Yes Yes Yes
2735 Yes Yes Yes Yes
2736 Yes Yes Yes Yes
2737 Yes Yes Yes Yes
2738 Yes Yes Yes Yes
2739 Yes Yes Yes Yes
2740 Yes Yes Yes Yes
2741 Yes Yes Yes Yes
2742 Yes Yes Yes Yes
2743 Yes Yes Yes Yes
2744 Yes Yes Yes Yes
2745 Yes Yes Yes Yes
2746 Yes Yes Yes Yes
2747 Yes Yes Yes Yes
2748 Yes Yes Yes Yes
2749 Yes Yes No Yes
2750 Yes Yes Yes Yes
2751 Yes Yes Yes Yes
2752 Yes Yes Yes Yes
2753 Yes Yes Yes Yes
2754 Yes Yes Yes Yes
2755 Yes Yes Yes Yes
2756 Yes Yes Yes Yes
2757 Yes Yes Yes Yes
2758 Yes Yes Yes Yes
2759 Yes Yes Yes Yes
2760 Yes Yes Yes Yes
2761 Yes Yes Yes Yes
2762 Yes Yes Yes Yes
2763 Yes Yes Yes Yes
2764 Yes No Yes Yes
2765 Yes Yes Yes Yes
2766 Yes Yes Yes Yes
2767 Yes Yes Yes Yes
2768 Yes Yes Yes Yes
2769 Yes Yes Yes Yes
2770 Yes Yes Yes Yes
2771 Yes Yes Yes Yes
2772 Yes Yes Yes Yes
2773 Yes Yes No Yes
2774 Yes Yes Yes Yes
2775 Yes Yes Yes Yes
2776
2777 Yes Yes Yes Yes
2778 Yes Yes No Yes
2779 Yes Yes Yes Yes
2780 Yes Yes Yes Yes
2781 Yes Yes Yes Yes
2782 Yes Yes No Yes
2783 Yes Yes Yes Yes
2784 Yes Yes Yes Yes
2785 Yes Yes Yes Yes
2786 Yes Yes Yes Yes
2787 Yes Yes Yes Yes
2788 Yes Yes Yes Yes
2789 Yes Yes No Yes
2790 Yes Yes Yes Yes
2791 Yes Yes Yes Yes
2792 Yes Yes Yes Yes
2793 Yes Yes Yes Yes
2794 Yes Yes Yes Yes
2795 Yes Yes Yes Yes
2796 Yes Yes Yes Yes
2797 Yes Yes Yes Yes
2798 Yes Yes Yes Yes
2799 Yes Yes Yes Yes
2800 Yes Yes Yes No
2801 Yes Yes Yes Yes
2802 Yes Yes Yes Yes
2803 Yes Yes Yes Yes
2804 Yes Yes Yes Yes
2805 Yes Yes Yes Yes
2806 Yes Yes Yes Yes
2807 Yes Yes Yes Yes
2808 Yes Yes Yes Yes
2809 Yes Yes Yes Yes
2810 Yes Yes Yes Yes
2811 Yes Yes Yes Yes
2812 Yes Yes Yes Yes
2813 Yes Yes Yes Yes
2814 Yes Yes Yes Yes
2815 Yes Yes Yes Yes
2816 Yes Yes Yes Yes
2817 Yes Yes Yes Yes
2818 Yes Yes Yes Yes
2819 Yes Yes Yes Yes
2820 Yes Yes Yes Yes
2821 Yes No Yes No
2822 Yes Yes Yes Yes
2823 Yes Yes Yes Yes
2824 Yes Yes Yes Yes
2825 Yes Yes Yes Yes
2826 Yes Yes Yes Yes
2827 Yes Yes Yes Yes
2828 Yes Yes Yes Yes
2829 Yes Yes Yes Yes
2830 Yes Yes Yes Yes
2831 Yes Yes No No
2832 Yes Yes Yes Yes
2833 Yes Yes Yes Yes
2834 Yes Yes Yes Yes
2835 Yes Yes Yes Yes
2836 Yes Yes Yes Yes
2837 Yes Yes Yes Yes
2838 Yes Yes Yes Yes
2839 Yes Yes No Yes
2840 Yes Yes Yes Yes
2841 Yes Yes Yes Yes
2842 Yes Yes No Yes
2843 Yes Yes Yes Yes
2844 Yes Yes Yes Yes
2845 Yes Yes Yes Yes
2846 Yes Yes Yes Yes
2847 Yes Yes Yes Yes
2848 No Yes No Yes
2849 Yes Yes Yes Yes
2850 Yes Yes No Yes
2851
2852
2853 Yes Yes Yes Yes
2854 Yes Yes Yes Yes
2855
2856 Yes Yes Yes Yes
2857 Yes Yes Yes Yes
2858 Yes Yes Yes Yes
2859 Yes Yes Yes Yes
2860 Yes Yes Yes Yes
2861 Yes Yes Yes Yes
2862 Yes Yes Yes Yes
2863 Yes Yes No Yes
2864 Yes Yes Yes Yes
2865 Yes No No Yes
2866 Yes Yes Yes Yes
2867 Yes Yes No No
2868 Yes Yes Yes Yes
2869 Yes No Yes Yes
2870 Yes Yes Yes Yes
2871 No Yes Yes Yes
2872 Yes Yes Yes Yes
2873 Yes Yes Yes Yes
2874 Yes Yes Yes Yes
2875 Yes Yes Yes Yes
2876 Yes Yes Yes Yes
2877 Yes Yes Yes Yes
2878 Yes Yes Yes Yes
2879 Yes Yes Yes Yes
2880
2881 Yes Yes Yes Yes
2882 Yes Yes Yes Yes
2883 Yes Yes Yes Yes
2884 Yes Yes Yes Yes
2885 Yes Yes Yes Yes
2886 Yes Yes Yes Yes
2887 Yes Yes Yes Yes
2888 Yes Yes Yes Yes
2889 Yes Yes Yes Yes
2890 Yes Yes Yes Yes
2891 Yes Yes Yes Yes
2892 Yes Yes Yes Yes
2893 Yes Yes Yes Yes
2894 Yes Yes Yes Yes
2895 Yes Yes Yes Yes
2896 Yes Yes Yes Yes
2897 Yes Yes Yes Yes
2898 Yes Yes Yes Yes
2899 Yes Yes Yes Yes
2900 Yes Yes Yes Yes
2901 Yes Yes Yes Yes
2902 Yes Yes Yes Yes
2903 Yes Yes Yes Yes
2904 Yes Yes Yes Yes
2905 Yes Yes Yes Yes
2906 Yes Yes Yes Yes
2907 Yes Yes Yes Yes
2908 Yes Yes Yes Yes
2909 Yes Yes Yes Yes
2910
2911 Yes Yes Yes Yes
2912
2913 Yes Yes Yes Yes
2914 Yes Yes Yes Yes
2915 Yes Yes No Yes
2916 Yes Yes Yes Yes
2917 Yes Yes Yes Yes
2918 Yes Yes Yes Yes
2919 Yes Yes Yes Yes
2920
2921 Yes Yes No No
2922 Yes Yes Yes Yes
2923 Yes Yes No No
2924 Yes Yes Yes Yes
2925 Yes Yes Yes Yes
2926 Yes Yes Yes Yes
2927 Yes Yes Yes Yes
2928 Yes No No No
2929 Yes Yes Yes Yes
2930 Yes Yes Yes Yes
2931 Yes Yes No Yes
2932 Yes Yes Yes Yes
2933 Yes Yes Yes Yes
2934 Yes Yes Yes Yes
2935 Yes Yes Yes Yes
2936 Yes Yes Yes Yes
2937 Yes Yes Yes Yes
2938 Yes Yes Yes Yes
2939 No Yes Yes Yes
2940 Yes Yes Yes Yes
2941 Yes Yes Yes Yes
2942 Yes Yes Yes Yes
2943 Yes Yes Yes Yes
2944 Yes Yes Yes Yes
2945 Yes Yes Yes Yes
2946 Yes Yes Yes Yes
2947 Yes Yes Yes Yes
2948 Yes Yes Yes Yes
2949 Yes Yes Yes Yes
2950 Yes Yes Yes Yes
2951 Yes Yes Yes Yes
2952 Yes Yes Yes Yes
2953 Yes Yes Yes Yes
2954 Yes Yes Yes Yes
2955 Yes Yes Yes Yes
2956 Yes Yes Yes Yes
2957 Yes Yes Yes Yes
2958 Yes Yes No No
2959 Yes Yes Yes Yes
2960
2961 Yes Yes Yes Yes
2962 Yes Yes Yes Yes
2963 Yes Yes Yes Yes
2964 Yes Yes Yes Yes
2965 Yes Yes Yes Yes
2966 Yes Yes Yes Yes
2967 Yes Yes Yes Yes
2968 Yes Yes Yes Yes
2969 Yes Yes Yes Yes
2970 Yes Yes Yes Yes
2971 Yes Yes Yes Yes
2972 Yes Yes Yes Yes
2973 Yes Yes Yes Yes
2974 Yes Yes Yes Yes
2975 Yes Yes Yes Yes
2976 Yes Yes No Yes
2977 Yes Yes No No
2978 Yes Yes Yes Yes
2979 Yes Yes Yes Yes
2980 Yes Yes Yes Yes
2981 Yes Yes Yes Yes
2982 Yes Yes Yes Yes
2983 Yes Yes Yes Yes
2984 Yes Yes No No
2985 Yes Yes Yes Yes
2986 Yes Yes Yes Yes
2987 Yes Yes No Yes
2988 Yes Yes Yes Yes
2989 Yes Yes Yes Yes
2990 Yes Yes Yes Yes
2991 Yes Yes Yes Yes
2992 Yes Yes Yes No
2993 Yes Yes No Yes
2994 Yes Yes Yes Yes
2995 Yes Yes Yes Yes
2996 Yes Yes Yes Yes
2997 Yes Yes Yes Yes
2998 Yes Yes Yes Yes
2999 Yes Yes Yes Yes
3000
3001 Yes Yes Yes Yes
3002 Yes Yes Yes Yes
3003 Yes Yes Yes Yes
3004
3005 Yes Yes Yes Yes
3006
3007 Yes Yes Yes Yes
3008 Yes Yes Yes Yes
3009 Yes Yes Yes Yes
3010 Yes Yes Yes Yes
3011 Yes Yes Yes Yes
3012 Yes Yes Yes Yes
3013 Yes Yes Yes Yes
3014 Yes Yes Yes Yes
3015 Yes Yes Yes Yes
3016 Yes Yes Yes Yes
3017
3018 Yes Yes Yes Yes
3019 Yes Yes Yes Yes
3020 Yes Yes Yes Yes
3021
3022 Yes Yes Yes Yes
3023 Yes Yes Yes Yes
3024 Yes Yes Yes Yes
3025 Yes Yes Yes Yes
3026 Yes Yes Yes Yes
3027
3028
3029 Yes Yes Yes Yes
3030 Yes Yes Yes Yes
3031 Yes Yes Yes No
3032 Yes Yes Yes Yes
3033
3034 Yes Yes Yes Yes
3035 Yes Yes Yes Yes
3036 Yes Yes Yes Yes
3037 Yes Yes Yes Yes
3038 Yes Yes Yes Yes
3039 Yes Yes Yes Yes
3040 Yes Yes Yes Yes
3041 Yes Yes Yes Yes
3042 Yes Yes Yes Yes
3043 Yes Yes Yes Yes
3044 Yes Yes Yes Yes
3045 Yes Yes Yes Yes
3046 Yes Yes Yes Yes
3047 Yes Yes Yes Yes
3048 Yes Yes Yes Yes
3049 Yes Yes Yes Yes
3050 Yes Yes Yes Yes
3051 Yes Yes Yes Yes
3052 Yes Yes Yes Yes
3053 Yes Yes Yes Yes
3054 Yes Yes Yes Yes
3055 Yes Yes Yes Yes
3056 Yes Yes Yes Yes
3057 Yes Yes Yes Yes
3058 Yes Yes Yes Yes
3059 Yes Yes Yes Yes
3060 Yes Yes No Yes
3061 Yes Yes Yes Yes
3062 Yes Yes Yes Yes
3063 Yes Yes Yes Yes
3064 Yes Yes Yes Yes
3065 Yes Yes Yes Yes
3066 Yes Yes Yes Yes
3067 Yes Yes Yes Yes
3068 Yes Yes Yes Yes
3069 Yes Yes Yes Yes
3070 Yes Yes Yes Yes
3071 Yes Yes Yes Yes
3072 Yes Yes Yes Yes
3073 Yes Yes Yes Yes
3074 Yes Yes Yes Yes
3075 Yes Yes Yes Yes
3076 Yes Yes Yes Yes
3077 Yes Yes No No
3078 Yes Yes Yes Yes
3079 Yes Yes Yes Yes
3080 Yes Yes Yes Yes
3081
3082 Yes Yes Yes Yes
3083 Yes Yes Yes Yes
3084 Yes Yes Yes No
3085 Yes Yes Yes Yes
3086 Yes Yes Yes Yes
3087 Yes No Yes Yes
3088 Yes Yes Yes Yes
3089 Yes Yes Yes Yes
3090 Yes Yes Yes Yes
3091 Yes Yes Yes Yes
3092 Yes Yes Yes Yes
3093 Yes Yes Yes Yes
3094 Yes Yes Yes Yes
3095 Yes Yes Yes Yes
3096 Yes Yes Yes Yes
3097 Yes Yes Yes Yes
3098 Yes Yes Yes Yes
3099 Yes Yes Yes Yes
3100 Yes Yes Yes Yes
3101 Yes Yes Yes Yes
3102 Yes Yes Yes Yes
3103 Yes Yes Yes Yes
3104 Yes Yes Yes Yes
3105 Yes Yes Yes Yes
3106 Yes Yes Yes Yes
3107 Yes Yes Yes Yes
3108 Yes Yes Yes Yes
3109 Yes Yes Yes Yes
3110 Yes Yes Yes Yes
3111 Yes Yes Yes Yes
3112 Yes Yes Yes Yes
3113 Yes Yes Yes Yes
3114 Yes Yes Yes Yes
3115 Yes Yes Yes Yes
3116 No Yes No Yes
3117 Yes Yes Yes Yes
3118 Yes Yes Yes Yes
3119 Yes Yes Yes Yes
3120 Yes Yes Yes Yes
3121 Yes Yes No Yes
3122 Yes Yes Yes Yes
3123 Yes Yes Yes Yes
3124 Yes Yes Yes Yes
3125 Yes Yes Yes Yes
3126 Yes Yes Yes Yes
3127 Yes Yes Yes Yes
3128 Yes Yes Yes Yes
3129 Yes Yes Yes Yes
3130 Yes Yes Yes Yes
3131 Yes Yes Yes Yes
3132 Yes Yes Yes Yes
3133 Yes Yes Yes Yes
3134 Yes Yes Yes Yes
3135 Yes Yes Yes Yes
3136 Yes Yes Yes Yes
3137 Yes Yes Yes Yes
3138 Yes Yes Yes Yes
3139 Yes Yes No Yes
3140 Yes Yes Yes Yes
3141 Yes Yes Yes Yes
3142 Yes Yes Yes Yes
3143 Yes Yes Yes Yes
3144 Yes Yes Yes Yes
3145 Yes Yes Yes Yes
3146 Yes Yes Yes Yes
3147 Yes Yes Yes Yes
3148 Yes Yes Yes Yes
3149 Yes Yes Yes Yes
3150 Yes Yes Yes Yes
3151 Yes Yes Yes Yes
3152 Yes Yes Yes Yes
3153 Yes Yes Yes Yes
3154 Yes Yes Yes Yes
3155 Yes Yes Yes Yes
3156 Yes Yes Yes Yes
3157 Yes Yes Yes Yes
3158 Yes Yes No Yes
3159
3160 Yes Yes Yes Yes
3161 Yes Yes No Yes
3162 Yes Yes Yes Yes
3163 Yes Yes Yes Yes
3164 Yes Yes Yes Yes
3165 Yes Yes Yes Yes
3166 Yes Yes Yes Yes
3167 Yes Yes Yes Yes
3168 Yes Yes Yes Yes
3169 Yes Yes No Yes
3170 Yes Yes Yes Yes
3171 Yes Yes Yes Yes
3172 Yes Yes Yes Yes
3173 Yes Yes Yes Yes
3174 Yes Yes Yes Yes
3175 Yes Yes Yes Yes
3176
3177 Yes Yes Yes Yes
3178 Yes Yes Yes Yes
3179 Yes Yes Yes Yes
3180 Yes Yes Yes Yes
3181 Yes Yes Yes Yes
3182 Yes Yes Yes Yes
3183 Yes Yes Yes Yes
3184 Yes Yes Yes Yes
3185 Yes Yes Yes Yes
3186 Yes Yes Yes Yes
3187 Yes Yes Yes Yes
3188 Yes Yes Yes Yes
3189 Yes Yes Yes Yes
3190 Yes Yes Yes Yes
3191 Yes Yes Yes Yes
3192 Yes Yes Yes Yes
3193 Yes Yes Yes Yes
3194 Yes No Yes Yes
3195 Yes Yes Yes Yes
3196 Yes Yes Yes Yes
3197 Yes Yes Yes Yes
3198 Yes Yes Yes Yes
3199
3200 Yes Yes Yes Yes
3201 Yes Yes Yes Yes
3202
3203 Yes Yes Yes Yes
3204 Yes Yes Yes Yes
3205 Yes Yes Yes Yes
3206 Yes Yes Yes Yes
3207 Yes Yes Yes Yes
3208 Yes Yes Yes Yes
3209 No Yes No Yes
3210 Yes Yes Yes Yes
3211 Yes Yes Yes Yes
3212 Yes Yes Yes Yes
3213 Yes Yes Yes Yes
3214 Yes Yes Yes Yes
3215 Yes Yes Yes Yes
3216 Yes Yes Yes Yes
3217 Yes Yes Yes Yes
3218 Yes Yes Yes No
3219 Yes Yes Yes Yes
3220 Yes Yes Yes Yes
3221 Yes Yes Yes Yes
3222 Yes Yes Yes Yes
3223 Yes Yes Yes Yes
3224 Yes Yes Yes Yes
3225 Yes Yes Yes Yes
3226
3227 Yes Yes Yes Yes
3228 Yes Yes Yes Yes
3229 Yes Yes Yes Yes
3230 Yes Yes Yes Yes
3231 Yes Yes Yes Yes
3232 Yes Yes Yes Yes
3233 Yes Yes Yes Yes
3234 Yes Yes Yes Yes
3235 Yes Yes Yes Yes
3236 Yes Yes Yes Yes
3237
3238 Yes Yes Yes Yes
3239 Yes Yes No Yes
3240 Yes Yes Yes Yes
3241 Yes Yes Yes Yes
3242 Yes Yes Yes Yes
3243 Yes Yes Yes Yes
3244 Yes Yes Yes Yes
3245 Yes Yes Yes Yes
3246 Yes Yes No Yes
3247 Yes Yes Yes Yes
3248 Yes Yes Yes Yes
3249 Yes Yes Yes Yes
3250 Yes Yes Yes Yes
3251 Yes Yes Yes Yes
3252 Yes Yes Yes Yes
3253 Yes Yes Yes Yes
3254 Yes Yes Yes Yes
3255 Yes Yes Yes Yes
3256 Yes Yes Yes Yes
3257 Yes Yes Yes Yes
3258 Yes Yes Yes Yes
3259 Yes Yes Yes Yes
3260 Yes Yes Yes Yes
3261
3262 Yes Yes Yes Yes
3263 Yes Yes Yes Yes
3264 Yes Yes No No
3265 Yes Yes Yes Yes
3266 Yes Yes Yes Yes
3267 Yes Yes Yes Yes
3268 Yes Yes Yes Yes
3269 Yes Yes Yes Yes
3270 Yes Yes Yes Yes
3271 Yes Yes Yes Yes
3272 Yes Yes Yes Yes
3273 Yes Yes Yes Yes
3274 Yes Yes Yes Yes
3275 Yes Yes Yes Yes
3276 Yes Yes Yes Yes
3277 Yes Yes Yes Yes
3278 Yes Yes Yes Yes
3279 Yes Yes Yes Yes
3280 No Yes Yes Yes
3281 Yes Yes Yes Yes
3282 Yes Yes Yes Yes
3283 Yes Yes Yes Yes
3284 Yes Yes Yes Yes
3285
3286 Yes Yes Yes Yes
3287 Yes Yes Yes Yes
3288
3289 Yes Yes Yes Yes
3290 Yes Yes Yes Yes
3291 Yes Yes Yes Yes
3292 Yes Yes Yes Yes
3293 Yes Yes Yes Yes
3294 Yes Yes Yes Yes
3295 Yes Yes Yes Yes
3296 Yes Yes Yes Yes
3297 Yes Yes Yes Yes
3298 Yes Yes Yes Yes
3299 Yes Yes Yes Yes
3300 Yes Yes Yes Yes
3301 Yes Yes Yes Yes
3302 Yes Yes Yes Yes
3303 Yes Yes Yes Yes
3304 Yes Yes Yes Yes
3305 Yes Yes Yes Yes
3306 Yes Yes Yes Yes
3307 Yes Yes Yes Yes
3308 Yes Yes Yes Yes
3309 Yes Yes No Yes
3310 Yes Yes Yes Yes
3311 Yes Yes Yes Yes
3312 Yes Yes Yes Yes
3313 Yes Yes Yes Yes
3314 Yes Yes Yes Yes
3315 Yes Yes Yes Yes
3316 Yes Yes Yes Yes
3317 Yes Yes Yes Yes
3318 Yes Yes Yes Yes
3319 Yes Yes Yes Yes
3320 Yes Yes Yes Yes
3321 Yes Yes Yes Yes
3322 Yes Yes Yes Yes
3323
3324
3325 Yes Yes Yes Yes
3326 Yes Yes Yes Yes
3327 Yes Yes Yes Yes
3328 Yes Yes Yes Yes
3329 Yes Yes Yes Yes
3330 Yes Yes Yes Yes
3331 Yes Yes Yes Yes
3332 Yes Yes Yes Yes
3333 Yes Yes Yes Yes
3334 Yes Yes Yes Yes
3335 Yes Yes Yes Yes
3336 Yes Yes Yes Yes
3337 Yes Yes Yes Yes
3338 Yes Yes Yes Yes
3339 Yes Yes Yes Yes
3340 Yes Yes No Yes
3341
3342 Yes Yes Yes Yes
3343 Yes Yes Yes Yes
3344 Yes Yes Yes Yes
3345
3346 Yes Yes Yes Yes
3347 Yes Yes Yes Yes
3348 Yes Yes No Yes
3349 Yes Yes Yes Yes
3350 Yes Yes Yes Yes
3351 Yes Yes Yes Yes
3352 Yes Yes Yes Yes
3353 Yes Yes Yes Yes
3354 Yes Yes Yes Yes
3355 Yes Yes Yes Yes
3356 Yes Yes Yes Yes
3357 Yes Yes Yes Yes
3358 Yes Yes Yes Yes
3359 Yes Yes Yes Yes
3360 Yes Yes Yes Yes
3361 Yes Yes Yes Yes
3362 Yes Yes Yes Yes
3363 No Yes Yes Yes
3364 No Yes No No
3365 Yes Yes Yes Yes
3366 Yes Yes Yes Yes
3367 Yes Yes Yes Yes
3368 Yes Yes Yes Yes
3369 Yes Yes Yes Yes
3370 Yes Yes Yes Yes
3371 Yes Yes Yes Yes
3372 No Yes Yes Yes
3373 Yes Yes Yes Yes
3374 Yes Yes Yes Yes
3375 Yes Yes Yes Yes
3376 Yes Yes Yes Yes
3377 Yes Yes Yes Yes
3378 Yes Yes Yes Yes
3379 Yes Yes No No
3380 Yes Yes Yes Yes
3381 No Yes Yes Yes
3382 Yes Yes Yes Yes
3383 Yes Yes Yes Yes
3384 Yes Yes Yes Yes
3385 Yes Yes Yes Yes
3386 Yes Yes Yes Yes
3387 Yes Yes Yes Yes
3388 Yes Yes Yes Yes
3389 Yes Yes Yes Yes
3390
3391 Yes Yes Yes Yes
3392 Yes Yes Yes Yes
3393 Yes Yes Yes Yes
3394 Yes Yes No Yes
3395 Yes Yes Yes Yes
3396 Yes Yes Yes Yes
3397 Yes Yes Yes Yes
3398 Yes Yes Yes Yes
3399 Yes Yes Yes Yes
3400 Yes Yes Yes Yes
3401 Yes Yes Yes Yes
3402 Yes Yes Yes Yes
3403 Yes Yes Yes No
3404
3405 Yes Yes Yes Yes
3406 Yes Yes Yes Yes
3407 Yes Yes Yes Yes
3408 Yes Yes Yes Yes
3409 Yes Yes Yes Yes
3410 Yes Yes Yes Yes
3411 Yes Yes Yes Yes
3412 Yes Yes Yes Yes
3413 Yes Yes Yes Yes
3414 Yes Yes Yes Yes
3415 Yes Yes Yes Yes
3416 Yes Yes Yes Yes
3417 Yes Yes No Yes
3418 Yes Yes Yes Yes
3419 Yes Yes Yes Yes
3420 Yes Yes Yes Yes
3421 Yes Yes No No
3422 Yes Yes No Yes
3423 Yes Yes Yes Yes
3424 Yes Yes Yes Yes
3425 Yes Yes Yes Yes
3426 Yes Yes Yes Yes
3427 Yes Yes Yes Yes
3428 Yes Yes No Yes
3429 Yes Yes Yes Yes
3430 Yes Yes Yes Yes
3431 Yes Yes Yes Yes
3432 Yes Yes Yes Yes
3433 Yes Yes Yes Yes
3434 Yes Yes Yes Yes
3435 Yes Yes Yes Yes
3436 Yes Yes Yes Yes
3437 Yes Yes Yes Yes
3438 Yes Yes Yes Yes
3439 Yes Yes Yes Yes
3440 Yes Yes Yes Yes
3441 Yes Yes Yes Yes
3442 Yes Yes Yes Yes
3443 Yes Yes Yes Yes
3444 Yes Yes Yes Yes
3445 Yes Yes Yes Yes
3446 Yes Yes Yes Yes
3447 Yes Yes Yes Yes
3448 Yes Yes Yes Yes
3449 Yes Yes Yes Yes
3450 Yes Yes Yes Yes
3451 Yes Yes Yes Yes
3452 Yes Yes Yes Yes
3453 Yes Yes Yes Yes
3454 Yes Yes No Yes
3455 Yes Yes Yes Yes
3456 Yes Yes Yes Yes
3457 Yes Yes Yes Yes
3458 Yes Yes Yes Yes
3459 Yes Yes Yes Yes
3460 Yes Yes Yes Yes
perceivedreaction
1
2 The reaction is somewhat insufficient
3
4 The reaction is appropriate
5 The reaction is appropriate
6 The reaction is much too extreme
7 The reaction is somewhat too extreme
8 The reaction is somewhat too extreme
9 The reaction is somewhat too extreme
10 The reaction is much too extreme
11 The reaction is appropriate
12 The reaction is appropriate
13 The reaction is appropriate
14 The reaction is somewhat too extreme
15 The reaction is much too extreme
16 The reaction is much too extreme
17
18 The reaction is not at all sufficient
19 The reaction is somewhat too extreme
20 The reaction is somewhat too extreme
21 The reaction is somewhat too extreme
22 The reaction is much too extreme
23 The reaction is somewhat insufficient
24 The reaction is appropriate
25
26 The reaction is much too extreme
27 The reaction is somewhat too extreme
28 The reaction is appropriate
29 The reaction is somewhat insufficient
30 The reaction is appropriate
31 The reaction is appropriate
32 The reaction is somewhat too extreme
33 The reaction is appropriate
34 The reaction is appropriate
35 The reaction is appropriate
36 The reaction is appropriate
37 The reaction is appropriate
38 The reaction is appropriate
39 The reaction is not at all sufficient
40
41 The reaction is not at all sufficient
42 The reaction is appropriate
43 The reaction is appropriate
44 The reaction is appropriate
45 The reaction is appropriate
46 The reaction is appropriate
47 The reaction is much too extreme
48 The reaction is appropriate
49 The reaction is appropriate
50 The reaction is appropriate
51 The reaction is somewhat insufficient
52 The reaction is appropriate
53 The reaction is somewhat insufficient
54 The reaction is appropriate
55 The reaction is appropriate
56 The reaction is not at all sufficient
57 The reaction is somewhat insufficient
58 The reaction is somewhat insufficient
59 The reaction is appropriate
60 The reaction is appropriate
61 The reaction is appropriate
62 The reaction is appropriate
63 The reaction is appropriate
64 The reaction is appropriate
65 The reaction is somewhat insufficient
66 The reaction is appropriate
67 The reaction is appropriate
68 The reaction is somewhat too extreme
69 The reaction is appropriate
70 The reaction is appropriate
71 The reaction is not at all sufficient
72 The reaction is appropriate
73 The reaction is appropriate
74 The reaction is appropriate
75 The reaction is somewhat too extreme
76 The reaction is somewhat insufficient
77 The reaction is appropriate
78 The reaction is appropriate
79
80 The reaction is appropriate
81 The reaction is appropriate
82 The reaction is appropriate
83 The reaction is appropriate
84 The reaction is appropriate
85 The reaction is appropriate
86 The reaction is appropriate
87 The reaction is appropriate
88 The reaction is somewhat insufficient
89
90
91 The reaction is appropriate
92 The reaction is appropriate
93 The reaction is appropriate
94 The reaction is somewhat insufficient
95 The reaction is appropriate
96 The reaction is appropriate
97 The reaction is appropriate
98 The reaction is appropriate
99 The reaction is appropriate
100 The reaction is not at all sufficient
101 The reaction is appropriate
102 The reaction is somewhat insufficient
103 The reaction is appropriate
104 The reaction is appropriate
105 The reaction is somewhat insufficient
106 The reaction is appropriate
107 The reaction is appropriate
108 The reaction is appropriate
109 The reaction is appropriate
110 The reaction is appropriate
111
112 The reaction is appropriate
113 The reaction is appropriate
114 The reaction is appropriate
115 The reaction is appropriate
116 The reaction is appropriate
117 The reaction is appropriate
118 The reaction is somewhat too extreme
119 The reaction is somewhat insufficient
120 The reaction is appropriate
121 The reaction is much too extreme
122 The reaction is somewhat insufficient
123 The reaction is appropriate
124 The reaction is appropriate
125 The reaction is not at all sufficient
126 The reaction is much too extreme
127 The reaction is appropriate
128 The reaction is appropriate
129 The reaction is appropriate
130 The reaction is somewhat too extreme
131 The reaction is appropriate
132 The reaction is appropriate
133 The reaction is appropriate
134 The reaction is appropriate
135 The reaction is appropriate
136 The reaction is appropriate
137 The reaction is appropriate
138 The reaction is appropriate
139 The reaction is appropriate
140 The reaction is not at all sufficient
141 The reaction is appropriate
142 The reaction is appropriate
143 The reaction is somewhat insufficient
144 The reaction is appropriate
145 The reaction is appropriate
146 The reaction is appropriate
147 The reaction is appropriate
148 The reaction is appropriate
149 The reaction is appropriate
150 The reaction is somewhat insufficient
151 The reaction is appropriate
152 The reaction is appropriate
153 The reaction is appropriate
154
155 The reaction is appropriate
156 The reaction is appropriate
157 The reaction is appropriate
158 The reaction is appropriate
159 The reaction is appropriate
160 The reaction is somewhat insufficient
161 The reaction is appropriate
162 The reaction is appropriate
163 The reaction is somewhat too extreme
164 The reaction is somewhat insufficient
165 The reaction is somewhat insufficient
166 The reaction is appropriate
167 The reaction is appropriate
168 The reaction is appropriate
169 The reaction is appropriate
170 The reaction is appropriate
171 The reaction is appropriate
172 The reaction is appropriate
173 The reaction is appropriate
174 The reaction is somewhat insufficient
175 The reaction is appropriate
176 The reaction is appropriate
177 The reaction is appropriate
178 The reaction is appropriate
179 The reaction is somewhat too extreme
180 The reaction is somewhat insufficient
181 The reaction is appropriate
182 The reaction is appropriate
183 The reaction is appropriate
184 The reaction is appropriate
185 The reaction is appropriate
186 The reaction is much too extreme
187 The reaction is appropriate
188 The reaction is somewhat insufficient
189 The reaction is appropriate
190 The reaction is appropriate
191 The reaction is appropriate
192 The reaction is appropriate
193 The reaction is appropriate
194 The reaction is somewhat insufficient
195 The reaction is appropriate
196 The reaction is somewhat too extreme
197 The reaction is appropriate
198 The reaction is appropriate
199 The reaction is not at all sufficient
200 The reaction is somewhat too extreme
201 The reaction is appropriate
202 The reaction is appropriate
203 The reaction is somewhat insufficient
204 The reaction is somewhat insufficient
205 The reaction is appropriate
206 The reaction is somewhat too extreme
207 The reaction is somewhat insufficient
208 The reaction is somewhat insufficient
209 The reaction is somewhat insufficient
210
211 The reaction is appropriate
212 The reaction is appropriate
213 The reaction is appropriate
214 The reaction is appropriate
215 The reaction is appropriate
216 The reaction is somewhat insufficient
217 The reaction is appropriate
218 The reaction is somewhat insufficient
219 The reaction is appropriate
220 The reaction is appropriate
221 The reaction is somewhat insufficient
222 The reaction is appropriate
223 The reaction is appropriate
224 The reaction is appropriate
225 The reaction is appropriate
226 The reaction is appropriate
227 The reaction is appropriate
228 The reaction is appropriate
229 The reaction is somewhat insufficient
230 The reaction is appropriate
231 The reaction is somewhat insufficient
232 The reaction is appropriate
233 The reaction is appropriate
234 The reaction is not at all sufficient
235 The reaction is appropriate
236 The reaction is somewhat too extreme
237 The reaction is appropriate
238 The reaction is appropriate
239 The reaction is much too extreme
240 The reaction is appropriate
241 The reaction is somewhat insufficient
242 The reaction is appropriate
243 The reaction is somewhat insufficient
244 The reaction is somewhat insufficient
245 The reaction is somewhat too extreme
246 The reaction is not at all sufficient
247 The reaction is appropriate
248 The reaction is appropriate
249 The reaction is much too extreme
250 The reaction is appropriate
251 The reaction is appropriate
252 The reaction is appropriate
253 The reaction is appropriate
254 The reaction is appropriate
255 The reaction is appropriate
256 The reaction is somewhat too extreme
257 The reaction is much too extreme
258 The reaction is appropriate
259 The reaction is somewhat too extreme
260 The reaction is appropriate
261 The reaction is appropriate
262 The reaction is appropriate
263 The reaction is somewhat insufficient
264 The reaction is somewhat insufficient
265 The reaction is appropriate
266 The reaction is appropriate
267 The reaction is appropriate
268 The reaction is somewhat too extreme
269 The reaction is appropriate
270 The reaction is appropriate
271
272 The reaction is appropriate
273 The reaction is appropriate
274 The reaction is appropriate
275 The reaction is somewhat too extreme
276
277 The reaction is appropriate
278 The reaction is somewhat insufficient
279 The reaction is appropriate
280 The reaction is appropriate
281 The reaction is appropriate
282 The reaction is appropriate
283 The reaction is appropriate
284
285 The reaction is appropriate
286 The reaction is appropriate
287 The reaction is appropriate
288 The reaction is appropriate
289
290 The reaction is appropriate
291 The reaction is appropriate
292 The reaction is appropriate
293 The reaction is appropriate
294 The reaction is appropriate
295 The reaction is appropriate
296 The reaction is somewhat insufficient
297 The reaction is appropriate
298 The reaction is not at all sufficient
299 The reaction is appropriate
300 The reaction is appropriate
301 The reaction is somewhat insufficient
302 The reaction is appropriate
303 The reaction is somewhat insufficient
304 The reaction is appropriate
305 The reaction is appropriate
306
307 The reaction is appropriate
308 The reaction is much too extreme
309 The reaction is appropriate
310 The reaction is not at all sufficient
311 The reaction is appropriate
312 The reaction is appropriate
313 The reaction is somewhat insufficient
314 The reaction is appropriate
315 The reaction is appropriate
316 The reaction is much too extreme
317 The reaction is appropriate
318 The reaction is appropriate
319 The reaction is somewhat insufficient
320 The reaction is appropriate
321 The reaction is appropriate
322 The reaction is appropriate
323 The reaction is somewhat insufficient
324 The reaction is appropriate
325 The reaction is appropriate
326 The reaction is appropriate
327 The reaction is much too extreme
328 The reaction is appropriate
329 The reaction is appropriate
330 The reaction is much too extreme
331 The reaction is appropriate
332 The reaction is appropriate
333 The reaction is appropriate
334
335 The reaction is appropriate
336 The reaction is appropriate
337 The reaction is appropriate
338 The reaction is appropriate
339 The reaction is appropriate
340 The reaction is somewhat insufficient
341 The reaction is much too extreme
342 The reaction is somewhat insufficient
343 The reaction is appropriate
344 The reaction is somewhat insufficient
345 The reaction is appropriate
346 The reaction is somewhat too extreme
347 The reaction is appropriate
348 The reaction is appropriate
349 The reaction is appropriate
350 The reaction is appropriate
351 The reaction is appropriate
352 The reaction is appropriate
353 The reaction is somewhat insufficient
354 The reaction is somewhat insufficient
355 The reaction is appropriate
356 The reaction is appropriate
357 The reaction is appropriate
358 The reaction is not at all sufficient
359 The reaction is appropriate
360 The reaction is appropriate
361 The reaction is much too extreme
362 The reaction is appropriate
363 The reaction is appropriate
364 The reaction is somewhat insufficient
365 The reaction is somewhat insufficient
366 The reaction is appropriate
367 The reaction is appropriate
368 The reaction is somewhat insufficient
369 The reaction is somewhat insufficient
370 The reaction is appropriate
371 The reaction is appropriate
372 The reaction is appropriate
373 The reaction is appropriate
374 The reaction is appropriate
375 The reaction is appropriate
376
377 The reaction is appropriate
378 The reaction is appropriate
379
380 The reaction is appropriate
381 The reaction is appropriate
382 The reaction is appropriate
383 The reaction is appropriate
384 The reaction is somewhat insufficient
385 The reaction is not at all sufficient
386 The reaction is somewhat insufficient
387 The reaction is appropriate
388 The reaction is somewhat insufficient
389 The reaction is somewhat insufficient
390 The reaction is appropriate
391 The reaction is appropriate
392 The reaction is somewhat insufficient
393 The reaction is appropriate
394 The reaction is appropriate
395 The reaction is somewhat insufficient
396 The reaction is appropriate
397 The reaction is appropriate
398 The reaction is appropriate
399 The reaction is appropriate
400 The reaction is somewhat insufficient
401 The reaction is appropriate
402 The reaction is appropriate
403 The reaction is not at all sufficient
404 The reaction is not at all sufficient
405 The reaction is appropriate
406 The reaction is somewhat insufficient
407 The reaction is not at all sufficient
408 The reaction is appropriate
409 The reaction is appropriate
410 The reaction is appropriate
411 The reaction is appropriate
412 The reaction is appropriate
413 The reaction is somewhat insufficient
414 The reaction is somewhat insufficient
415 The reaction is appropriate
416 The reaction is appropriate
417 The reaction is somewhat insufficient
418 The reaction is appropriate
419 The reaction is somewhat insufficient
420 The reaction is appropriate
421 The reaction is appropriate
422
423 The reaction is appropriate
424 The reaction is appropriate
425 The reaction is appropriate
426 The reaction is appropriate
427 The reaction is not at all sufficient
428 The reaction is not at all sufficient
429 The reaction is appropriate
430 The reaction is somewhat too extreme
431 The reaction is appropriate
432 The reaction is somewhat insufficient
433 The reaction is appropriate
434 The reaction is appropriate
435 The reaction is not at all sufficient
436 The reaction is somewhat insufficient
437 The reaction is appropriate
438 The reaction is appropriate
439 The reaction is somewhat insufficient
440 The reaction is appropriate
441 The reaction is appropriate
442 The reaction is appropriate
443 The reaction is much too extreme
444 The reaction is appropriate
445 The reaction is appropriate
446 The reaction is appropriate
447 The reaction is somewhat insufficient
448 The reaction is somewhat too extreme
449 The reaction is appropriate
450 The reaction is appropriate
451
452 The reaction is somewhat insufficient
453 The reaction is appropriate
454 The reaction is appropriate
455 The reaction is appropriate
456 The reaction is somewhat insufficient
457 The reaction is appropriate
458 The reaction is appropriate
459 The reaction is appropriate
460 The reaction is appropriate
461 The reaction is much too extreme
462 The reaction is somewhat insufficient
463 The reaction is somewhat insufficient
464 The reaction is appropriate
465
466 The reaction is somewhat too extreme
467 The reaction is somewhat insufficient
468 The reaction is appropriate
469 The reaction is much too extreme
470 The reaction is somewhat insufficient
471 The reaction is appropriate
472 The reaction is appropriate
473 The reaction is appropriate
474 The reaction is appropriate
475 The reaction is somewhat too extreme
476 The reaction is not at all sufficient
477 The reaction is appropriate
478 The reaction is somewhat insufficient
479 The reaction is appropriate
480 The reaction is appropriate
481 The reaction is somewhat insufficient
482 The reaction is appropriate
483 The reaction is not at all sufficient
484 The reaction is much too extreme
485 The reaction is appropriate
486 The reaction is appropriate
487 The reaction is much too extreme
488 The reaction is appropriate
489 The reaction is appropriate
490 The reaction is somewhat insufficient
491 The reaction is appropriate
492 The reaction is appropriate
493 The reaction is appropriate
494 The reaction is appropriate
495 The reaction is appropriate
496 The reaction is appropriate
497 The reaction is appropriate
498 The reaction is appropriate
499 The reaction is appropriate
500 The reaction is somewhat insufficient
501 The reaction is appropriate
502 The reaction is somewhat too extreme
503 The reaction is appropriate
504 The reaction is not at all sufficient
505 The reaction is appropriate
506 The reaction is appropriate
507 The reaction is appropriate
508 The reaction is appropriate
509 The reaction is somewhat insufficient
510 The reaction is somewhat insufficient
511 The reaction is somewhat insufficient
512 The reaction is appropriate
513 The reaction is appropriate
514 The reaction is appropriate
515 The reaction is appropriate
516 The reaction is appropriate
517 The reaction is appropriate
518 The reaction is somewhat insufficient
519 The reaction is somewhat insufficient
520 The reaction is appropriate
521 The reaction is appropriate
522 The reaction is appropriate
523 The reaction is somewhat insufficient
524 The reaction is appropriate
525 The reaction is appropriate
526 The reaction is somewhat insufficient
527 The reaction is appropriate
528 The reaction is appropriate
529 The reaction is somewhat insufficient
530 The reaction is somewhat insufficient
531 The reaction is appropriate
532 The reaction is much too extreme
533 The reaction is appropriate
534 The reaction is appropriate
535 The reaction is somewhat insufficient
536 The reaction is appropriate
537 The reaction is somewhat insufficient
538 The reaction is not at all sufficient
539 The reaction is somewhat too extreme
540 The reaction is appropriate
541 The reaction is somewhat insufficient
542 The reaction is appropriate
543 The reaction is appropriate
544 The reaction is appropriate
545 The reaction is somewhat too extreme
546 The reaction is somewhat too extreme
547 The reaction is not at all sufficient
548 The reaction is appropriate
549 The reaction is appropriate
550 The reaction is somewhat insufficient
551 The reaction is appropriate
552 The reaction is appropriate
553 The reaction is appropriate
554 The reaction is appropriate
555 The reaction is appropriate
556 The reaction is appropriate
557 The reaction is somewhat insufficient
558 The reaction is somewhat too extreme
559 The reaction is appropriate
560 The reaction is somewhat insufficient
561 The reaction is appropriate
562 The reaction is somewhat insufficient
563 The reaction is not at all sufficient
564 The reaction is appropriate
565 The reaction is appropriate
566 The reaction is not at all sufficient
567 The reaction is somewhat insufficient
568 The reaction is appropriate
569 The reaction is somewhat insufficient
570 The reaction is appropriate
571 The reaction is somewhat insufficient
572 The reaction is appropriate
573 The reaction is appropriate
574 The reaction is appropriate
575 The reaction is appropriate
576 The reaction is somewhat insufficient
577 The reaction is appropriate
578 The reaction is somewhat insufficient
579 The reaction is not at all sufficient
580 The reaction is appropriate
581 The reaction is appropriate
582 The reaction is somewhat insufficient
583 The reaction is appropriate
584 The reaction is somewhat insufficient
585 The reaction is appropriate
586 The reaction is somewhat insufficient
587 The reaction is appropriate
588 The reaction is not at all sufficient
589 The reaction is appropriate
590 The reaction is appropriate
591 The reaction is appropriate
592 The reaction is somewhat insufficient
593 The reaction is somewhat too extreme
594 The reaction is appropriate
595 The reaction is appropriate
596 The reaction is appropriate
597 The reaction is appropriate
598 The reaction is not at all sufficient
599 The reaction is appropriate
600 The reaction is appropriate
601 The reaction is appropriate
602 The reaction is appropriate
603 The reaction is appropriate
604 The reaction is much too extreme
605 The reaction is appropriate
606 The reaction is appropriate
607 The reaction is appropriate
608 The reaction is appropriate
609 The reaction is appropriate
610 The reaction is appropriate
611 The reaction is not at all sufficient
612 The reaction is not at all sufficient
613 The reaction is not at all sufficient
614 The reaction is appropriate
615 The reaction is appropriate
616 The reaction is appropriate
617 The reaction is somewhat too extreme
618 The reaction is somewhat insufficient
619 The reaction is appropriate
620 The reaction is somewhat insufficient
621 The reaction is appropriate
622 The reaction is much too extreme
623 The reaction is appropriate
624 The reaction is appropriate
625 The reaction is appropriate
626 The reaction is much too extreme
627 The reaction is somewhat insufficient
628 The reaction is appropriate
629 The reaction is appropriate
630 The reaction is appropriate
631 The reaction is appropriate
632 The reaction is appropriate
633 The reaction is appropriate
634 The reaction is somewhat insufficient
635 The reaction is appropriate
636 The reaction is somewhat insufficient
637 The reaction is appropriate
638 The reaction is not at all sufficient
639 The reaction is appropriate
640 The reaction is somewhat insufficient
641 The reaction is appropriate
642 The reaction is somewhat insufficient
643 The reaction is somewhat insufficient
644 The reaction is appropriate
645 The reaction is somewhat insufficient
646 The reaction is appropriate
647 The reaction is appropriate
648 The reaction is somewhat insufficient
649 The reaction is somewhat insufficient
650 The reaction is appropriate
651 The reaction is appropriate
652 The reaction is appropriate
653 The reaction is appropriate
654 The reaction is not at all sufficient
655 The reaction is appropriate
656 The reaction is appropriate
657 The reaction is appropriate
658 The reaction is appropriate
659 The reaction is appropriate
660 The reaction is appropriate
661 The reaction is appropriate
662 The reaction is appropriate
663 The reaction is appropriate
664 The reaction is appropriate
665 The reaction is somewhat insufficient
666 The reaction is appropriate
667 The reaction is somewhat insufficient
668 The reaction is appropriate
669 The reaction is appropriate
670 The reaction is somewhat insufficient
671 The reaction is appropriate
672 The reaction is somewhat insufficient
673 The reaction is somewhat insufficient
674 The reaction is much too extreme
675 The reaction is appropriate
676 The reaction is somewhat insufficient
677 The reaction is much too extreme
678 The reaction is appropriate
679 The reaction is appropriate
680 The reaction is somewhat insufficient
681 The reaction is appropriate
682 The reaction is somewhat insufficient
683
684 The reaction is appropriate
685 The reaction is appropriate
686 The reaction is appropriate
687 The reaction is appropriate
688 The reaction is appropriate
689 The reaction is appropriate
690 The reaction is somewhat too extreme
691 The reaction is appropriate
692 The reaction is somewhat insufficient
693 The reaction is not at all sufficient
694 The reaction is somewhat insufficient
695 The reaction is appropriate
696 The reaction is appropriate
697 The reaction is somewhat insufficient
698 The reaction is appropriate
699 The reaction is appropriate
700 The reaction is appropriate
701 The reaction is somewhat insufficient
702 The reaction is appropriate
703 The reaction is appropriate
704 The reaction is appropriate
705 The reaction is somewhat insufficient
706 The reaction is somewhat insufficient
707 The reaction is appropriate
708 The reaction is not at all sufficient
709 The reaction is appropriate
710 The reaction is somewhat insufficient
711
712
713 The reaction is not at all sufficient
714 The reaction is appropriate
715 The reaction is appropriate
716 The reaction is appropriate
717 The reaction is appropriate
718 The reaction is appropriate
719 The reaction is appropriate
720 The reaction is appropriate
721 The reaction is somewhat too extreme
722 The reaction is appropriate
723 The reaction is appropriate
724 The reaction is somewhat insufficient
725 The reaction is appropriate
726 The reaction is appropriate
727 The reaction is somewhat insufficient
728 The reaction is somewhat insufficient
729 The reaction is appropriate
730 The reaction is appropriate
731 The reaction is not at all sufficient
732 The reaction is somewhat too extreme
733 The reaction is appropriate
734 The reaction is appropriate
735 The reaction is somewhat insufficient
736 The reaction is appropriate
737 The reaction is somewhat insufficient
738 The reaction is appropriate
739 The reaction is appropriate
740 The reaction is appropriate
741 The reaction is appropriate
742 The reaction is somewhat insufficient
743 The reaction is appropriate
744 The reaction is appropriate
745 The reaction is somewhat insufficient
746 The reaction is much too extreme
747 The reaction is not at all sufficient
748 The reaction is appropriate
749 The reaction is appropriate
750 The reaction is somewhat insufficient
751 The reaction is somewhat too extreme
752 The reaction is somewhat insufficient
753 The reaction is somewhat insufficient
754 The reaction is appropriate
755 The reaction is appropriate
756 The reaction is appropriate
757 The reaction is appropriate
758 The reaction is appropriate
759 The reaction is much too extreme
760 The reaction is somewhat insufficient
761 The reaction is appropriate
762 The reaction is appropriate
763 The reaction is not at all sufficient
764 The reaction is much too extreme
765 The reaction is somewhat insufficient
766 The reaction is somewhat too extreme
767 The reaction is much too extreme
768 The reaction is somewhat too extreme
769 The reaction is appropriate
770 The reaction is somewhat insufficient
771 The reaction is somewhat insufficient
772 The reaction is much too extreme
773 The reaction is appropriate
774 The reaction is appropriate
775 The reaction is somewhat insufficient
776 The reaction is appropriate
777 The reaction is appropriate
778 The reaction is appropriate
779 The reaction is somewhat insufficient
780 The reaction is appropriate
781 The reaction is somewhat insufficient
782 The reaction is somewhat insufficient
783 The reaction is appropriate
784 The reaction is appropriate
785 The reaction is somewhat too extreme
786 The reaction is appropriate
787 The reaction is appropriate
788 The reaction is appropriate
789 The reaction is much too extreme
790 The reaction is appropriate
791 The reaction is appropriate
792 The reaction is somewhat insufficient
793 The reaction is appropriate
794 The reaction is appropriate
795 The reaction is not at all sufficient
796 The reaction is somewhat insufficient
797 The reaction is appropriate
798 The reaction is appropriate
799 The reaction is not at all sufficient
800 The reaction is somewhat insufficient
801 The reaction is somewhat too extreme
802 The reaction is somewhat insufficient
803 The reaction is somewhat insufficient
804 The reaction is appropriate
805 The reaction is somewhat insufficient
806 The reaction is appropriate
807 The reaction is appropriate
808 The reaction is appropriate
809 The reaction is appropriate
810 The reaction is somewhat insufficient
811 The reaction is not at all sufficient
812 The reaction is appropriate
813 The reaction is appropriate
814 The reaction is somewhat insufficient
815 The reaction is somewhat insufficient
816 The reaction is appropriate
817 The reaction is appropriate
818 The reaction is somewhat insufficient
819 The reaction is somewhat insufficient
820 The reaction is appropriate
821 The reaction is appropriate
822 The reaction is appropriate
823 The reaction is appropriate
824 The reaction is appropriate
825 The reaction is appropriate
826 The reaction is appropriate
827 The reaction is appropriate
828 The reaction is appropriate
829 The reaction is appropriate
830 The reaction is not at all sufficient
831 The reaction is appropriate
832 The reaction is appropriate
833 The reaction is appropriate
834 The reaction is appropriate
835 The reaction is appropriate
836 The reaction is appropriate
837 The reaction is appropriate
838 The reaction is somewhat insufficient
839 The reaction is appropriate
840 The reaction is appropriate
841 The reaction is somewhat insufficient
842 The reaction is appropriate
843 The reaction is appropriate
844 The reaction is appropriate
845 The reaction is appropriate
846 The reaction is appropriate
847 The reaction is appropriate
848 The reaction is somewhat too extreme
849 The reaction is appropriate
850 The reaction is appropriate
851 The reaction is appropriate
852 The reaction is appropriate
853 The reaction is somewhat insufficient
854 The reaction is appropriate
855 The reaction is appropriate
856 The reaction is appropriate
857 The reaction is somewhat insufficient
858 The reaction is somewhat insufficient
859 The reaction is somewhat too extreme
860 The reaction is somewhat too extreme
861 The reaction is appropriate
862 The reaction is somewhat too extreme
863
864 The reaction is appropriate
865 The reaction is somewhat insufficient
866 The reaction is appropriate
867 The reaction is appropriate
868 The reaction is not at all sufficient
869 The reaction is appropriate
870 The reaction is appropriate
871 The reaction is appropriate
872 The reaction is somewhat insufficient
873 The reaction is appropriate
874 The reaction is somewhat insufficient
875 The reaction is appropriate
876 The reaction is much too extreme
877 The reaction is appropriate
878 The reaction is appropriate
879 The reaction is appropriate
880 The reaction is not at all sufficient
881 The reaction is appropriate
882 The reaction is much too extreme
883 The reaction is appropriate
884 The reaction is appropriate
885 The reaction is appropriate
886 The reaction is appropriate
887 The reaction is appropriate
888 The reaction is not at all sufficient
889 The reaction is appropriate
890 The reaction is somewhat too extreme
891 The reaction is appropriate
892 The reaction is somewhat insufficient
893 The reaction is somewhat insufficient
894 The reaction is somewhat insufficient
895 The reaction is appropriate
896 The reaction is somewhat insufficient
897 The reaction is appropriate
898 The reaction is somewhat insufficient
899 The reaction is appropriate
900 The reaction is appropriate
901 The reaction is appropriate
902 The reaction is appropriate
903 The reaction is appropriate
904 The reaction is appropriate
905 The reaction is appropriate
906 The reaction is appropriate
907 The reaction is appropriate
908 The reaction is somewhat insufficient
909 The reaction is appropriate
910 The reaction is appropriate
911 The reaction is somewhat insufficient
912 The reaction is appropriate
913 The reaction is appropriate
914 The reaction is somewhat insufficient
915 The reaction is appropriate
916 The reaction is somewhat insufficient
917 The reaction is appropriate
918 The reaction is appropriate
919 The reaction is appropriate
920 The reaction is somewhat insufficient
921 The reaction is appropriate
922 The reaction is not at all sufficient
923 The reaction is appropriate
924 The reaction is somewhat insufficient
925 The reaction is appropriate
926 The reaction is much too extreme
927 The reaction is appropriate
928 The reaction is appropriate
929 The reaction is appropriate
930 The reaction is somewhat insufficient
931 The reaction is much too extreme
932 The reaction is somewhat insufficient
933 The reaction is appropriate
934 The reaction is appropriate
935 The reaction is much too extreme
936 The reaction is appropriate
937 The reaction is appropriate
938 The reaction is not at all sufficient
939 The reaction is appropriate
940 The reaction is somewhat too extreme
941 The reaction is appropriate
942 The reaction is not at all sufficient
943 The reaction is not at all sufficient
944 The reaction is appropriate
945 The reaction is somewhat insufficient
946 The reaction is somewhat insufficient
947 The reaction is appropriate
948 The reaction is appropriate
949 The reaction is appropriate
950 The reaction is appropriate
951 The reaction is appropriate
952 The reaction is appropriate
953 The reaction is somewhat insufficient
954 The reaction is somewhat too extreme
955 The reaction is somewhat insufficient
956 The reaction is appropriate
957 The reaction is appropriate
958 The reaction is appropriate
959 The reaction is appropriate
960 The reaction is appropriate
961 The reaction is appropriate
962
963 The reaction is appropriate
964 The reaction is appropriate
965 The reaction is somewhat insufficient
966 The reaction is somewhat insufficient
967 The reaction is appropriate
968 The reaction is somewhat insufficient
969 The reaction is somewhat insufficient
970 The reaction is appropriate
971 The reaction is appropriate
972 The reaction is somewhat insufficient
973 The reaction is appropriate
974 The reaction is appropriate
975 The reaction is appropriate
976 The reaction is somewhat insufficient
977 The reaction is somewhat insufficient
978 The reaction is much too extreme
979 The reaction is somewhat too extreme
980 The reaction is appropriate
981 The reaction is somewhat insufficient
982 The reaction is appropriate
983 The reaction is appropriate
984 The reaction is somewhat insufficient
985 The reaction is not at all sufficient
986 The reaction is not at all sufficient
987 The reaction is appropriate
988 The reaction is appropriate
989 The reaction is appropriate
990 The reaction is appropriate
991 The reaction is somewhat too extreme
992 The reaction is somewhat insufficient
993 The reaction is appropriate
994 The reaction is appropriate
995 The reaction is appropriate
996 The reaction is somewhat insufficient
997 The reaction is somewhat insufficient
998 The reaction is appropriate
999 The reaction is not at all sufficient
1000 The reaction is appropriate
1001 The reaction is appropriate
1002 The reaction is somewhat insufficient
1003 The reaction is appropriate
1004 The reaction is appropriate
1005 The reaction is somewhat too extreme
1006 The reaction is appropriate
1007 The reaction is appropriate
1008 The reaction is appropriate
1009 The reaction is appropriate
1010 The reaction is appropriate
1011
1012 The reaction is somewhat insufficient
1013 The reaction is appropriate
1014 The reaction is somewhat insufficient
1015 The reaction is appropriate
1016
1017 The reaction is appropriate
1018 The reaction is much too extreme
1019 The reaction is somewhat insufficient
1020 The reaction is appropriate
1021 The reaction is appropriate
1022 The reaction is somewhat too extreme
1023 The reaction is somewhat too extreme
1024 The reaction is appropriate
1025 The reaction is appropriate
1026 The reaction is appropriate
1027 The reaction is somewhat insufficient
1028 The reaction is appropriate
1029 The reaction is somewhat insufficient
1030 The reaction is appropriate
1031 The reaction is appropriate
1032 The reaction is appropriate
1033 The reaction is appropriate
1034 The reaction is appropriate
1035 The reaction is somewhat insufficient
1036 The reaction is appropriate
1037 The reaction is appropriate
1038 The reaction is much too extreme
1039 The reaction is appropriate
1040 The reaction is appropriate
1041 The reaction is appropriate
1042 The reaction is appropriate
1043 The reaction is appropriate
1044 The reaction is appropriate
1045 The reaction is somewhat insufficient
1046 The reaction is somewhat insufficient
1047 The reaction is somewhat insufficient
1048 The reaction is somewhat insufficient
1049 The reaction is appropriate
1050 The reaction is appropriate
1051 The reaction is appropriate
1052 The reaction is somewhat insufficient
1053 The reaction is appropriate
1054 The reaction is appropriate
1055 The reaction is somewhat insufficient
1056 The reaction is appropriate
1057 The reaction is much too extreme
1058 The reaction is appropriate
1059 The reaction is appropriate
1060 The reaction is appropriate
1061 The reaction is appropriate
1062 The reaction is somewhat insufficient
1063 The reaction is appropriate
1064 The reaction is appropriate
1065 The reaction is appropriate
1066 The reaction is much too extreme
1067 The reaction is appropriate
1068 The reaction is much too extreme
1069 The reaction is appropriate
1070 The reaction is somewhat insufficient
1071 The reaction is appropriate
1072 The reaction is appropriate
1073
1074 The reaction is appropriate
1075 The reaction is appropriate
1076 The reaction is somewhat insufficient
1077
1078 The reaction is appropriate
1079 The reaction is not at all sufficient
1080 The reaction is somewhat insufficient
1081 The reaction is appropriate
1082 The reaction is appropriate
1083 The reaction is somewhat insufficient
1084 The reaction is not at all sufficient
1085 The reaction is appropriate
1086 The reaction is appropriate
1087 The reaction is somewhat insufficient
1088 The reaction is somewhat insufficient
1089 The reaction is appropriate
1090 The reaction is not at all sufficient
1091 The reaction is appropriate
1092 The reaction is somewhat insufficient
1093 The reaction is somewhat insufficient
1094 The reaction is not at all sufficient
1095
1096 The reaction is much too extreme
1097 The reaction is appropriate
1098 The reaction is appropriate
1099 The reaction is somewhat insufficient
1100 The reaction is appropriate
1101 The reaction is appropriate
1102 The reaction is somewhat insufficient
1103 The reaction is somewhat insufficient
1104 The reaction is appropriate
1105 The reaction is not at all sufficient
1106 The reaction is appropriate
1107 The reaction is appropriate
1108 The reaction is appropriate
1109 The reaction is somewhat insufficient
1110 The reaction is appropriate
1111 The reaction is somewhat insufficient
1112 The reaction is somewhat insufficient
1113 The reaction is appropriate
1114 The reaction is appropriate
1115 The reaction is appropriate
1116 The reaction is appropriate
1117 The reaction is appropriate
1118 The reaction is somewhat insufficient
1119 The reaction is appropriate
1120 The reaction is appropriate
1121 The reaction is somewhat insufficient
1122 The reaction is appropriate
1123 The reaction is appropriate
1124 The reaction is somewhat too extreme
1125 The reaction is appropriate
1126 The reaction is somewhat insufficient
1127 The reaction is appropriate
1128 The reaction is appropriate
1129 The reaction is appropriate
1130 The reaction is not at all sufficient
1131 The reaction is somewhat insufficient
1132 The reaction is appropriate
1133 The reaction is somewhat insufficient
1134 The reaction is appropriate
1135 The reaction is somewhat insufficient
1136 The reaction is somewhat insufficient
1137 The reaction is appropriate
1138 The reaction is appropriate
1139 The reaction is appropriate
1140 The reaction is appropriate
1141 The reaction is somewhat insufficient
1142
1143 The reaction is appropriate
1144 The reaction is not at all sufficient
1145 The reaction is somewhat too extreme
1146 The reaction is somewhat insufficient
1147 The reaction is appropriate
1148 The reaction is appropriate
1149 The reaction is not at all sufficient
1150 The reaction is appropriate
1151 The reaction is not at all sufficient
1152 The reaction is somewhat too extreme
1153 The reaction is somewhat insufficient
1154 The reaction is somewhat insufficient
1155 The reaction is somewhat insufficient
1156 The reaction is appropriate
1157 The reaction is much too extreme
1158 The reaction is appropriate
1159 The reaction is appropriate
1160 The reaction is appropriate
1161 The reaction is appropriate
1162 The reaction is appropriate
1163 The reaction is somewhat insufficient
1164 The reaction is appropriate
1165 The reaction is appropriate
1166 The reaction is appropriate
1167 The reaction is appropriate
1168 The reaction is appropriate
1169 The reaction is appropriate
1170 The reaction is not at all sufficient
1171 The reaction is somewhat insufficient
1172 The reaction is somewhat insufficient
1173 The reaction is somewhat insufficient
1174 The reaction is somewhat insufficient
1175 The reaction is somewhat too extreme
1176 The reaction is not at all sufficient
1177 The reaction is appropriate
1178 The reaction is appropriate
1179 The reaction is appropriate
1180 The reaction is somewhat insufficient
1181 The reaction is appropriate
1182 The reaction is somewhat insufficient
1183 The reaction is appropriate
1184 The reaction is somewhat insufficient
1185 The reaction is appropriate
1186
1187 The reaction is somewhat insufficient
1188 The reaction is somewhat insufficient
1189 The reaction is appropriate
1190 The reaction is somewhat insufficient
1191 The reaction is appropriate
1192
1193 The reaction is somewhat insufficient
1194
1195 The reaction is somewhat insufficient
1196 The reaction is appropriate
1197 The reaction is appropriate
1198 The reaction is appropriate
1199 The reaction is appropriate
1200 The reaction is appropriate
1201
1202 The reaction is appropriate
1203 The reaction is appropriate
1204 The reaction is somewhat insufficient
1205 The reaction is appropriate
1206 The reaction is appropriate
1207 The reaction is somewhat insufficient
1208 The reaction is appropriate
1209 The reaction is appropriate
1210 The reaction is appropriate
1211 The reaction is appropriate
1212 The reaction is somewhat insufficient
1213 The reaction is appropriate
1214 The reaction is somewhat too extreme
1215 The reaction is appropriate
1216 The reaction is somewhat insufficient
1217 The reaction is appropriate
1218
1219 The reaction is appropriate
1220 The reaction is somewhat insufficient
1221 The reaction is appropriate
1222 The reaction is appropriate
1223 The reaction is not at all sufficient
1224 The reaction is somewhat insufficient
1225 The reaction is not at all sufficient
1226 The reaction is somewhat insufficient
1227 The reaction is appropriate
1228 The reaction is appropriate
1229 The reaction is somewhat insufficient
1230 The reaction is somewhat too extreme
1231 The reaction is appropriate
1232 The reaction is appropriate
1233 The reaction is appropriate
1234 The reaction is somewhat insufficient
1235 The reaction is appropriate
1236 The reaction is appropriate
1237 The reaction is appropriate
1238 The reaction is not at all sufficient
1239 The reaction is somewhat too extreme
1240 The reaction is somewhat insufficient
1241 The reaction is somewhat insufficient
1242 The reaction is somewhat insufficient
1243 The reaction is somewhat insufficient
1244 The reaction is somewhat insufficient
1245 The reaction is appropriate
1246 The reaction is appropriate
1247 The reaction is appropriate
1248 The reaction is appropriate
1249 The reaction is appropriate
1250 The reaction is appropriate
1251 The reaction is appropriate
1252 The reaction is somewhat insufficient
1253 The reaction is appropriate
1254 The reaction is appropriate
1255 The reaction is somewhat insufficient
1256 The reaction is somewhat insufficient
1257 The reaction is appropriate
1258 The reaction is appropriate
1259 The reaction is appropriate
1260 The reaction is appropriate
1261 The reaction is appropriate
1262 The reaction is somewhat insufficient
1263 The reaction is much too extreme
1264 The reaction is appropriate
1265 The reaction is appropriate
1266 The reaction is somewhat insufficient
1267 The reaction is appropriate
1268 The reaction is somewhat insufficient
1269 The reaction is much too extreme
1270 The reaction is appropriate
1271 The reaction is somewhat insufficient
1272 The reaction is somewhat insufficient
1273 The reaction is appropriate
1274 The reaction is appropriate
1275 The reaction is much too extreme
1276 The reaction is appropriate
1277 The reaction is appropriate
1278 The reaction is somewhat insufficient
1279 The reaction is appropriate
1280 The reaction is appropriate
1281 The reaction is appropriate
1282 The reaction is somewhat insufficient
1283 The reaction is not at all sufficient
1284 The reaction is somewhat insufficient
1285 The reaction is appropriate
1286 The reaction is appropriate
1287 The reaction is not at all sufficient
1288 The reaction is appropriate
1289 The reaction is appropriate
1290 The reaction is somewhat too extreme
1291 The reaction is appropriate
1292 The reaction is appropriate
1293 The reaction is somewhat insufficient
1294 The reaction is appropriate
1295 The reaction is appropriate
1296 The reaction is somewhat insufficient
1297 The reaction is appropriate
1298 The reaction is somewhat insufficient
1299 The reaction is appropriate
1300 The reaction is somewhat insufficient
1301 The reaction is somewhat insufficient
1302 The reaction is appropriate
1303 The reaction is appropriate
1304 The reaction is appropriate
1305 The reaction is not at all sufficient
1306 The reaction is appropriate
1307 The reaction is appropriate
1308 The reaction is appropriate
1309 The reaction is appropriate
1310 The reaction is somewhat too extreme
1311 The reaction is appropriate
1312 The reaction is appropriate
1313 The reaction is appropriate
1314 The reaction is somewhat too extreme
1315 The reaction is appropriate
1316 The reaction is somewhat insufficient
1317 The reaction is much too extreme
1318 The reaction is appropriate
1319 The reaction is appropriate
1320 The reaction is appropriate
1321 The reaction is not at all sufficient
1322
1323 The reaction is appropriate
1324 The reaction is appropriate
1325 The reaction is appropriate
1326 The reaction is somewhat insufficient
1327 The reaction is appropriate
1328 The reaction is appropriate
1329 The reaction is somewhat insufficient
1330 The reaction is appropriate
1331 The reaction is appropriate
1332 The reaction is appropriate
1333 The reaction is appropriate
1334 The reaction is appropriate
1335 The reaction is somewhat too extreme
1336 The reaction is appropriate
1337 The reaction is not at all sufficient
1338 The reaction is appropriate
1339 The reaction is appropriate
1340 The reaction is somewhat insufficient
1341 The reaction is not at all sufficient
1342 The reaction is appropriate
1343 The reaction is appropriate
1344 The reaction is somewhat insufficient
1345 The reaction is somewhat insufficient
1346
1347 The reaction is appropriate
1348 The reaction is appropriate
1349 The reaction is somewhat insufficient
1350
1351 The reaction is somewhat too extreme
1352 The reaction is appropriate
1353 The reaction is somewhat too extreme
1354 The reaction is somewhat insufficient
1355 The reaction is appropriate
1356 The reaction is appropriate
1357 The reaction is appropriate
1358 The reaction is appropriate
1359 The reaction is appropriate
1360 The reaction is appropriate
1361 The reaction is appropriate
1362 The reaction is appropriate
1363 The reaction is appropriate
1364 The reaction is somewhat insufficient
1365 The reaction is somewhat insufficient
1366 The reaction is somewhat too extreme
1367 The reaction is appropriate
1368 The reaction is appropriate
1369 The reaction is appropriate
1370 The reaction is appropriate
1371 The reaction is appropriate
1372 The reaction is appropriate
1373 The reaction is somewhat too extreme
1374 The reaction is appropriate
1375 The reaction is not at all sufficient
1376 The reaction is somewhat insufficient
1377 The reaction is somewhat insufficient
1378 The reaction is somewhat insufficient
1379 The reaction is appropriate
1380 The reaction is appropriate
1381 The reaction is appropriate
1382 The reaction is appropriate
1383 The reaction is somewhat too extreme
1384 The reaction is appropriate
1385 The reaction is appropriate
1386 The reaction is appropriate
1387 The reaction is appropriate
1388 The reaction is appropriate
1389 The reaction is appropriate
1390 The reaction is somewhat too extreme
1391 The reaction is appropriate
1392 The reaction is somewhat insufficient
1393 The reaction is appropriate
1394 The reaction is appropriate
1395 The reaction is appropriate
1396 The reaction is somewhat insufficient
1397 The reaction is somewhat too extreme
1398 The reaction is appropriate
1399 The reaction is appropriate
1400 The reaction is somewhat insufficient
1401 The reaction is appropriate
1402 The reaction is appropriate
1403 The reaction is somewhat insufficient
1404 The reaction is appropriate
1405 The reaction is somewhat insufficient
1406 The reaction is appropriate
1407
1408 The reaction is appropriate
1409 The reaction is appropriate
1410 The reaction is somewhat too extreme
1411 The reaction is appropriate
1412 The reaction is appropriate
1413
1414 The reaction is somewhat insufficient
1415 The reaction is somewhat too extreme
1416 The reaction is appropriate
1417 The reaction is appropriate
1418 The reaction is appropriate
1419 The reaction is appropriate
1420 The reaction is somewhat insufficient
1421 The reaction is appropriate
1422 The reaction is somewhat insufficient
1423 The reaction is somewhat too extreme
1424 The reaction is appropriate
1425 The reaction is appropriate
1426 The reaction is not at all sufficient
1427 The reaction is somewhat insufficient
1428 The reaction is appropriate
1429 The reaction is appropriate
1430 The reaction is appropriate
1431 The reaction is appropriate
1432 The reaction is much too extreme
1433
1434 The reaction is somewhat too extreme
1435 The reaction is somewhat insufficient
1436
1437 The reaction is appropriate
1438 The reaction is much too extreme
1439 The reaction is appropriate
1440 The reaction is somewhat insufficient
1441 The reaction is appropriate
1442 The reaction is appropriate
1443 The reaction is appropriate
1444 The reaction is appropriate
1445 The reaction is appropriate
1446 The reaction is appropriate
1447 The reaction is not at all sufficient
1448 The reaction is appropriate
1449 The reaction is not at all sufficient
1450
1451 The reaction is appropriate
1452 The reaction is not at all sufficient
1453 The reaction is appropriate
1454 The reaction is not at all sufficient
1455 The reaction is appropriate
1456 The reaction is appropriate
1457 The reaction is appropriate
1458 The reaction is appropriate
1459 The reaction is appropriate
1460 The reaction is somewhat too extreme
1461
1462 The reaction is appropriate
1463 The reaction is appropriate
1464 The reaction is appropriate
1465 The reaction is somewhat too extreme
1466 The reaction is appropriate
1467 The reaction is not at all sufficient
1468 The reaction is appropriate
1469 The reaction is appropriate
1470 The reaction is appropriate
1471 The reaction is appropriate
1472 The reaction is not at all sufficient
1473 The reaction is appropriate
1474 The reaction is appropriate
1475 The reaction is appropriate
1476 The reaction is appropriate
1477 The reaction is appropriate
1478 The reaction is somewhat insufficient
1479 The reaction is somewhat insufficient
1480 The reaction is somewhat too extreme
1481 The reaction is not at all sufficient
1482 The reaction is somewhat insufficient
1483 The reaction is appropriate
1484 The reaction is appropriate
1485 The reaction is appropriate
1486 The reaction is appropriate
1487 The reaction is somewhat insufficient
1488 The reaction is appropriate
1489 The reaction is somewhat insufficient
1490 The reaction is appropriate
1491 The reaction is somewhat insufficient
1492 The reaction is appropriate
1493 The reaction is somewhat insufficient
1494 The reaction is appropriate
1495 The reaction is not at all sufficient
1496 The reaction is appropriate
1497 The reaction is appropriate
1498 The reaction is appropriate
1499 The reaction is not at all sufficient
1500 The reaction is appropriate
1501 The reaction is appropriate
1502 The reaction is appropriate
1503 The reaction is appropriate
1504
1505 The reaction is appropriate
1506 The reaction is appropriate
1507 The reaction is somewhat insufficient
1508 The reaction is not at all sufficient
1509 The reaction is somewhat insufficient
1510 The reaction is somewhat insufficient
1511 The reaction is appropriate
1512 The reaction is somewhat insufficient
1513 The reaction is appropriate
1514 The reaction is appropriate
1515 The reaction is somewhat insufficient
1516 The reaction is appropriate
1517 The reaction is appropriate
1518 The reaction is appropriate
1519 The reaction is appropriate
1520 The reaction is appropriate
1521 The reaction is appropriate
1522 The reaction is somewhat insufficient
1523 The reaction is appropriate
1524 The reaction is appropriate
1525 The reaction is appropriate
1526 The reaction is appropriate
1527 The reaction is appropriate
1528 The reaction is appropriate
1529 The reaction is appropriate
1530
1531 The reaction is somewhat insufficient
1532 The reaction is somewhat insufficient
1533 The reaction is appropriate
1534 The reaction is appropriate
1535 The reaction is appropriate
1536 The reaction is appropriate
1537 The reaction is appropriate
1538 The reaction is appropriate
1539 The reaction is somewhat insufficient
1540 The reaction is appropriate
1541 The reaction is appropriate
1542 The reaction is appropriate
1543 The reaction is appropriate
1544 The reaction is appropriate
1545 The reaction is appropriate
1546 The reaction is appropriate
1547 The reaction is appropriate
1548 The reaction is somewhat insufficient
1549 The reaction is appropriate
1550 The reaction is somewhat insufficient
1551 The reaction is appropriate
1552 The reaction is appropriate
1553 The reaction is appropriate
1554 The reaction is appropriate
1555 The reaction is appropriate
1556
1557 The reaction is appropriate
1558 The reaction is somewhat insufficient
1559 The reaction is somewhat insufficient
1560 The reaction is appropriate
1561 The reaction is appropriate
1562 The reaction is appropriate
1563 The reaction is appropriate
1564 The reaction is somewhat insufficient
1565 The reaction is appropriate
1566 The reaction is appropriate
1567 The reaction is somewhat insufficient
1568 The reaction is appropriate
1569 The reaction is appropriate
1570 The reaction is appropriate
1571 The reaction is appropriate
1572 The reaction is appropriate
1573 The reaction is appropriate
1574 The reaction is somewhat insufficient
1575 The reaction is somewhat insufficient
1576 The reaction is appropriate
1577 The reaction is appropriate
1578 The reaction is appropriate
1579 The reaction is appropriate
1580 The reaction is somewhat insufficient
1581 The reaction is appropriate
1582 The reaction is appropriate
1583 The reaction is appropriate
1584 The reaction is appropriate
1585 The reaction is appropriate
1586 The reaction is appropriate
1587
1588 The reaction is somewhat insufficient
1589 The reaction is appropriate
1590 The reaction is somewhat too extreme
1591 The reaction is appropriate
1592 The reaction is appropriate
1593 The reaction is appropriate
1594 The reaction is somewhat insufficient
1595 The reaction is somewhat insufficient
1596 The reaction is appropriate
1597 The reaction is appropriate
1598 The reaction is appropriate
1599
1600
1601 The reaction is appropriate
1602 The reaction is appropriate
1603 The reaction is appropriate
1604 The reaction is appropriate
1605 The reaction is somewhat insufficient
1606 The reaction is not at all sufficient
1607 The reaction is somewhat insufficient
1608 The reaction is not at all sufficient
1609 The reaction is appropriate
1610 The reaction is appropriate
1611 The reaction is appropriate
1612 The reaction is not at all sufficient
1613 The reaction is somewhat too extreme
1614 The reaction is somewhat insufficient
1615 The reaction is somewhat insufficient
1616 The reaction is appropriate
1617 The reaction is somewhat insufficient
1618 The reaction is appropriate
1619 The reaction is appropriate
1620 The reaction is somewhat insufficient
1621 The reaction is somewhat insufficient
1622 The reaction is appropriate
1623 The reaction is not at all sufficient
1624 The reaction is appropriate
1625 The reaction is not at all sufficient
1626 The reaction is somewhat insufficient
1627 The reaction is somewhat too extreme
1628 The reaction is somewhat insufficient
1629 The reaction is appropriate
1630 The reaction is somewhat insufficient
1631 The reaction is somewhat insufficient
1632 The reaction is somewhat insufficient
1633 The reaction is not at all sufficient
1634 The reaction is appropriate
1635 The reaction is appropriate
1636 The reaction is not at all sufficient
1637 The reaction is somewhat insufficient
1638 The reaction is somewhat insufficient
1639 The reaction is appropriate
1640 The reaction is somewhat insufficient
1641 The reaction is appropriate
1642 The reaction is appropriate
1643 The reaction is somewhat insufficient
1644 The reaction is much too extreme
1645 The reaction is somewhat insufficient
1646 The reaction is appropriate
1647 The reaction is appropriate
1648 The reaction is appropriate
1649 The reaction is appropriate
1650 The reaction is appropriate
1651 The reaction is appropriate
1652 The reaction is somewhat too extreme
1653 The reaction is appropriate
1654 The reaction is appropriate
1655 The reaction is appropriate
1656 The reaction is appropriate
1657 The reaction is somewhat insufficient
1658 The reaction is appropriate
1659 The reaction is much too extreme
1660 The reaction is appropriate
1661 The reaction is somewhat insufficient
1662 The reaction is somewhat insufficient
1663 The reaction is appropriate
1664 The reaction is appropriate
1665 The reaction is appropriate
1666 The reaction is not at all sufficient
1667 The reaction is appropriate
1668 The reaction is somewhat insufficient
1669 The reaction is appropriate
1670 The reaction is somewhat insufficient
1671 The reaction is appropriate
1672 The reaction is appropriate
1673 The reaction is somewhat insufficient
1674 The reaction is somewhat insufficient
1675 The reaction is appropriate
1676 The reaction is somewhat too extreme
1677 The reaction is appropriate
1678 The reaction is appropriate
1679 The reaction is appropriate
1680 The reaction is somewhat insufficient
1681 The reaction is somewhat insufficient
1682 The reaction is somewhat insufficient
1683 The reaction is appropriate
1684 The reaction is appropriate
1685 The reaction is appropriate
1686 The reaction is appropriate
1687 The reaction is somewhat insufficient
1688 The reaction is not at all sufficient
1689 The reaction is not at all sufficient
1690 The reaction is appropriate
1691 The reaction is appropriate
1692 The reaction is somewhat insufficient
1693 The reaction is appropriate
1694 The reaction is somewhat insufficient
1695 The reaction is appropriate
1696 The reaction is somewhat insufficient
1697 The reaction is appropriate
1698 The reaction is appropriate
1699 The reaction is somewhat insufficient
1700 The reaction is appropriate
1701
1702 The reaction is not at all sufficient
1703 The reaction is appropriate
1704 The reaction is appropriate
1705 The reaction is somewhat insufficient
1706 The reaction is appropriate
1707 The reaction is appropriate
1708 The reaction is appropriate
1709 The reaction is appropriate
1710 The reaction is appropriate
1711 The reaction is appropriate
1712 The reaction is appropriate
1713 The reaction is not at all sufficient
1714 The reaction is not at all sufficient
1715 The reaction is much too extreme
1716 The reaction is somewhat insufficient
1717 The reaction is somewhat too extreme
1718 The reaction is appropriate
1719 The reaction is not at all sufficient
1720 The reaction is somewhat insufficient
1721
1722 The reaction is appropriate
1723 The reaction is appropriate
1724 The reaction is appropriate
1725 The reaction is appropriate
1726 The reaction is appropriate
1727 The reaction is appropriate
1728 The reaction is appropriate
1729 The reaction is somewhat insufficient
1730 The reaction is appropriate
1731 The reaction is appropriate
1732 The reaction is appropriate
1733 The reaction is appropriate
1734 The reaction is not at all sufficient
1735 The reaction is appropriate
1736 The reaction is appropriate
1737 The reaction is somewhat insufficient
1738 The reaction is appropriate
1739 The reaction is appropriate
1740 The reaction is appropriate
1741 The reaction is appropriate
1742 The reaction is somewhat insufficient
1743 The reaction is somewhat insufficient
1744 The reaction is somewhat insufficient
1745 The reaction is appropriate
1746 The reaction is appropriate
1747 The reaction is appropriate
1748 The reaction is appropriate
1749 The reaction is somewhat insufficient
1750 The reaction is appropriate
1751
1752 The reaction is appropriate
1753 The reaction is somewhat insufficient
1754 The reaction is somewhat insufficient
1755 The reaction is not at all sufficient
1756 The reaction is somewhat insufficient
1757 The reaction is appropriate
1758 The reaction is somewhat insufficient
1759 The reaction is appropriate
1760 The reaction is appropriate
1761 The reaction is appropriate
1762 The reaction is somewhat insufficient
1763 The reaction is appropriate
1764 The reaction is appropriate
1765 The reaction is appropriate
1766 The reaction is somewhat insufficient
1767 The reaction is much too extreme
1768 The reaction is appropriate
1769 The reaction is appropriate
1770 The reaction is appropriate
1771 The reaction is not at all sufficient
1772 The reaction is appropriate
1773 The reaction is somewhat insufficient
1774 The reaction is appropriate
1775 The reaction is appropriate
1776 The reaction is appropriate
1777 The reaction is not at all sufficient
1778 The reaction is appropriate
1779 The reaction is somewhat insufficient
1780 The reaction is somewhat insufficient
1781
1782 The reaction is appropriate
1783 The reaction is appropriate
1784 The reaction is appropriate
1785 The reaction is appropriate
1786 The reaction is not at all sufficient
1787 The reaction is somewhat insufficient
1788 The reaction is appropriate
1789 The reaction is appropriate
1790 The reaction is somewhat insufficient
1791 The reaction is appropriate
1792 The reaction is appropriate
1793 The reaction is appropriate
1794 The reaction is appropriate
1795 The reaction is appropriate
1796 The reaction is somewhat insufficient
1797 The reaction is somewhat insufficient
1798 The reaction is not at all sufficient
1799 The reaction is appropriate
1800 The reaction is somewhat insufficient
1801 The reaction is appropriate
1802 The reaction is somewhat insufficient
1803 The reaction is appropriate
1804 The reaction is appropriate
1805 The reaction is somewhat insufficient
1806 The reaction is appropriate
1807 The reaction is appropriate
1808 The reaction is somewhat insufficient
1809 The reaction is somewhat insufficient
1810 The reaction is appropriate
1811 The reaction is appropriate
1812 The reaction is somewhat insufficient
1813
1814 The reaction is appropriate
1815 The reaction is appropriate
1816 The reaction is somewhat insufficient
1817 The reaction is appropriate
1818 The reaction is somewhat insufficient
1819 The reaction is much too extreme
1820 The reaction is appropriate
1821 The reaction is not at all sufficient
1822 The reaction is appropriate
1823 The reaction is appropriate
1824 The reaction is somewhat insufficient
1825 The reaction is not at all sufficient
1826 The reaction is appropriate
1827 The reaction is appropriate
1828 The reaction is much too extreme
1829 The reaction is appropriate
1830 The reaction is appropriate
1831 The reaction is appropriate
1832 The reaction is appropriate
1833 The reaction is appropriate
1834 The reaction is appropriate
1835 The reaction is somewhat insufficient
1836 The reaction is appropriate
1837 The reaction is appropriate
1838 The reaction is appropriate
1839 The reaction is appropriate
1840 The reaction is somewhat insufficient
1841 The reaction is somewhat insufficient
1842 The reaction is appropriate
1843 The reaction is appropriate
1844 The reaction is appropriate
1845 The reaction is much too extreme
1846 The reaction is appropriate
1847 The reaction is not at all sufficient
1848 The reaction is somewhat insufficient
1849 The reaction is somewhat too extreme
1850 The reaction is appropriate
1851 The reaction is somewhat insufficient
1852 The reaction is appropriate
1853 The reaction is appropriate
1854 The reaction is not at all sufficient
1855 The reaction is appropriate
1856 The reaction is somewhat insufficient
1857 The reaction is appropriate
1858 The reaction is appropriate
1859 The reaction is somewhat insufficient
1860 The reaction is somewhat insufficient
1861 The reaction is appropriate
1862 The reaction is appropriate
1863 The reaction is somewhat insufficient
1864 The reaction is appropriate
1865 The reaction is somewhat insufficient
1866 The reaction is appropriate
1867 The reaction is appropriate
1868 The reaction is somewhat insufficient
1869 The reaction is appropriate
1870 The reaction is appropriate
1871 The reaction is appropriate
1872 The reaction is appropriate
1873 The reaction is appropriate
1874 The reaction is somewhat insufficient
1875 The reaction is appropriate
1876 The reaction is somewhat insufficient
1877 The reaction is appropriate
1878 The reaction is appropriate
1879 The reaction is somewhat insufficient
1880 The reaction is somewhat insufficient
1881 The reaction is appropriate
1882 The reaction is appropriate
1883 The reaction is appropriate
1884 The reaction is somewhat insufficient
1885 The reaction is appropriate
1886 The reaction is appropriate
1887 The reaction is appropriate
1888 The reaction is somewhat insufficient
1889 The reaction is appropriate
1890 The reaction is not at all sufficient
1891 The reaction is somewhat insufficient
1892 The reaction is appropriate
1893 The reaction is somewhat insufficient
1894 The reaction is appropriate
1895 The reaction is appropriate
1896 The reaction is appropriate
1897 The reaction is appropriate
1898 The reaction is somewhat insufficient
1899 The reaction is appropriate
1900 The reaction is appropriate
1901 The reaction is appropriate
1902 The reaction is appropriate
1903 The reaction is appropriate
1904 The reaction is appropriate
1905 The reaction is appropriate
1906 The reaction is somewhat insufficient
1907 The reaction is somewhat insufficient
1908 The reaction is somewhat insufficient
1909 The reaction is appropriate
1910 The reaction is appropriate
1911 The reaction is appropriate
1912 The reaction is appropriate
1913 The reaction is appropriate
1914 The reaction is appropriate
1915 The reaction is appropriate
1916 The reaction is not at all sufficient
1917 The reaction is appropriate
1918 The reaction is appropriate
1919 The reaction is not at all sufficient
1920 The reaction is appropriate
1921 The reaction is much too extreme
1922 The reaction is appropriate
1923 The reaction is appropriate
1924 The reaction is appropriate
1925 The reaction is appropriate
1926 The reaction is appropriate
1927 The reaction is somewhat too extreme
1928 The reaction is appropriate
1929 The reaction is somewhat insufficient
1930 The reaction is appropriate
1931 The reaction is appropriate
1932 The reaction is appropriate
1933 The reaction is somewhat insufficient
1934 The reaction is not at all sufficient
1935 The reaction is appropriate
1936 The reaction is appropriate
1937 The reaction is much too extreme
1938 The reaction is somewhat insufficient
1939 The reaction is appropriate
1940 The reaction is appropriate
1941 The reaction is appropriate
1942 The reaction is appropriate
1943 The reaction is somewhat insufficient
1944
1945 The reaction is appropriate
1946 The reaction is somewhat insufficient
1947 The reaction is somewhat insufficient
1948 The reaction is appropriate
1949 The reaction is appropriate
1950 The reaction is appropriate
1951 The reaction is somewhat insufficient
1952 The reaction is not at all sufficient
1953 The reaction is appropriate
1954 The reaction is appropriate
1955 The reaction is appropriate
1956 The reaction is appropriate
1957 The reaction is appropriate
1958 The reaction is appropriate
1959 The reaction is appropriate
1960 The reaction is somewhat insufficient
1961 The reaction is appropriate
1962 The reaction is appropriate
1963 The reaction is appropriate
1964 The reaction is somewhat insufficient
1965 The reaction is appropriate
1966 The reaction is appropriate
1967 The reaction is appropriate
1968 The reaction is somewhat insufficient
1969 The reaction is appropriate
1970 The reaction is appropriate
1971 The reaction is appropriate
1972 The reaction is somewhat insufficient
1973 The reaction is appropriate
1974 The reaction is appropriate
1975 The reaction is appropriate
1976 The reaction is appropriate
1977 The reaction is appropriate
1978 The reaction is somewhat insufficient
1979 The reaction is appropriate
1980 The reaction is not at all sufficient
1981 The reaction is appropriate
1982 The reaction is much too extreme
1983 The reaction is appropriate
1984 The reaction is appropriate
1985 The reaction is somewhat insufficient
1986 The reaction is appropriate
1987 The reaction is appropriate
1988 The reaction is appropriate
1989 The reaction is appropriate
1990 The reaction is appropriate
1991 The reaction is appropriate
1992 The reaction is appropriate
1993 The reaction is much too extreme
1994 The reaction is somewhat insufficient
1995 The reaction is somewhat insufficient
1996 The reaction is somewhat too extreme
1997 The reaction is somewhat too extreme
1998 The reaction is appropriate
1999 The reaction is appropriate
2000 The reaction is appropriate
2001 The reaction is appropriate
2002 The reaction is appropriate
2003 The reaction is appropriate
2004 The reaction is appropriate
2005 The reaction is appropriate
2006 The reaction is somewhat too extreme
2007 The reaction is somewhat too extreme
2008 The reaction is appropriate
2009 The reaction is appropriate
2010 The reaction is appropriate
2011 The reaction is somewhat insufficient
2012 The reaction is appropriate
2013 The reaction is somewhat insufficient
2014 The reaction is much too extreme
2015 The reaction is appropriate
2016 The reaction is somewhat insufficient
2017 The reaction is appropriate
2018 The reaction is appropriate
2019 The reaction is appropriate
2020 The reaction is appropriate
2021 The reaction is appropriate
2022 The reaction is appropriate
2023 The reaction is appropriate
2024 The reaction is much too extreme
2025 The reaction is somewhat insufficient
2026 The reaction is appropriate
2027 The reaction is appropriate
2028 The reaction is appropriate
2029 The reaction is appropriate
2030 The reaction is appropriate
2031 The reaction is appropriate
2032 The reaction is appropriate
2033 The reaction is somewhat insufficient
2034 The reaction is appropriate
2035 The reaction is appropriate
2036 The reaction is somewhat insufficient
2037 The reaction is appropriate
2038 The reaction is appropriate
2039 The reaction is appropriate
2040 The reaction is appropriate
2041 The reaction is not at all sufficient
2042 The reaction is somewhat insufficient
2043 The reaction is appropriate
2044 The reaction is appropriate
2045 The reaction is appropriate
2046 The reaction is not at all sufficient
2047 The reaction is not at all sufficient
2048 The reaction is appropriate
2049 The reaction is somewhat insufficient
2050 The reaction is not at all sufficient
2051 The reaction is appropriate
2052 The reaction is much too extreme
2053 The reaction is appropriate
2054 The reaction is appropriate
2055 The reaction is appropriate
2056 The reaction is appropriate
2057 The reaction is somewhat too extreme
2058 The reaction is appropriate
2059 The reaction is appropriate
2060 The reaction is appropriate
2061 The reaction is somewhat insufficient
2062 The reaction is appropriate
2063 The reaction is somewhat insufficient
2064 The reaction is appropriate
2065 The reaction is appropriate
2066 The reaction is somewhat insufficient
2067 The reaction is appropriate
2068 The reaction is not at all sufficient
2069 The reaction is somewhat insufficient
2070 The reaction is appropriate
2071 The reaction is appropriate
2072
2073 The reaction is appropriate
2074 The reaction is appropriate
2075 The reaction is appropriate
2076 The reaction is appropriate
2077 The reaction is appropriate
2078 The reaction is somewhat insufficient
2079 The reaction is appropriate
2080 The reaction is appropriate
2081 The reaction is somewhat insufficient
2082 The reaction is somewhat insufficient
2083 The reaction is appropriate
2084 The reaction is somewhat insufficient
2085 The reaction is not at all sufficient
2086 The reaction is somewhat insufficient
2087 The reaction is appropriate
2088 The reaction is appropriate
2089 The reaction is not at all sufficient
2090 The reaction is somewhat insufficient
2091 The reaction is appropriate
2092 The reaction is appropriate
2093 The reaction is somewhat insufficient
2094 The reaction is somewhat insufficient
2095 The reaction is appropriate
2096 The reaction is appropriate
2097 The reaction is appropriate
2098
2099 The reaction is appropriate
2100 The reaction is appropriate
2101
2102 The reaction is somewhat insufficient
2103 The reaction is somewhat insufficient
2104 The reaction is appropriate
2105 The reaction is appropriate
2106 The reaction is appropriate
2107 The reaction is somewhat insufficient
2108 The reaction is somewhat too extreme
2109 The reaction is appropriate
2110 The reaction is somewhat insufficient
2111 The reaction is appropriate
2112
2113 The reaction is somewhat insufficient
2114 The reaction is appropriate
2115 The reaction is somewhat insufficient
2116 The reaction is somewhat insufficient
2117 The reaction is much too extreme
2118 The reaction is appropriate
2119 The reaction is appropriate
2120 The reaction is somewhat insufficient
2121 The reaction is not at all sufficient
2122 The reaction is appropriate
2123 The reaction is appropriate
2124 The reaction is somewhat insufficient
2125 The reaction is not at all sufficient
2126 The reaction is somewhat insufficient
2127 The reaction is appropriate
2128 The reaction is not at all sufficient
2129 The reaction is not at all sufficient
2130 The reaction is appropriate
2131 The reaction is not at all sufficient
2132 The reaction is somewhat insufficient
2133 The reaction is somewhat insufficient
2134 The reaction is appropriate
2135 The reaction is appropriate
2136 The reaction is somewhat too extreme
2137 The reaction is appropriate
2138 The reaction is somewhat insufficient
2139 The reaction is appropriate
2140 The reaction is appropriate
2141 The reaction is somewhat insufficient
2142 The reaction is appropriate
2143 The reaction is not at all sufficient
2144 The reaction is somewhat too extreme
2145 The reaction is appropriate
2146 The reaction is not at all sufficient
2147 The reaction is appropriate
2148 The reaction is not at all sufficient
2149 The reaction is not at all sufficient
2150 The reaction is appropriate
2151 The reaction is appropriate
2152 The reaction is appropriate
2153 The reaction is appropriate
2154 The reaction is somewhat insufficient
2155 The reaction is appropriate
2156 The reaction is appropriate
2157 The reaction is somewhat too extreme
2158 The reaction is appropriate
2159 The reaction is appropriate
2160 The reaction is appropriate
2161 The reaction is appropriate
2162 The reaction is appropriate
2163 The reaction is appropriate
2164 The reaction is appropriate
2165 The reaction is appropriate
2166 The reaction is appropriate
2167 The reaction is appropriate
2168 The reaction is somewhat insufficient
2169 The reaction is appropriate
2170 The reaction is appropriate
2171 The reaction is appropriate
2172 The reaction is appropriate
2173 The reaction is appropriate
2174 The reaction is somewhat insufficient
2175 The reaction is appropriate
2176 The reaction is not at all sufficient
2177 The reaction is appropriate
2178 The reaction is appropriate
2179 The reaction is appropriate
2180 The reaction is appropriate
2181 The reaction is not at all sufficient
2182
2183 The reaction is appropriate
2184 The reaction is appropriate
2185 The reaction is appropriate
2186 The reaction is appropriate
2187
2188 The reaction is somewhat insufficient
2189 The reaction is somewhat too extreme
2190 The reaction is appropriate
2191 The reaction is somewhat insufficient
2192 The reaction is not at all sufficient
2193 The reaction is appropriate
2194 The reaction is somewhat insufficient
2195 The reaction is somewhat insufficient
2196 The reaction is somewhat insufficient
2197 The reaction is appropriate
2198 The reaction is appropriate
2199 The reaction is appropriate
2200 The reaction is appropriate
2201 The reaction is appropriate
2202 The reaction is appropriate
2203 The reaction is not at all sufficient
2204 The reaction is appropriate
2205 The reaction is appropriate
2206 The reaction is appropriate
2207 The reaction is appropriate
2208 The reaction is not at all sufficient
2209 The reaction is appropriate
2210 The reaction is somewhat insufficient
2211 The reaction is appropriate
2212 The reaction is appropriate
2213 The reaction is appropriate
2214 The reaction is much too extreme
2215 The reaction is somewhat insufficient
2216 The reaction is appropriate
2217 The reaction is somewhat insufficient
2218 The reaction is not at all sufficient
2219 The reaction is appropriate
2220 The reaction is appropriate
2221 The reaction is appropriate
2222 The reaction is somewhat insufficient
2223 The reaction is appropriate
2224 The reaction is appropriate
2225 The reaction is somewhat insufficient
2226 The reaction is somewhat insufficient
2227 The reaction is somewhat insufficient
2228 The reaction is much too extreme
2229 The reaction is appropriate
2230 The reaction is appropriate
2231 The reaction is not at all sufficient
2232 The reaction is appropriate
2233 The reaction is somewhat insufficient
2234 The reaction is somewhat insufficient
2235 The reaction is appropriate
2236 The reaction is somewhat too extreme
2237 The reaction is not at all sufficient
2238 The reaction is somewhat insufficient
2239 The reaction is somewhat insufficient
2240 The reaction is appropriate
2241 The reaction is appropriate
2242 The reaction is not at all sufficient
2243 The reaction is appropriate
2244 The reaction is appropriate
2245 The reaction is appropriate
2246 The reaction is appropriate
2247 The reaction is somewhat too extreme
2248 The reaction is somewhat insufficient
2249 The reaction is somewhat insufficient
2250 The reaction is appropriate
2251
2252
2253 The reaction is much too extreme
2254 The reaction is appropriate
2255 The reaction is appropriate
2256 The reaction is somewhat insufficient
2257 The reaction is appropriate
2258 The reaction is appropriate
2259 The reaction is somewhat insufficient
2260 The reaction is appropriate
2261 The reaction is appropriate
2262 The reaction is appropriate
2263 The reaction is appropriate
2264 The reaction is appropriate
2265 The reaction is appropriate
2266 The reaction is appropriate
2267 The reaction is appropriate
2268 The reaction is appropriate
2269 The reaction is not at all sufficient
2270 The reaction is appropriate
2271 The reaction is appropriate
2272 The reaction is somewhat insufficient
2273 The reaction is somewhat insufficient
2274 The reaction is appropriate
2275 The reaction is appropriate
2276 The reaction is appropriate
2277 The reaction is somewhat insufficient
2278 The reaction is somewhat insufficient
2279 The reaction is not at all sufficient
2280 The reaction is appropriate
2281 The reaction is somewhat too extreme
2282 The reaction is appropriate
2283 The reaction is somewhat insufficient
2284 The reaction is somewhat insufficient
2285 The reaction is not at all sufficient
2286 The reaction is appropriate
2287 The reaction is not at all sufficient
2288 The reaction is appropriate
2289 The reaction is appropriate
2290 The reaction is appropriate
2291 The reaction is not at all sufficient
2292 The reaction is appropriate
2293 The reaction is somewhat too extreme
2294 The reaction is somewhat insufficient
2295 The reaction is somewhat insufficient
2296 The reaction is appropriate
2297 The reaction is appropriate
2298 The reaction is appropriate
2299 The reaction is somewhat insufficient
2300 The reaction is somewhat insufficient
2301 The reaction is appropriate
2302 The reaction is somewhat insufficient
2303 The reaction is somewhat insufficient
2304 The reaction is somewhat insufficient
2305 The reaction is appropriate
2306 The reaction is appropriate
2307 The reaction is somewhat insufficient
2308 The reaction is appropriate
2309 The reaction is somewhat too extreme
2310 The reaction is appropriate
2311 The reaction is appropriate
2312 The reaction is appropriate
2313 The reaction is somewhat too extreme
2314 The reaction is appropriate
2315 The reaction is appropriate
2316 The reaction is appropriate
2317 The reaction is appropriate
2318 The reaction is somewhat insufficient
2319 The reaction is somewhat too extreme
2320 The reaction is not at all sufficient
2321 The reaction is appropriate
2322 The reaction is somewhat insufficient
2323 The reaction is appropriate
2324 The reaction is appropriate
2325 The reaction is appropriate
2326 The reaction is somewhat insufficient
2327 The reaction is appropriate
2328 The reaction is appropriate
2329 The reaction is somewhat insufficient
2330 The reaction is somewhat too extreme
2331 The reaction is appropriate
2332 The reaction is appropriate
2333 The reaction is somewhat too extreme
2334 The reaction is appropriate
2335 The reaction is somewhat insufficient
2336 The reaction is somewhat insufficient
2337 The reaction is somewhat insufficient
2338 The reaction is appropriate
2339 The reaction is appropriate
2340 The reaction is appropriate
2341 The reaction is much too extreme
2342 The reaction is somewhat insufficient
2343 The reaction is somewhat insufficient
2344 The reaction is appropriate
2345 The reaction is somewhat insufficient
2346 The reaction is appropriate
2347 The reaction is somewhat insufficient
2348 The reaction is appropriate
2349 The reaction is appropriate
2350 The reaction is appropriate
2351 The reaction is somewhat insufficient
2352 The reaction is appropriate
2353 The reaction is somewhat insufficient
2354 The reaction is not at all sufficient
2355 The reaction is appropriate
2356
2357 The reaction is appropriate
2358 The reaction is appropriate
2359 The reaction is appropriate
2360
2361 The reaction is somewhat insufficient
2362 The reaction is appropriate
2363 The reaction is not at all sufficient
2364 The reaction is somewhat insufficient
2365 The reaction is appropriate
2366 The reaction is appropriate
2367 The reaction is appropriate
2368 The reaction is appropriate
2369 The reaction is appropriate
2370 The reaction is appropriate
2371 The reaction is appropriate
2372 The reaction is appropriate
2373 The reaction is appropriate
2374 The reaction is somewhat insufficient
2375 The reaction is appropriate
2376 The reaction is not at all sufficient
2377 The reaction is appropriate
2378 The reaction is somewhat insufficient
2379 The reaction is appropriate
2380 The reaction is appropriate
2381 The reaction is appropriate
2382 The reaction is appropriate
2383 The reaction is appropriate
2384 The reaction is somewhat insufficient
2385 The reaction is somewhat insufficient
2386 The reaction is appropriate
2387 The reaction is appropriate
2388 The reaction is appropriate
2389 The reaction is appropriate
2390 The reaction is somewhat insufficient
2391 The reaction is appropriate
2392 The reaction is appropriate
2393 The reaction is appropriate
2394 The reaction is somewhat insufficient
2395 The reaction is appropriate
2396 The reaction is somewhat insufficient
2397 The reaction is appropriate
2398 The reaction is appropriate
2399 The reaction is somewhat too extreme
2400 The reaction is somewhat insufficient
2401 The reaction is somewhat too extreme
2402 The reaction is appropriate
2403 The reaction is appropriate
2404 The reaction is appropriate
2405 The reaction is somewhat insufficient
2406 The reaction is somewhat insufficient
2407 The reaction is appropriate
2408 The reaction is appropriate
2409 The reaction is not at all sufficient
2410 The reaction is somewhat too extreme
2411 The reaction is somewhat insufficient
2412 The reaction is not at all sufficient
2413 The reaction is appropriate
2414 The reaction is somewhat insufficient
2415 The reaction is appropriate
2416
2417 The reaction is somewhat insufficient
2418 The reaction is somewhat insufficient
2419 The reaction is appropriate
2420 The reaction is somewhat insufficient
2421 The reaction is somewhat insufficient
2422 The reaction is somewhat insufficient
2423 The reaction is appropriate
2424 The reaction is appropriate
2425 The reaction is somewhat insufficient
2426 The reaction is appropriate
2427 The reaction is appropriate
2428 The reaction is appropriate
2429 The reaction is somewhat too extreme
2430 The reaction is appropriate
2431 The reaction is somewhat insufficient
2432 The reaction is somewhat too extreme
2433 The reaction is somewhat insufficient
2434 The reaction is appropriate
2435 The reaction is somewhat insufficient
2436 The reaction is appropriate
2437 The reaction is appropriate
2438 The reaction is somewhat insufficient
2439 The reaction is somewhat insufficient
2440 The reaction is appropriate
2441 The reaction is somewhat insufficient
2442 The reaction is somewhat insufficient
2443 The reaction is appropriate
2444 The reaction is much too extreme
2445 The reaction is appropriate
2446 The reaction is somewhat too extreme
2447 The reaction is somewhat insufficient
2448 The reaction is appropriate
2449 The reaction is appropriate
2450 The reaction is appropriate
2451 The reaction is somewhat too extreme
2452 The reaction is appropriate
2453 The reaction is appropriate
2454 The reaction is somewhat insufficient
2455 The reaction is somewhat too extreme
2456 The reaction is appropriate
2457 The reaction is somewhat insufficient
2458 The reaction is appropriate
2459 The reaction is appropriate
2460 The reaction is appropriate
2461 The reaction is not at all sufficient
2462 The reaction is somewhat insufficient
2463 The reaction is somewhat insufficient
2464 The reaction is somewhat insufficient
2465 The reaction is appropriate
2466 The reaction is appropriate
2467 The reaction is appropriate
2468 The reaction is appropriate
2469 The reaction is much too extreme
2470 The reaction is somewhat too extreme
2471 The reaction is somewhat insufficient
2472 The reaction is somewhat insufficient
2473 The reaction is not at all sufficient
2474 The reaction is appropriate
2475 The reaction is appropriate
2476 The reaction is somewhat insufficient
2477 The reaction is appropriate
2478 The reaction is appropriate
2479 The reaction is appropriate
2480 The reaction is somewhat insufficient
2481 The reaction is appropriate
2482 The reaction is appropriate
2483 The reaction is appropriate
2484 The reaction is appropriate
2485
2486 The reaction is appropriate
2487 The reaction is appropriate
2488 The reaction is not at all sufficient
2489 The reaction is much too extreme
2490 The reaction is somewhat insufficient
2491 The reaction is somewhat insufficient
2492 The reaction is appropriate
2493 The reaction is appropriate
2494 The reaction is appropriate
2495 The reaction is much too extreme
2496
2497 The reaction is appropriate
2498 The reaction is appropriate
2499 The reaction is somewhat insufficient
2500 The reaction is somewhat insufficient
2501 The reaction is appropriate
2502 The reaction is much too extreme
2503 The reaction is appropriate
2504 The reaction is somewhat insufficient
2505 The reaction is somewhat insufficient
2506 The reaction is appropriate
2507 The reaction is somewhat insufficient
2508 The reaction is appropriate
2509 The reaction is appropriate
2510 The reaction is appropriate
2511 The reaction is appropriate
2512 The reaction is somewhat insufficient
2513 The reaction is somewhat insufficient
2514 The reaction is appropriate
2515 The reaction is appropriate
2516 The reaction is appropriate
2517 The reaction is appropriate
2518 The reaction is appropriate
2519 The reaction is appropriate
2520 The reaction is appropriate
2521 The reaction is somewhat insufficient
2522 The reaction is somewhat insufficient
2523 The reaction is appropriate
2524 The reaction is appropriate
2525 The reaction is much too extreme
2526 The reaction is appropriate
2527 The reaction is appropriate
2528 The reaction is appropriate
2529 The reaction is appropriate
2530 The reaction is appropriate
2531 The reaction is appropriate
2532 The reaction is appropriate
2533 The reaction is appropriate
2534 The reaction is appropriate
2535 The reaction is appropriate
2536 The reaction is appropriate
2537 The reaction is somewhat insufficient
2538 The reaction is appropriate
2539 The reaction is somewhat insufficient
2540 The reaction is appropriate
2541 The reaction is appropriate
2542 The reaction is somewhat too extreme
2543 The reaction is appropriate
2544 The reaction is appropriate
2545 The reaction is appropriate
2546 The reaction is appropriate
2547 The reaction is appropriate
2548 The reaction is appropriate
2549 The reaction is appropriate
2550 The reaction is not at all sufficient
2551 The reaction is appropriate
2552 The reaction is appropriate
2553 The reaction is appropriate
2554 The reaction is appropriate
2555 The reaction is appropriate
2556 The reaction is appropriate
2557 The reaction is somewhat insufficient
2558 The reaction is somewhat insufficient
2559 The reaction is appropriate
2560 The reaction is somewhat insufficient
2561 The reaction is appropriate
2562 The reaction is somewhat insufficient
2563 The reaction is somewhat insufficient
2564 The reaction is somewhat insufficient
2565 The reaction is appropriate
2566 The reaction is appropriate
2567 The reaction is somewhat insufficient
2568 The reaction is not at all sufficient
2569 The reaction is somewhat insufficient
2570 The reaction is appropriate
2571 The reaction is appropriate
2572 The reaction is appropriate
2573 The reaction is appropriate
2574 The reaction is appropriate
2575 The reaction is somewhat too extreme
2576 The reaction is appropriate
2577 The reaction is appropriate
2578 The reaction is somewhat insufficient
2579 The reaction is appropriate
2580 The reaction is somewhat too extreme
2581 The reaction is appropriate
2582 The reaction is appropriate
2583 The reaction is appropriate
2584 The reaction is appropriate
2585 The reaction is much too extreme
2586 The reaction is somewhat too extreme
2587 The reaction is not at all sufficient
2588 The reaction is somewhat insufficient
2589 The reaction is appropriate
2590 The reaction is appropriate
2591 The reaction is appropriate
2592 The reaction is somewhat insufficient
2593 The reaction is appropriate
2594 The reaction is appropriate
2595 The reaction is not at all sufficient
2596 The reaction is somewhat insufficient
2597 The reaction is appropriate
2598 The reaction is somewhat insufficient
2599 The reaction is appropriate
2600 The reaction is somewhat insufficient
2601 The reaction is appropriate
2602 The reaction is appropriate
2603 The reaction is appropriate
2604 The reaction is somewhat insufficient
2605 The reaction is somewhat insufficient
2606 The reaction is appropriate
2607 The reaction is appropriate
2608 The reaction is appropriate
2609 The reaction is appropriate
2610 The reaction is somewhat insufficient
2611 The reaction is somewhat insufficient
2612 The reaction is appropriate
2613 The reaction is appropriate
2614 The reaction is somewhat insufficient
2615 The reaction is appropriate
2616 The reaction is appropriate
2617 The reaction is somewhat insufficient
2618 The reaction is appropriate
2619 The reaction is appropriate
2620 The reaction is appropriate
2621 The reaction is appropriate
2622 The reaction is somewhat insufficient
2623 The reaction is appropriate
2624 The reaction is appropriate
2625 The reaction is appropriate
2626 The reaction is appropriate
2627 The reaction is somewhat insufficient
2628 The reaction is appropriate
2629 The reaction is appropriate
2630 The reaction is appropriate
2631 The reaction is appropriate
2632 The reaction is appropriate
2633 The reaction is appropriate
2634 The reaction is much too extreme
2635 The reaction is appropriate
2636 The reaction is somewhat insufficient
2637 The reaction is somewhat insufficient
2638 The reaction is much too extreme
2639 The reaction is appropriate
2640 The reaction is somewhat too extreme
2641 The reaction is not at all sufficient
2642 The reaction is appropriate
2643 The reaction is appropriate
2644 The reaction is not at all sufficient
2645 The reaction is somewhat insufficient
2646 The reaction is appropriate
2647 The reaction is appropriate
2648 The reaction is appropriate
2649 The reaction is appropriate
2650 The reaction is appropriate
2651 The reaction is appropriate
2652 The reaction is not at all sufficient
2653 The reaction is appropriate
2654 The reaction is not at all sufficient
2655 The reaction is appropriate
2656 The reaction is appropriate
2657 The reaction is somewhat insufficient
2658
2659 The reaction is somewhat insufficient
2660 The reaction is somewhat insufficient
2661
2662 The reaction is appropriate
2663 The reaction is somewhat insufficient
2664 The reaction is somewhat insufficient
2665 The reaction is appropriate
2666 The reaction is somewhat insufficient
2667 The reaction is appropriate
2668 The reaction is appropriate
2669 The reaction is appropriate
2670 The reaction is appropriate
2671 The reaction is somewhat insufficient
2672 The reaction is somewhat too extreme
2673 The reaction is appropriate
2674 The reaction is appropriate
2675 The reaction is appropriate
2676 The reaction is appropriate
2677 The reaction is appropriate
2678 The reaction is somewhat insufficient
2679 The reaction is not at all sufficient
2680 The reaction is appropriate
2681 The reaction is not at all sufficient
2682
2683 The reaction is appropriate
2684
2685 The reaction is appropriate
2686 The reaction is appropriate
2687 The reaction is appropriate
2688 The reaction is appropriate
2689 The reaction is somewhat insufficient
2690 The reaction is appropriate
2691 The reaction is somewhat insufficient
2692 The reaction is somewhat insufficient
2693 The reaction is somewhat too extreme
2694 The reaction is somewhat insufficient
2695 The reaction is somewhat insufficient
2696 The reaction is appropriate
2697 The reaction is not at all sufficient
2698 The reaction is not at all sufficient
2699 The reaction is appropriate
2700 The reaction is somewhat insufficient
2701 The reaction is somewhat insufficient
2702 The reaction is somewhat too extreme
2703 The reaction is appropriate
2704 The reaction is appropriate
2705 The reaction is appropriate
2706 The reaction is somewhat too extreme
2707 The reaction is somewhat insufficient
2708 The reaction is appropriate
2709 The reaction is appropriate
2710 The reaction is appropriate
2711 The reaction is appropriate
2712 The reaction is somewhat insufficient
2713 The reaction is not at all sufficient
2714 The reaction is appropriate
2715 The reaction is not at all sufficient
2716 The reaction is appropriate
2717 The reaction is not at all sufficient
2718 The reaction is somewhat insufficient
2719 The reaction is appropriate
2720 The reaction is appropriate
2721 The reaction is appropriate
2722 The reaction is not at all sufficient
2723 The reaction is somewhat insufficient
2724 The reaction is appropriate
2725 The reaction is appropriate
2726 The reaction is appropriate
2727 The reaction is appropriate
2728 The reaction is somewhat insufficient
2729 The reaction is somewhat insufficient
2730 The reaction is appropriate
2731
2732 The reaction is not at all sufficient
2733 The reaction is appropriate
2734 The reaction is appropriate
2735 The reaction is somewhat insufficient
2736 The reaction is appropriate
2737 The reaction is somewhat too extreme
2738 The reaction is somewhat insufficient
2739 The reaction is somewhat insufficient
2740 The reaction is appropriate
2741 The reaction is appropriate
2742 The reaction is appropriate
2743 The reaction is appropriate
2744 The reaction is appropriate
2745 The reaction is somewhat insufficient
2746 The reaction is somewhat insufficient
2747 The reaction is not at all sufficient
2748 The reaction is appropriate
2749 The reaction is appropriate
2750 The reaction is appropriate
2751 The reaction is appropriate
2752 The reaction is appropriate
2753 The reaction is appropriate
2754 The reaction is appropriate
2755 The reaction is appropriate
2756 The reaction is appropriate
2757 The reaction is somewhat insufficient
2758 The reaction is appropriate
2759 The reaction is appropriate
2760 The reaction is appropriate
2761 The reaction is somewhat insufficient
2762 The reaction is appropriate
2763 The reaction is somewhat insufficient
2764 The reaction is appropriate
2765 The reaction is appropriate
2766 The reaction is somewhat insufficient
2767 The reaction is appropriate
2768 The reaction is not at all sufficient
2769 The reaction is appropriate
2770 The reaction is somewhat insufficient
2771 The reaction is somewhat insufficient
2772 The reaction is not at all sufficient
2773 The reaction is appropriate
2774 The reaction is appropriate
2775 The reaction is appropriate
2776
2777 The reaction is somewhat insufficient
2778 The reaction is somewhat too extreme
2779 The reaction is appropriate
2780 The reaction is appropriate
2781 The reaction is somewhat insufficient
2782 The reaction is appropriate
2783 The reaction is appropriate
2784 The reaction is not at all sufficient
2785 The reaction is appropriate
2786 The reaction is appropriate
2787 The reaction is somewhat insufficient
2788 The reaction is appropriate
2789 The reaction is appropriate
2790 The reaction is somewhat insufficient
2791 The reaction is appropriate
2792 The reaction is somewhat too extreme
2793 The reaction is appropriate
2794 The reaction is appropriate
2795 The reaction is not at all sufficient
2796 The reaction is appropriate
2797 The reaction is appropriate
2798 The reaction is appropriate
2799 The reaction is appropriate
2800 The reaction is much too extreme
2801 The reaction is somewhat insufficient
2802 The reaction is appropriate
2803 The reaction is somewhat insufficient
2804 The reaction is somewhat insufficient
2805 The reaction is appropriate
2806 The reaction is appropriate
2807 The reaction is not at all sufficient
2808 The reaction is appropriate
2809 The reaction is appropriate
2810 The reaction is appropriate
2811 The reaction is appropriate
2812 The reaction is appropriate
2813 The reaction is appropriate
2814 The reaction is appropriate
2815 The reaction is somewhat insufficient
2816 The reaction is appropriate
2817 The reaction is appropriate
2818 The reaction is not at all sufficient
2819 The reaction is appropriate
2820 The reaction is appropriate
2821 The reaction is appropriate
2822 The reaction is appropriate
2823 The reaction is appropriate
2824 The reaction is much too extreme
2825 The reaction is not at all sufficient
2826 The reaction is appropriate
2827 The reaction is appropriate
2828 The reaction is not at all sufficient
2829 The reaction is appropriate
2830 The reaction is somewhat insufficient
2831 The reaction is somewhat too extreme
2832 The reaction is somewhat insufficient
2833 The reaction is appropriate
2834 The reaction is appropriate
2835 The reaction is appropriate
2836 The reaction is somewhat insufficient
2837 The reaction is appropriate
2838 The reaction is not at all sufficient
2839 The reaction is appropriate
2840 The reaction is appropriate
2841 The reaction is not at all sufficient
2842 The reaction is somewhat insufficient
2843 The reaction is appropriate
2844 The reaction is somewhat insufficient
2845 The reaction is appropriate
2846 The reaction is appropriate
2847 The reaction is appropriate
2848 The reaction is somewhat insufficient
2849 The reaction is appropriate
2850 The reaction is somewhat insufficient
2851
2852
2853 The reaction is somewhat insufficient
2854 The reaction is appropriate
2855
2856 The reaction is much too extreme
2857 The reaction is not at all sufficient
2858 The reaction is appropriate
2859 The reaction is appropriate
2860 The reaction is appropriate
2861 The reaction is appropriate
2862 The reaction is appropriate
2863 The reaction is appropriate
2864 The reaction is appropriate
2865 The reaction is not at all sufficient
2866 The reaction is much too extreme
2867 The reaction is much too extreme
2868 The reaction is appropriate
2869 The reaction is appropriate
2870 The reaction is appropriate
2871 The reaction is somewhat insufficient
2872 The reaction is appropriate
2873 The reaction is not at all sufficient
2874 The reaction is somewhat insufficient
2875 The reaction is appropriate
2876 The reaction is somewhat insufficient
2877 The reaction is appropriate
2878 The reaction is appropriate
2879 The reaction is somewhat insufficient
2880
2881 The reaction is appropriate
2882 The reaction is appropriate
2883 The reaction is appropriate
2884 The reaction is appropriate
2885 The reaction is appropriate
2886 The reaction is appropriate
2887 The reaction is appropriate
2888 The reaction is somewhat insufficient
2889 The reaction is somewhat too extreme
2890 The reaction is appropriate
2891 The reaction is appropriate
2892 The reaction is appropriate
2893 The reaction is somewhat insufficient
2894 The reaction is appropriate
2895 The reaction is appropriate
2896 The reaction is appropriate
2897 The reaction is somewhat insufficient
2898 The reaction is appropriate
2899 The reaction is appropriate
2900 The reaction is appropriate
2901 The reaction is somewhat insufficient
2902 The reaction is appropriate
2903 The reaction is somewhat insufficient
2904 The reaction is appropriate
2905 The reaction is appropriate
2906 The reaction is appropriate
2907 The reaction is appropriate
2908 The reaction is somewhat insufficient
2909 The reaction is somewhat insufficient
2910
2911 The reaction is appropriate
2912
2913 The reaction is appropriate
2914 The reaction is appropriate
2915 The reaction is somewhat insufficient
2916 The reaction is appropriate
2917 The reaction is appropriate
2918 The reaction is not at all sufficient
2919 The reaction is appropriate
2920
2921 The reaction is appropriate
2922 The reaction is appropriate
2923 The reaction is somewhat too extreme
2924 The reaction is appropriate
2925 The reaction is appropriate
2926 The reaction is not at all sufficient
2927 The reaction is not at all sufficient
2928 The reaction is much too extreme
2929 The reaction is somewhat insufficient
2930 The reaction is somewhat insufficient
2931 The reaction is somewhat too extreme
2932 The reaction is appropriate
2933 The reaction is somewhat insufficient
2934 The reaction is appropriate
2935 The reaction is appropriate
2936 The reaction is appropriate
2937 The reaction is not at all sufficient
2938 The reaction is much too extreme
2939 The reaction is somewhat too extreme
2940 The reaction is not at all sufficient
2941 The reaction is appropriate
2942 The reaction is somewhat too extreme
2943 The reaction is somewhat insufficient
2944 The reaction is somewhat insufficient
2945 The reaction is somewhat insufficient
2946 The reaction is somewhat insufficient
2947 The reaction is somewhat insufficient
2948 The reaction is somewhat insufficient
2949 The reaction is appropriate
2950 The reaction is appropriate
2951 The reaction is appropriate
2952 The reaction is somewhat insufficient
2953 The reaction is appropriate
2954 The reaction is appropriate
2955 The reaction is appropriate
2956 The reaction is appropriate
2957 The reaction is appropriate
2958 The reaction is somewhat too extreme
2959 The reaction is appropriate
2960
2961 The reaction is somewhat insufficient
2962 The reaction is appropriate
2963 The reaction is appropriate
2964 The reaction is appropriate
2965 The reaction is appropriate
2966 The reaction is somewhat too extreme
2967 The reaction is appropriate
2968 The reaction is appropriate
2969 The reaction is appropriate
2970 The reaction is appropriate
2971 The reaction is appropriate
2972 The reaction is somewhat insufficient
2973 The reaction is appropriate
2974 The reaction is not at all sufficient
2975 The reaction is somewhat insufficient
2976 The reaction is appropriate
2977 The reaction is somewhat too extreme
2978 The reaction is appropriate
2979 The reaction is appropriate
2980 The reaction is appropriate
2981 The reaction is somewhat insufficient
2982 The reaction is somewhat insufficient
2983 The reaction is appropriate
2984 The reaction is appropriate
2985 The reaction is not at all sufficient
2986 The reaction is somewhat insufficient
2987 The reaction is appropriate
2988 The reaction is somewhat insufficient
2989 The reaction is appropriate
2990 The reaction is not at all sufficient
2991 The reaction is somewhat insufficient
2992 The reaction is somewhat too extreme
2993 The reaction is somewhat too extreme
2994 The reaction is appropriate
2995 The reaction is somewhat insufficient
2996 The reaction is much too extreme
2997 The reaction is not at all sufficient
2998 The reaction is appropriate
2999 The reaction is appropriate
3000
3001 The reaction is not at all sufficient
3002 The reaction is appropriate
3003 The reaction is appropriate
3004
3005 The reaction is somewhat insufficient
3006
3007 The reaction is somewhat too extreme
3008 The reaction is appropriate
3009 The reaction is appropriate
3010 The reaction is not at all sufficient
3011 The reaction is appropriate
3012 The reaction is appropriate
3013 The reaction is appropriate
3014 The reaction is appropriate
3015 The reaction is appropriate
3016 The reaction is somewhat insufficient
3017
3018 The reaction is somewhat insufficient
3019 The reaction is appropriate
3020 The reaction is appropriate
3021
3022 The reaction is appropriate
3023 The reaction is appropriate
3024 The reaction is appropriate
3025 The reaction is appropriate
3026 The reaction is appropriate
3027
3028
3029 The reaction is appropriate
3030 The reaction is not at all sufficient
3031 The reaction is somewhat insufficient
3032 The reaction is appropriate
3033
3034 The reaction is somewhat insufficient
3035 The reaction is appropriate
3036 The reaction is appropriate
3037 The reaction is somewhat insufficient
3038 The reaction is appropriate
3039 The reaction is appropriate
3040 The reaction is appropriate
3041 The reaction is somewhat insufficient
3042 The reaction is appropriate
3043 The reaction is somewhat insufficient
3044 The reaction is appropriate
3045 The reaction is somewhat insufficient
3046 The reaction is not at all sufficient
3047 The reaction is appropriate
3048 The reaction is somewhat insufficient
3049 The reaction is somewhat insufficient
3050 The reaction is somewhat insufficient
3051 The reaction is appropriate
3052 The reaction is somewhat insufficient
3053 The reaction is appropriate
3054 The reaction is somewhat insufficient
3055 The reaction is somewhat too extreme
3056 The reaction is appropriate
3057 The reaction is appropriate
3058 The reaction is appropriate
3059 The reaction is somewhat insufficient
3060 The reaction is appropriate
3061 The reaction is somewhat insufficient
3062 The reaction is somewhat insufficient
3063 The reaction is somewhat insufficient
3064 The reaction is appropriate
3065 The reaction is somewhat insufficient
3066 The reaction is appropriate
3067 The reaction is appropriate
3068 The reaction is appropriate
3069 The reaction is appropriate
3070 The reaction is not at all sufficient
3071 The reaction is appropriate
3072 The reaction is appropriate
3073 The reaction is appropriate
3074 The reaction is somewhat insufficient
3075 The reaction is somewhat insufficient
3076 The reaction is appropriate
3077 The reaction is somewhat too extreme
3078 The reaction is appropriate
3079 The reaction is appropriate
3080 The reaction is appropriate
3081
3082 The reaction is appropriate
3083 The reaction is somewhat insufficient
3084 The reaction is appropriate
3085 The reaction is much too extreme
3086 The reaction is somewhat too extreme
3087 The reaction is somewhat insufficient
3088 The reaction is not at all sufficient
3089 The reaction is somewhat insufficient
3090 The reaction is somewhat insufficient
3091 The reaction is appropriate
3092 The reaction is somewhat insufficient
3093 The reaction is appropriate
3094 The reaction is appropriate
3095 The reaction is appropriate
3096 The reaction is appropriate
3097 The reaction is appropriate
3098 The reaction is appropriate
3099 The reaction is somewhat too extreme
3100 The reaction is not at all sufficient
3101 The reaction is appropriate
3102 The reaction is appropriate
3103 The reaction is appropriate
3104 The reaction is not at all sufficient
3105 The reaction is somewhat insufficient
3106 The reaction is appropriate
3107 The reaction is appropriate
3108 The reaction is appropriate
3109 The reaction is appropriate
3110 The reaction is appropriate
3111 The reaction is appropriate
3112 The reaction is somewhat insufficient
3113 The reaction is appropriate
3114 The reaction is appropriate
3115 The reaction is appropriate
3116 The reaction is appropriate
3117 The reaction is appropriate
3118 The reaction is somewhat insufficient
3119 The reaction is somewhat insufficient
3120 The reaction is appropriate
3121 The reaction is somewhat insufficient
3122 The reaction is appropriate
3123 The reaction is appropriate
3124 The reaction is appropriate
3125 The reaction is appropriate
3126 The reaction is appropriate
3127 The reaction is appropriate
3128 The reaction is appropriate
3129 The reaction is appropriate
3130 The reaction is appropriate
3131 The reaction is appropriate
3132 The reaction is appropriate
3133 The reaction is appropriate
3134 The reaction is appropriate
3135 The reaction is appropriate
3136 The reaction is appropriate
3137 The reaction is appropriate
3138 The reaction is appropriate
3139 The reaction is somewhat insufficient
3140 The reaction is appropriate
3141 The reaction is not at all sufficient
3142 The reaction is somewhat insufficient
3143 The reaction is much too extreme
3144 The reaction is appropriate
3145 The reaction is appropriate
3146 The reaction is much too extreme
3147 The reaction is appropriate
3148 The reaction is somewhat insufficient
3149 The reaction is appropriate
3150 The reaction is appropriate
3151 The reaction is somewhat insufficient
3152 The reaction is appropriate
3153 The reaction is appropriate
3154 The reaction is somewhat insufficient
3155 The reaction is somewhat too extreme
3156 The reaction is somewhat insufficient
3157 The reaction is somewhat insufficient
3158 The reaction is much too extreme
3159
3160 The reaction is somewhat insufficient
3161 The reaction is appropriate
3162 The reaction is appropriate
3163 The reaction is appropriate
3164 The reaction is appropriate
3165 The reaction is appropriate
3166 The reaction is much too extreme
3167 The reaction is appropriate
3168 The reaction is somewhat insufficient
3169 The reaction is appropriate
3170 The reaction is appropriate
3171 The reaction is appropriate
3172 The reaction is somewhat insufficient
3173 The reaction is appropriate
3174 The reaction is not at all sufficient
3175 The reaction is appropriate
3176
3177 The reaction is appropriate
3178 The reaction is appropriate
3179 The reaction is not at all sufficient
3180 The reaction is appropriate
3181 The reaction is somewhat insufficient
3182 The reaction is somewhat too extreme
3183 The reaction is appropriate
3184 The reaction is appropriate
3185 The reaction is appropriate
3186 The reaction is appropriate
3187 The reaction is appropriate
3188 The reaction is appropriate
3189 The reaction is appropriate
3190 The reaction is somewhat insufficient
3191 The reaction is appropriate
3192 The reaction is somewhat insufficient
3193 The reaction is appropriate
3194 The reaction is somewhat insufficient
3195 The reaction is somewhat insufficient
3196 The reaction is somewhat insufficient
3197 The reaction is appropriate
3198 The reaction is appropriate
3199
3200 The reaction is somewhat insufficient
3201 The reaction is appropriate
3202
3203 The reaction is somewhat insufficient
3204 The reaction is not at all sufficient
3205 The reaction is appropriate
3206 The reaction is appropriate
3207 The reaction is appropriate
3208 The reaction is somewhat insufficient
3209 The reaction is appropriate
3210 The reaction is appropriate
3211 The reaction is appropriate
3212 The reaction is appropriate
3213 The reaction is appropriate
3214 The reaction is appropriate
3215 The reaction is not at all sufficient
3216 The reaction is appropriate
3217 The reaction is somewhat insufficient
3218 The reaction is appropriate
3219 The reaction is appropriate
3220 The reaction is appropriate
3221 The reaction is appropriate
3222 The reaction is somewhat insufficient
3223 The reaction is appropriate
3224 The reaction is appropriate
3225 The reaction is appropriate
3226
3227 The reaction is appropriate
3228 The reaction is appropriate
3229 The reaction is appropriate
3230 The reaction is somewhat insufficient
3231 The reaction is appropriate
3232 The reaction is appropriate
3233 The reaction is appropriate
3234 The reaction is somewhat insufficient
3235 The reaction is appropriate
3236 The reaction is appropriate
3237
3238 The reaction is somewhat insufficient
3239 The reaction is somewhat too extreme
3240 The reaction is somewhat insufficient
3241 The reaction is somewhat insufficient
3242 The reaction is appropriate
3243 The reaction is somewhat too extreme
3244 The reaction is somewhat insufficient
3245 The reaction is somewhat insufficient
3246 The reaction is somewhat insufficient
3247 The reaction is somewhat too extreme
3248 The reaction is not at all sufficient
3249 The reaction is not at all sufficient
3250 The reaction is appropriate
3251 The reaction is appropriate
3252 The reaction is much too extreme
3253 The reaction is appropriate
3254 The reaction is appropriate
3255 The reaction is somewhat insufficient
3256 The reaction is not at all sufficient
3257 The reaction is appropriate
3258 The reaction is appropriate
3259 The reaction is appropriate
3260 The reaction is appropriate
3261
3262 The reaction is somewhat insufficient
3263 The reaction is appropriate
3264 The reaction is appropriate
3265 The reaction is appropriate
3266 The reaction is appropriate
3267 The reaction is appropriate
3268 The reaction is appropriate
3269 The reaction is appropriate
3270 The reaction is appropriate
3271 The reaction is somewhat insufficient
3272 The reaction is appropriate
3273 The reaction is appropriate
3274 The reaction is appropriate
3275 The reaction is somewhat insufficient
3276 The reaction is appropriate
3277 The reaction is somewhat insufficient
3278 The reaction is appropriate
3279 The reaction is appropriate
3280 The reaction is appropriate
3281 The reaction is appropriate
3282 The reaction is appropriate
3283 The reaction is appropriate
3284 The reaction is somewhat insufficient
3285
3286 The reaction is somewhat insufficient
3287 The reaction is appropriate
3288
3289 The reaction is appropriate
3290 The reaction is somewhat insufficient
3291 The reaction is appropriate
3292 The reaction is somewhat insufficient
3293 The reaction is appropriate
3294 The reaction is not at all sufficient
3295 The reaction is appropriate
3296 The reaction is not at all sufficient
3297 The reaction is somewhat insufficient
3298 The reaction is appropriate
3299 The reaction is somewhat insufficient
3300 The reaction is somewhat too extreme
3301 The reaction is appropriate
3302 The reaction is appropriate
3303 The reaction is appropriate
3304 The reaction is appropriate
3305 The reaction is appropriate
3306 The reaction is appropriate
3307 The reaction is somewhat insufficient
3308 The reaction is somewhat insufficient
3309 The reaction is somewhat too extreme
3310 The reaction is not at all sufficient
3311 The reaction is somewhat insufficient
3312 The reaction is somewhat insufficient
3313 The reaction is somewhat too extreme
3314 The reaction is appropriate
3315 The reaction is somewhat insufficient
3316 The reaction is appropriate
3317 The reaction is appropriate
3318 The reaction is appropriate
3319 The reaction is appropriate
3320 The reaction is somewhat insufficient
3321 The reaction is appropriate
3322 The reaction is appropriate
3323
3324
3325 The reaction is appropriate
3326 The reaction is appropriate
3327 The reaction is somewhat insufficient
3328 The reaction is appropriate
3329 The reaction is somewhat insufficient
3330 The reaction is appropriate
3331 The reaction is appropriate
3332 The reaction is appropriate
3333 The reaction is appropriate
3334 The reaction is appropriate
3335 The reaction is not at all sufficient
3336 The reaction is somewhat insufficient
3337 The reaction is appropriate
3338 The reaction is appropriate
3339 The reaction is appropriate
3340 The reaction is somewhat too extreme
3341
3342 The reaction is appropriate
3343 The reaction is not at all sufficient
3344 The reaction is appropriate
3345
3346 The reaction is somewhat insufficient
3347 The reaction is appropriate
3348 The reaction is appropriate
3349 The reaction is somewhat insufficient
3350 The reaction is appropriate
3351 The reaction is appropriate
3352 The reaction is not at all sufficient
3353 The reaction is somewhat insufficient
3354 The reaction is appropriate
3355 The reaction is appropriate
3356 The reaction is somewhat insufficient
3357 The reaction is somewhat insufficient
3358 The reaction is appropriate
3359 The reaction is somewhat insufficient
3360 The reaction is appropriate
3361 The reaction is appropriate
3362 The reaction is somewhat insufficient
3363 The reaction is somewhat too extreme
3364 The reaction is much too extreme
3365 The reaction is somewhat insufficient
3366 The reaction is not at all sufficient
3367 The reaction is somewhat insufficient
3368 The reaction is appropriate
3369 The reaction is appropriate
3370 The reaction is appropriate
3371 The reaction is somewhat insufficient
3372 The reaction is not at all sufficient
3373 The reaction is not at all sufficient
3374 The reaction is appropriate
3375 The reaction is appropriate
3376 The reaction is appropriate
3377 The reaction is somewhat insufficient
3378 The reaction is somewhat insufficient
3379 The reaction is appropriate
3380 The reaction is not at all sufficient
3381 The reaction is somewhat too extreme
3382 The reaction is appropriate
3383 The reaction is appropriate
3384 The reaction is appropriate
3385 The reaction is appropriate
3386 The reaction is appropriate
3387 The reaction is appropriate
3388 The reaction is appropriate
3389 The reaction is appropriate
3390
3391 The reaction is appropriate
3392 The reaction is appropriate
3393 The reaction is somewhat insufficient
3394 The reaction is appropriate
3395 The reaction is appropriate
3396 The reaction is somewhat insufficient
3397 The reaction is appropriate
3398 The reaction is appropriate
3399 The reaction is somewhat insufficient
3400 The reaction is appropriate
3401 The reaction is appropriate
3402 The reaction is somewhat insufficient
3403 The reaction is appropriate
3404
3405 The reaction is appropriate
3406 The reaction is much too extreme
3407 The reaction is somewhat insufficient
3408 The reaction is appropriate
3409 The reaction is somewhat insufficient
3410 The reaction is appropriate
3411 The reaction is somewhat insufficient
3412 The reaction is appropriate
3413 The reaction is appropriate
3414 The reaction is somewhat insufficient
3415 The reaction is somewhat too extreme
3416 The reaction is appropriate
3417 The reaction is appropriate
3418 The reaction is appropriate
3419 The reaction is appropriate
3420 The reaction is appropriate
3421 The reaction is appropriate
3422 The reaction is much too extreme
3423 The reaction is appropriate
3424 The reaction is appropriate
3425 The reaction is somewhat insufficient
3426 The reaction is appropriate
3427 The reaction is appropriate
3428 The reaction is appropriate
3429 The reaction is appropriate
3430 The reaction is appropriate
3431 The reaction is somewhat insufficient
3432 The reaction is not at all sufficient
3433 The reaction is appropriate
3434 The reaction is appropriate
3435 The reaction is appropriate
3436 The reaction is appropriate
3437 The reaction is appropriate
3438 The reaction is somewhat insufficient
3439 The reaction is somewhat insufficient
3440 The reaction is appropriate
3441 The reaction is appropriate
3442 The reaction is appropriate
3443 The reaction is somewhat insufficient
3444 The reaction is somewhat insufficient
3445 The reaction is appropriate
3446 The reaction is somewhat insufficient
3447 The reaction is somewhat insufficient
3448 The reaction is appropriate
3449 The reaction is appropriate
3450 The reaction is somewhat insufficient
3451 The reaction is appropriate
3452 The reaction is somewhat insufficient
3453 The reaction is somewhat insufficient
3454 The reaction is appropriate
3455 The reaction is appropriate
3456 The reaction is somewhat insufficient
3457 The reaction is appropriate
3458 The reaction is appropriate
3459 The reaction is appropriate
3460 The reaction is appropriate
head(covid_responses, 10) #used the following function to generate a larger table
StartDate EndDate Status Progress
1 3/17/20 16:56 3/17/20 17:01 Survey Preview 100
2 3/17/20 20:30 3/17/20 20:38 Survey Preview 100
3 3/18/20 7:33 3/18/20 7:33 IP Address 100
4 3/18/20 7:41 3/18/20 7:58 IP Address 100
5 3/18/20 7:58 3/18/20 8:00 IP Address 100
6 3/18/20 7:04 3/18/20 8:00 IP Address 100
7 3/18/20 8:02 3/18/20 8:05 IP Address 100
8 3/18/20 7:58 3/18/20 8:09 IP Address 100
9 3/18/20 8:00 3/18/20 8:11 IP Address 100
10 3/18/20 8:09 3/18/20 8:11 IP Address 100
Duration..in.seconds. Finished RecordedDate ResponseId
1 281 TRUE 3/17/20 17:01 R_2frKYIOy7KEE7un
2 442 TRUE 3/17/20 20:38 R_1oG5OkmsFriVqZM
3 4 TRUE 3/18/20 7:33 R_2QFmRaps2e9IdzG
4 1013 TRUE 3/18/20 7:58 R_2B2GnzpGYTBU9oY
5 79 TRUE 3/18/20 8:00 R_25ydRn864kRFG5f
6 3327 TRUE 3/18/20 8:00 R_ekt2tVMMwcpaciB
7 231 TRUE 3/18/20 8:05 R_2woGcyUA1eZgIDw
8 628 TRUE 3/18/20 8:09 R_1NbnfKwiIcuahT0
9 636 TRUE 3/18/20 8:11 R_SNRr6YYpyWCz0ml
10 124 TRUE 3/18/20 8:11 R_8iSQd8wNwXiKFsR
RecipientLastName RecipientEmail ExternalReference
1 NA NA NA
2 NA NA NA
3 NA NA NA
4 NA NA NA
5 NA NA NA
6 NA NA NA
7 NA NA NA
8 NA NA NA
9 NA NA NA
10 NA NA NA
LocationLatitude LocationLongitude DistributionChannel
1 53.33380 -6.248795 preview
2 42.34740 -71.158203 preview
3 52.38200 -1.587402 anonymous
4 42.37370 -71.128403 anonymous
5 42.37370 -71.128403 anonymous
6 51.46230 -2.550201 anonymous
7 55.66859 12.584198 anonymous
8 55.65120 12.597000 anonymous
9 51.46230 -2.550201 anonymous
10 55.65120 12.597000 anonymous
UserLanguage Q1
1 EN Yes, I would like to participate in the survey
2 EN Yes, I would like to participate in the survey
3 IT No, I would not like to participate
4 IT Yes, I would like to participate in the survey
5 IT Yes, I would like to participate in the survey
6 IT Yes, I would like to participate in the survey
7 IT Yes, I would like to participate in the survey
8 IT Yes, I would like to participate in the survey
9 IT Yes, I would like to participate in the survey
10 IT Yes, I would like to participate in the survey
SelfReported_Behavio_1 SelfReported_Behavio_2
1 73 74
2 45 20
3 NA NA
4 45 28
5 53 77
6 18 1
7 5 42
8 60 64
9 18 29
10 52 55
SelfReported_Behavio_3 SelfReported_Behavio_4
1 82 74
2 8 1
3 NA NA
4 28 31
5 45 51
6 1 1
7 43 41
8 75 65
9 39 28
10 77 64
SelfReported_Behavio_5 Reflection T2 social handshake stores
1 55
2 1 No Yes Yes
3 NA
4 47 Yes Yes Yes
5 67 Yes Yes Yes
6 1 Yes Yes Yes
7 44 lsd No Yes No
8 62 Hjj Yes No Yes
9 21 Yes Yes Yes
10 52 Ghj Yes Yes Yes
curfew SOB_1 SOB_2 SOB_3 SOB_4 financialpunishment Geldstrafe_1_1
1 NA 79 NA NA NA
2 Yes 75 69 67 68 Yes 239
3 NA NA NA NA NA
4 Yes 42 41 38 49 Yes 152
5 Yes 56 53 37 58 Yes 263
6 Yes 1 1 1 1 Yes 5
7 Yes 55 44 46 47 Yes 341
8 Yes 60 55 55 49 No NA
9 Yes 7 12 13 13 Yes 34
10 Yes 45 38 49 32 Yes 203
Geldstrafe_2_1 perceivedreaction
1 NA
2 336 The reaction is somewhat insufficient
3 NA
4 144 The reaction is appropriate
5 428 The reaction is appropriate
6 5 The reaction is much too extreme
7 253 The reaction is somewhat too extreme
8 NA The reaction is somewhat too extreme
9 102 The reaction is somewhat too extreme
10 158 The reaction is much too extreme
Q36 Q37
1
2
3
4 Neither trust nor distrust Neither truthful nor untruthful
5 Distrust Somewhat untruthful
6
7 Strongly distrust Somewhat untruthful
8 Strongly distrust Neither truthful nor untruthful
9 Distrust Somewhat untruthful
10 Strongly distrust Somewhat untruthful
Q23 perceivedeffectivnes
1
2 The reaction is appropriate Very effective
3
4 The reaction is appropriate Effective
5 The reaction is appropriate Neither effective nor ineffective
6 The reaction is appropriate Neither effective nor ineffective
7 The reaction is appropriate Neither effective nor ineffective
8 The reaction is appropriate Neither effective nor ineffective
9 The reaction is appropriate Neither effective nor ineffective
10 The reaction is appropriate Neither effective nor ineffective
anxiety_1
1
2 Neither applies nor does not apply
3
4 Somewhat does not apply
5 Does not apply at all
6 Somewhat does not apply
7 Somewhat does not apply
8 Neither applies nor does not apply
9 Somewhat does not apply
10 Neither applies nor does not apply
anxiety_2 anxiety_3
1
2 Somewhat applies Strongly applies
3
4 Somewhat does not apply Somewhat does not apply
5 Somewhat does not apply Somewhat does not apply
6 Somewhat does not apply Somewhat does not apply
7 Neither applies nor does not apply Somewhat does not apply
8 Neither applies nor does not apply Somewhat does not apply
9 Somewhat does not apply Somewhat does not apply
10 Somewhat does not apply Somewhat does not apply
anxiety_4 anxiety_5 Q24
1
2 Strongly applies
3
4 Somewhat does not apply Somewhat does not apply Yes
5 Somewhat does not apply Somewhat does not apply Yes
6 Somewhat does not apply Somewhat does not apply Yes
7 Neither applies nor does not apply Somewhat does not apply Yes
8 Does not apply at all Does not apply at all No
9 Somewhat does not apply Somewhat does not apply Yes
10 Does not apply at all Does not apply at all Yes
Q25
1
2
3
4 Exercising my freedom
5 Going to work,Walking a pet,Going to the hospital / receiving medical treatments,Getting tired of being inside of the house
6 Doing physical activity (e.g. exercising, jogging)
7 Going to the pharmacy
8
9 Going to the hospital / receiving medical treatments
10 Getting tired of being inside of the house
Q25_13_TEXT
1
2
3
4
5
6
7
8
9
10
Q26
1
2
3
4 g.\\tHomeschooling
5 a.\\tConflicts in the family,c.\\tLack of exercise,f.\\tLoss of job / income source,h.\\tLack of social activities
6 h.\\tLack of social activities
7 d.\\tLack of fresh air,Other (specify):
8 f.\\tLoss of job / income source
9 b.\\tBoredom
10 b.\\tBoredom
Q26_11_TEXT age gender gender_3_TEXT zipcode health
1 NA
2 NA Female 34343 Fair
3 NA
4 NA Female 42141 Excellent
5 1987 Male d Fair
6 1985 Male 7100 Fair
7 1912 Male 80000 Excellent
8 1910 Male 54440 Fair
9 1913 Male 7100 Fair
10 1910 Male 5300 Fair
health_conditions personality_1
1
2 1 Agree moderately (4)
3
4 0 Neither agree nor disagree (3)
5 0 Disagree moderately (2)
6 2 Neither agree nor disagree (3)
7 0 Neither agree nor disagree (3)
8 1 Disagree moderately (2)
9 1 Disagree moderately (2)
10 2 Neither agree nor disagree (3)
personality_2 personality_3
1
2 Agree moderately (4) Agree strongly (5)
3
4 Agree moderately (4) Neither agree nor disagree (3)
5 Disagree moderately (2) Disagree moderately (2)
6 Neither agree nor disagree (3) Neither agree nor disagree (3)
7 Disagree strongly (1) Disagree moderately (2)
8 Disagree strongly (1) Disagree strongly (1)
9 Disagree moderately (2) Disagree moderately (2)
10 Neither agree nor disagree (3) Disagree moderately (2)
personality_4 personality_5
1
2 Agree strongly (5) Agree strongly (5)
3
4 Agree moderately (4) Neither agree nor disagree (3)
5 Disagree moderately (2) Disagree moderately (2)
6 Neither agree nor disagree (3) Neither agree nor disagree (3)
7 Disagree moderately (2) Agree moderately (4)
8 Disagree moderately (2) Disagree strongly (1)
9 Disagree moderately (2) Disagree moderately (2)
10 Disagree strongly (1) Disagree moderately (2)
personality_6 personality_7
1
2 6 6
3
4 Neither agree nor disagree (3) Neither agree nor disagree (3)
5 Disagree moderately (2) Disagree moderately (2)
6 Neither agree nor disagree (3) Neither agree nor disagree (3)
7 Disagree moderately (2) Neither agree nor disagree (3)
8 Disagree strongly (1) Disagree strongly (1)
9 Disagree moderately (2) Disagree moderately (2)
10 Disagree strongly (1) Disagree strongly (1)
personality_8 personality_9
1
2 6 Agree strongly (5)
3
4 Neither agree nor disagree (3) Neither agree nor disagree (3)
5 Disagree moderately (2) Disagree moderately (2)
6 Neither agree nor disagree (3) Neither agree nor disagree (3)
7 Agree strongly (5) Disagree moderately (2)
8 Disagree strongly (1) Disagree strongly (1)
9 Disagree moderately (2) Disagree moderately (2)
10 Disagree strongly (1) Disagree moderately (2)
personality_10 Q27_5 Q35 Q62_5 Q62_6 Q62_7
1 REDACTED
2 Agree strongly (5) REDACTED
3 REDACTED
4 Neither agree nor disagree (3) REDACTED
5 Disagree moderately (2) REDACTED
6 Neither agree nor disagree (3) REDACTED
7 Agree moderately (4) REDACTED
8 Disagree strongly (1) REDACTED
9 Disagree moderately (2) REDACTED
10 Neither agree nor disagree (3) REDACTED
Q62_8 Q62_9 Q62_11 Q62_12 Q62_13 Q62_14 Q62_15 rid treatment
1
2
3 two
4 control
5 control
6
7 one
8 one
9 control
10 one
finish
1 NA
2 NA
3 NA
4 1
5 1
6 NA
7 1
8 1
9 1
10 1
covid_responses #used the following command to generate my table
StartDate EndDate Status Progress
1 3/17/20 16:56 3/17/20 17:01 Survey Preview 100
2 3/17/20 20:30 3/17/20 20:38 Survey Preview 100
3 3/18/20 7:33 3/18/20 7:33 IP Address 100
4 3/18/20 7:41 3/18/20 7:58 IP Address 100
5 3/18/20 7:58 3/18/20 8:00 IP Address 100
6 3/18/20 7:04 3/18/20 8:00 IP Address 100
7 3/18/20 8:02 3/18/20 8:05 IP Address 100
8 3/18/20 7:58 3/18/20 8:09 IP Address 100
9 3/18/20 8:00 3/18/20 8:11 IP Address 100
10 3/18/20 8:09 3/18/20 8:11 IP Address 100
11 3/18/20 7:58 3/18/20 8:17 IP Address 100
12 3/18/20 8:20 3/18/20 8:24 IP Address 100
13 3/18/20 8:11 3/18/20 8:25 IP Address 100
14 3/18/20 8:52 3/18/20 8:54 IP Address 100
15 3/18/20 9:43 3/18/20 9:47 IP Address 100
16 3/18/20 10:11 3/18/20 10:14 IP Address 100
17 3/18/20 10:17 3/18/20 10:17 IP Address 100
18 3/18/20 9:52 3/18/20 10:28 IP Address 100
19 3/18/20 10:40 3/18/20 10:41 IP Address 100
20 3/18/20 12:06 3/18/20 12:09 Survey Preview 100
21 3/18/20 8:26 3/18/20 13:09 IP Address 100
22 3/18/20 13:09 3/18/20 13:27 IP Address 100
23 3/18/20 13:39 3/18/20 13:44 IP Address 100
24 3/18/20 14:04 3/18/20 14:05 IP Address 100
25 3/18/20 14:26 3/18/20 14:27 IP Address 100
26 3/18/20 14:27 3/18/20 15:54 IP Address 100
27 3/18/20 7:00 3/18/20 17:08 IP Address 100
28 3/18/20 16:59 3/18/20 17:08 IP Address 100
29 3/18/20 17:08 3/18/20 17:10 IP Address 100
30 3/19/20 4:22 3/19/20 4:28 IP Address 100
31 3/19/20 4:27 3/19/20 4:31 IP Address 100
32 3/19/20 4:28 3/19/20 4:32 IP Address 100
33 3/19/20 4:27 3/19/20 4:32 IP Address 100
34 3/19/20 4:32 3/19/20 4:39 IP Address 100
35 3/19/20 4:31 3/19/20 4:39 IP Address 100
36 3/19/20 4:32 3/19/20 4:40 IP Address 100
37 3/19/20 4:34 3/19/20 4:41 IP Address 100
38 3/19/20 4:36 3/19/20 4:41 IP Address 100
39 3/19/20 4:36 3/19/20 4:47 IP Address 100
40 3/19/20 4:48 3/19/20 4:48 IP Address 100
41 3/19/20 4:40 3/19/20 4:48 IP Address 100
42 3/19/20 4:45 3/19/20 4:51 IP Address 100
43 3/19/20 4:47 3/19/20 4:51 IP Address 100
44 3/19/20 4:48 3/19/20 4:51 IP Address 100
45 3/19/20 4:47 3/19/20 4:51 IP Address 100
46 3/19/20 4:49 3/19/20 4:51 IP Address 100
47 3/19/20 4:50 3/19/20 4:52 IP Address 100
48 3/19/20 4:46 3/19/20 4:52 IP Address 100
49 3/19/20 4:47 3/19/20 4:52 IP Address 100
50 3/19/20 4:46 3/19/20 4:53 IP Address 100
51 3/19/20 4:50 3/19/20 4:53 IP Address 100
52 3/19/20 4:47 3/19/20 4:53 IP Address 100
53 3/19/20 4:48 3/19/20 4:53 IP Address 100
54 3/19/20 4:49 3/19/20 4:54 IP Address 100
55 3/19/20 4:48 3/19/20 4:54 IP Address 100
56 3/19/20 4:50 3/19/20 4:54 IP Address 100
57 3/19/20 4:47 3/19/20 4:54 IP Address 100
58 3/19/20 4:52 3/19/20 4:54 IP Address 100
59 3/19/20 4:47 3/19/20 4:54 IP Address 100
60 3/19/20 4:48 3/19/20 4:54 IP Address 100
61 3/19/20 4:49 3/19/20 4:54 IP Address 100
62 3/19/20 4:51 3/19/20 4:54 IP Address 100
63 3/19/20 4:44 3/19/20 4:54 IP Address 100
64 3/19/20 4:46 3/19/20 4:55 IP Address 100
65 3/19/20 4:51 3/19/20 4:55 IP Address 100
66 3/19/20 4:49 3/19/20 4:55 IP Address 100
67 3/19/20 4:50 3/19/20 4:55 IP Address 100
68 3/19/20 4:50 3/19/20 4:56 IP Address 100
69 3/19/20 4:51 3/19/20 4:56 IP Address 100
70 3/19/20 4:49 3/19/20 4:56 IP Address 100
71 3/19/20 4:49 3/19/20 4:56 IP Address 100
72 3/19/20 4:49 3/19/20 4:56 IP Address 100
73 3/19/20 4:49 3/19/20 4:56 IP Address 100
74 3/19/20 4:49 3/19/20 4:56 IP Address 100
75 3/19/20 4:49 3/19/20 4:56 IP Address 100
76 3/19/20 4:45 3/19/20 4:56 IP Address 100
77 3/19/20 4:52 3/19/20 4:57 IP Address 100
78 3/19/20 4:48 3/19/20 4:57 IP Address 100
79 3/19/20 4:57 3/19/20 4:57 IP Address 100
80 3/19/20 4:50 3/19/20 4:58 IP Address 100
81 3/19/20 4:54 3/19/20 4:58 IP Address 100
82 3/19/20 4:53 3/19/20 4:58 IP Address 100
83 3/19/20 4:54 3/19/20 4:58 IP Address 100
84 3/19/20 4:56 3/19/20 4:58 IP Address 100
85 3/19/20 4:55 3/19/20 4:58 IP Address 100
86 3/19/20 4:55 3/19/20 4:58 IP Address 100
87 3/19/20 4:51 3/19/20 4:59 IP Address 100
88 3/19/20 4:51 3/19/20 4:59 IP Address 100
89 3/19/20 4:59 3/19/20 4:59 IP Address 100
90 3/19/20 4:59 3/19/20 4:59 IP Address 100
91 3/19/20 4:55 3/19/20 5:00 IP Address 100
92 3/19/20 4:50 3/19/20 5:00 IP Address 100
93 3/19/20 4:54 3/19/20 5:00 IP Address 100
94 3/19/20 4:54 3/19/20 5:00 IP Address 100
95 3/19/20 4:55 3/19/20 5:00 IP Address 100
96 3/19/20 4:53 3/19/20 5:00 IP Address 100
97 3/19/20 4:48 3/19/20 5:01 IP Address 100
98 3/19/20 4:57 3/19/20 5:01 IP Address 100
99 3/19/20 4:52 3/19/20 5:01 IP Address 100
100 3/19/20 4:55 3/19/20 5:02 IP Address 100
101 3/19/20 4:56 3/19/20 5:02 IP Address 100
102 3/19/20 4:58 3/19/20 5:02 IP Address 100
103 3/19/20 4:50 3/19/20 5:02 IP Address 100
104 3/19/20 4:55 3/19/20 5:02 IP Address 100
105 3/19/20 4:57 3/19/20 5:03 IP Address 100
106 3/19/20 4:58 3/19/20 5:03 IP Address 100
107 3/19/20 4:57 3/19/20 5:03 IP Address 100
108 3/19/20 4:57 3/19/20 5:03 IP Address 100
109 3/19/20 4:52 3/19/20 5:03 IP Address 100
110 3/19/20 4:58 3/19/20 5:04 IP Address 100
111 3/19/20 5:03 3/19/20 5:04 IP Address 100
112 3/19/20 4:59 3/19/20 5:04 IP Address 100
113 3/19/20 4:46 3/19/20 5:04 IP Address 100
114 3/19/20 4:53 3/19/20 5:04 IP Address 100
115 3/19/20 5:01 3/19/20 5:04 IP Address 100
116 3/19/20 5:00 3/19/20 5:04 IP Address 100
117 3/19/20 4:57 3/19/20 5:04 IP Address 100
118 3/19/20 5:00 3/19/20 5:04 IP Address 100
119 3/19/20 4:50 3/19/20 5:04 IP Address 100
120 3/19/20 4:56 3/19/20 5:05 IP Address 100
121 3/19/20 5:02 3/19/20 5:05 IP Address 100
122 3/19/20 4:59 3/19/20 5:05 IP Address 100
123 3/19/20 4:58 3/19/20 5:05 IP Address 100
124 3/19/20 4:57 3/19/20 5:05 IP Address 100
125 3/19/20 4:58 3/19/20 5:05 IP Address 100
126 3/19/20 5:01 3/19/20 5:05 IP Address 100
127 3/19/20 4:55 3/19/20 5:06 IP Address 100
128 3/19/20 5:01 3/19/20 5:06 IP Address 100
129 3/19/20 4:57 3/19/20 5:06 IP Address 100
130 3/19/20 4:58 3/19/20 5:06 IP Address 100
131 3/19/20 5:02 3/19/20 5:06 IP Address 100
132 3/19/20 5:00 3/19/20 5:06 IP Address 100
133 3/19/20 5:02 3/19/20 5:06 IP Address 100
134 3/19/20 5:00 3/19/20 5:06 IP Address 100
135 3/19/20 5:02 3/19/20 5:06 IP Address 100
136 3/19/20 5:02 3/19/20 5:06 IP Address 100
137 3/19/20 5:01 3/19/20 5:06 IP Address 100
138 3/19/20 5:02 3/19/20 5:07 IP Address 100
139 3/19/20 5:04 3/19/20 5:07 IP Address 100
140 3/19/20 4:53 3/19/20 5:07 IP Address 100
141 3/19/20 5:02 3/19/20 5:07 IP Address 100
142 3/19/20 5:04 3/19/20 5:07 IP Address 100
143 3/19/20 5:01 3/19/20 5:07 IP Address 100
144 3/19/20 5:03 3/19/20 5:07 IP Address 100
145 3/19/20 4:59 3/19/20 5:07 IP Address 100
146 3/19/20 4:54 3/19/20 5:07 IP Address 100
147 3/19/20 5:02 3/19/20 5:07 IP Address 100
148 3/19/20 5:02 3/19/20 5:07 IP Address 100
149 3/19/20 5:01 3/19/20 5:07 IP Address 100
150 3/19/20 5:01 3/19/20 5:08 IP Address 100
151 3/19/20 5:02 3/19/20 5:08 IP Address 100
152 3/19/20 5:01 3/19/20 5:08 IP Address 100
153 3/19/20 5:02 3/19/20 5:08 IP Address 100
154 3/19/20 5:09 3/19/20 5:09 IP Address 100
155 3/19/20 5:02 3/19/20 5:09 IP Address 100
156 3/19/20 5:02 3/19/20 5:09 IP Address 100
157 3/19/20 5:03 3/19/20 5:09 IP Address 100
158 3/19/20 5:03 3/19/20 5:09 IP Address 100
159 3/19/20 5:01 3/19/20 5:09 IP Address 100
160 3/19/20 5:05 3/19/20 5:09 IP Address 100
161 3/19/20 5:06 3/19/20 5:10 IP Address 100
162 3/19/20 5:03 3/19/20 5:10 IP Address 100
163 3/19/20 5:06 3/19/20 5:10 IP Address 100
164 3/19/20 4:59 3/19/20 5:10 IP Address 100
165 3/19/20 5:04 3/19/20 5:10 IP Address 100
166 3/19/20 5:03 3/19/20 5:10 IP Address 100
167 3/19/20 5:03 3/19/20 5:10 IP Address 100
168 3/19/20 5:06 3/19/20 5:10 IP Address 100
169 3/19/20 4:56 3/19/20 5:11 IP Address 100
170 3/19/20 5:06 3/19/20 5:11 IP Address 100
171 3/19/20 5:06 3/19/20 5:11 IP Address 100
172 3/19/20 5:01 3/19/20 5:11 IP Address 100
173 3/19/20 5:09 3/19/20 5:11 IP Address 100
174 3/19/20 5:03 3/19/20 5:11 IP Address 100
175 3/19/20 4:57 3/19/20 5:11 IP Address 100
176 3/19/20 5:08 3/19/20 5:12 IP Address 100
177 3/19/20 5:04 3/19/20 5:12 IP Address 100
178 3/19/20 5:07 3/19/20 5:12 IP Address 100
179 3/19/20 5:08 3/19/20 5:12 IP Address 100
180 3/19/20 5:03 3/19/20 5:12 IP Address 100
181 3/19/20 4:56 3/19/20 5:12 IP Address 100
182 3/19/20 5:01 3/19/20 5:12 IP Address 100
183 3/19/20 5:09 3/19/20 5:12 IP Address 100
184 3/19/20 5:04 3/19/20 5:13 IP Address 100
185 3/19/20 5:06 3/19/20 5:13 IP Address 100
186 3/19/20 5:09 3/19/20 5:13 IP Address 100
187 3/19/20 5:09 3/19/20 5:13 IP Address 100
188 3/19/20 5:05 3/19/20 5:13 IP Address 100
189 3/19/20 5:07 3/19/20 5:13 IP Address 100
190 3/19/20 5:09 3/19/20 5:13 IP Address 100
191 3/19/20 5:05 3/19/20 5:13 IP Address 100
192 3/19/20 5:05 3/19/20 5:13 IP Address 100
193 3/19/20 5:06 3/19/20 5:13 IP Address 100
194 3/19/20 5:09 3/19/20 5:14 IP Address 100
195 3/19/20 5:06 3/19/20 5:14 IP Address 100
196 3/19/20 5:05 3/19/20 5:14 IP Address 100
197 3/19/20 5:05 3/19/20 5:14 IP Address 100
198 3/19/20 5:09 3/19/20 5:14 IP Address 100
199 3/19/20 5:09 3/19/20 5:14 IP Address 100
200 3/19/20 5:11 3/19/20 5:14 IP Address 100
201 3/19/20 5:07 3/19/20 5:15 IP Address 100
202 3/19/20 5:10 3/19/20 5:15 IP Address 100
203 3/19/20 5:09 3/19/20 5:15 IP Address 100
204 3/19/20 5:06 3/19/20 5:15 IP Address 100
205 3/19/20 5:03 3/19/20 5:15 IP Address 100
206 3/19/20 5:12 3/19/20 5:15 IP Address 100
207 3/19/20 5:12 3/19/20 5:16 IP Address 100
208 3/19/20 5:10 3/19/20 5:16 IP Address 100
209 3/19/20 5:03 3/19/20 5:16 IP Address 100
210 3/19/20 5:16 3/19/20 5:16 IP Address 100
211 3/19/20 5:10 3/19/20 5:16 IP Address 100
212 3/19/20 5:10 3/19/20 5:16 IP Address 100
213 3/19/20 5:12 3/19/20 5:16 IP Address 100
214 3/19/20 5:12 3/19/20 5:16 IP Address 100
215 3/19/20 4:58 3/19/20 5:16 IP Address 100
216 3/19/20 5:11 3/19/20 5:16 IP Address 100
217 3/19/20 5:03 3/19/20 5:17 IP Address 100
218 3/19/20 5:08 3/19/20 5:17 IP Address 100
219 3/19/20 5:09 3/19/20 5:17 IP Address 100
220 3/19/20 5:02 3/19/20 5:17 IP Address 100
221 3/19/20 5:11 3/19/20 5:17 IP Address 100
222 3/19/20 5:10 3/19/20 5:17 IP Address 100
223 3/19/20 5:12 3/19/20 5:18 IP Address 100
224 3/19/20 5:12 3/19/20 5:18 IP Address 100
225 3/19/20 5:09 3/19/20 5:18 IP Address 100
226 3/19/20 5:11 3/19/20 5:18 IP Address 100
227 3/19/20 5:14 3/19/20 5:18 IP Address 100
228 3/19/20 5:12 3/19/20 5:18 IP Address 100
229 3/19/20 5:09 3/19/20 5:18 IP Address 100
230 3/19/20 5:11 3/19/20 5:19 IP Address 100
231 3/19/20 5:12 3/19/20 5:19 IP Address 100
232 3/19/20 5:12 3/19/20 5:19 IP Address 100
233 3/19/20 5:07 3/19/20 5:19 IP Address 100
234 3/19/20 5:12 3/19/20 5:19 IP Address 100
235 3/19/20 5:15 3/19/20 5:19 IP Address 100
236 3/19/20 5:17 3/19/20 5:20 IP Address 100
237 3/19/20 5:15 3/19/20 5:20 IP Address 100
238 3/19/20 5:15 3/19/20 5:20 IP Address 100
239 3/19/20 5:16 3/19/20 5:20 IP Address 100
240 3/19/20 5:13 3/19/20 5:21 IP Address 100
241 3/19/20 5:10 3/19/20 5:21 IP Address 100
242 3/19/20 5:15 3/19/20 5:21 IP Address 100
243 3/19/20 5:05 3/19/20 5:21 IP Address 100
244 3/19/20 5:14 3/19/20 5:21 IP Address 100
245 3/19/20 5:17 3/19/20 5:21 IP Address 100
246 3/19/20 5:11 3/19/20 5:21 IP Address 100
247 3/19/20 5:12 3/19/20 5:21 IP Address 100
248 3/19/20 5:17 3/19/20 5:22 IP Address 100
249 3/19/20 5:20 3/19/20 5:22 IP Address 100
250 3/19/20 5:02 3/19/20 5:22 IP Address 100
251 3/19/20 5:18 3/19/20 5:22 IP Address 100
252 3/19/20 5:18 3/19/20 5:22 IP Address 100
253 3/19/20 5:17 3/19/20 5:22 IP Address 100
254 3/19/20 5:16 3/19/20 5:22 IP Address 100
255 3/19/20 5:11 3/19/20 5:22 IP Address 100
256 3/19/20 5:16 3/19/20 5:23 IP Address 100
257 3/19/20 5:21 3/19/20 5:23 IP Address 100
258 3/19/20 5:16 3/19/20 5:23 IP Address 100
259 3/19/20 5:17 3/19/20 5:23 IP Address 100
260 3/19/20 5:15 3/19/20 5:23 IP Address 100
261 3/19/20 5:19 3/19/20 5:23 IP Address 100
262 3/19/20 5:20 3/19/20 5:24 IP Address 100
263 3/19/20 5:18 3/19/20 5:24 IP Address 100
264 3/19/20 5:18 3/19/20 5:24 IP Address 100
265 3/19/20 5:18 3/19/20 5:24 IP Address 100
266 3/19/20 5:18 3/19/20 5:24 IP Address 100
267 3/19/20 5:19 3/19/20 5:24 IP Address 100
268 3/19/20 5:22 3/19/20 5:25 IP Address 100
269 3/19/20 5:19 3/19/20 5:26 IP Address 100
270 3/19/20 5:21 3/19/20 5:26 IP Address 100
271 3/19/20 5:25 3/19/20 5:26 IP Address 100
272 3/19/20 5:13 3/19/20 5:26 IP Address 100
273 3/19/20 5:21 3/19/20 5:26 IP Address 100
274 3/19/20 5:13 3/19/20 5:26 IP Address 100
275 3/19/20 5:14 3/19/20 5:27 IP Address 100
276 3/19/20 5:27 3/19/20 5:27 IP Address 100
277 3/19/20 5:21 3/19/20 5:27 IP Address 100
278 3/19/20 5:18 3/19/20 5:27 IP Address 100
279 3/19/20 5:20 3/19/20 5:27 IP Address 100
280 3/19/20 4:52 3/19/20 5:27 IP Address 100
281 3/19/20 5:24 3/19/20 5:28 IP Address 100
282 3/19/20 5:07 3/19/20 5:28 IP Address 100
283 3/19/20 5:23 3/19/20 5:28 IP Address 100
284 3/19/20 5:28 3/19/20 5:28 IP Address 100
285 3/19/20 5:20 3/19/20 5:28 IP Address 100
286 3/19/20 5:21 3/19/20 5:28 IP Address 100
287 3/19/20 5:22 3/19/20 5:28 IP Address 100
288 3/19/20 5:09 3/19/20 5:29 IP Address 100
289 3/19/20 5:29 3/19/20 5:29 IP Address 100
290 3/19/20 5:11 3/19/20 5:29 IP Address 100
291 3/19/20 5:25 3/19/20 5:29 IP Address 100
292 3/19/20 5:27 3/19/20 5:29 IP Address 100
293 3/19/20 5:09 3/19/20 5:29 IP Address 100
294 3/19/20 5:23 3/19/20 5:29 IP Address 100
295 3/19/20 5:22 3/19/20 5:30 IP Address 100
296 3/19/20 5:26 3/19/20 5:30 IP Address 100
297 3/19/20 5:21 3/19/20 5:30 IP Address 100
298 3/19/20 5:24 3/19/20 5:30 IP Address 100
299 3/19/20 5:25 3/19/20 5:30 IP Address 100
300 3/19/20 5:08 3/19/20 5:30 IP Address 100
301 3/19/20 5:25 3/19/20 5:30 IP Address 100
302 3/19/20 5:24 3/19/20 5:30 IP Address 100
303 3/19/20 5:26 3/19/20 5:31 IP Address 100
304 3/19/20 5:24 3/19/20 5:31 IP Address 100
305 3/19/20 5:25 3/19/20 5:31 IP Address 100
306 3/19/20 5:31 3/19/20 5:31 IP Address 100
307 3/19/20 5:21 3/19/20 5:31 IP Address 100
308 3/19/20 5:22 3/19/20 5:31 IP Address 100
309 3/19/20 5:28 3/19/20 5:31 IP Address 100
310 3/19/20 5:26 3/19/20 5:31 IP Address 100
311 3/19/20 5:23 3/19/20 5:31 IP Address 100
312 3/19/20 5:22 3/19/20 5:32 IP Address 100
313 3/19/20 5:18 3/19/20 5:32 IP Address 100
314 3/19/20 5:26 3/19/20 5:32 IP Address 100
315 3/19/20 5:27 3/19/20 5:32 IP Address 100
316 3/19/20 5:26 3/19/20 5:32 IP Address 100
317 3/19/20 5:17 3/19/20 5:32 IP Address 100
318 3/19/20 5:27 3/19/20 5:32 IP Address 100
319 3/19/20 5:29 3/19/20 5:32 IP Address 100
320 3/19/20 5:28 3/19/20 5:32 IP Address 100
321 3/19/20 5:28 3/19/20 5:32 IP Address 100
322 3/19/20 5:25 3/19/20 5:33 IP Address 100
323 3/19/20 5:24 3/19/20 5:33 IP Address 100
324 3/19/20 5:25 3/19/20 5:33 IP Address 100
325 3/19/20 5:28 3/19/20 5:33 IP Address 100
326 3/19/20 5:28 3/19/20 5:34 IP Address 100
327 3/19/20 5:29 3/19/20 5:34 IP Address 100
328 3/19/20 5:30 3/19/20 5:34 IP Address 100
329 3/19/20 5:29 3/19/20 5:34 IP Address 100
330 3/19/20 5:27 3/19/20 5:34 IP Address 100
331 3/19/20 5:15 3/19/20 5:34 IP Address 100
332 3/19/20 5:30 3/19/20 5:34 IP Address 100
333 3/19/20 5:28 3/19/20 5:34 IP Address 100
334 3/19/20 5:34 3/19/20 5:34 IP Address 100
335 3/19/20 5:18 3/19/20 5:35 IP Address 100
336 3/19/20 5:30 3/19/20 5:35 IP Address 100
337 3/19/20 5:22 3/19/20 5:35 IP Address 100
338 3/19/20 5:29 3/19/20 5:35 IP Address 100
339 3/19/20 5:26 3/19/20 5:35 IP Address 100
340 3/19/20 5:18 3/19/20 5:35 IP Address 100
341 3/19/20 5:31 3/19/20 5:35 IP Address 100
342 3/19/20 5:30 3/19/20 5:35 IP Address 100
343 3/19/20 5:29 3/19/20 5:35 IP Address 100
344 3/19/20 5:26 3/19/20 5:35 IP Address 100
345 3/19/20 5:24 3/19/20 5:35 IP Address 100
346 3/19/20 5:33 3/19/20 5:35 IP Address 100
347 3/19/20 5:33 3/19/20 5:35 IP Address 100
348 3/19/20 5:26 3/19/20 5:35 IP Address 100
349 3/19/20 5:28 3/19/20 5:36 IP Address 100
350 3/19/20 5:29 3/19/20 5:36 IP Address 100
351 3/19/20 5:28 3/19/20 5:36 IP Address 100
352 3/19/20 5:27 3/19/20 5:36 IP Address 100
353 3/19/20 5:31 3/19/20 5:36 IP Address 100
354 3/19/20 5:31 3/19/20 5:36 IP Address 100
355 3/19/20 5:29 3/19/20 5:36 IP Address 100
356 3/19/20 5:31 3/19/20 5:36 IP Address 100
357 3/19/20 5:29 3/19/20 5:37 IP Address 100
358 3/19/20 5:30 3/19/20 5:37 IP Address 100
359 3/19/20 5:32 3/19/20 5:37 IP Address 100
360 3/19/20 5:28 3/19/20 5:37 IP Address 100
361 3/19/20 5:28 3/19/20 5:37 IP Address 100
362 3/19/20 5:30 3/19/20 5:37 IP Address 100
363 3/19/20 5:31 3/19/20 5:37 IP Address 100
364 3/19/20 5:30 3/19/20 5:37 IP Address 100
365 3/19/20 5:33 3/19/20 5:37 IP Address 100
366 3/19/20 5:35 3/19/20 5:37 IP Address 100
367 3/19/20 5:32 3/19/20 5:38 IP Address 100
368 3/19/20 5:28 3/19/20 5:38 IP Address 100
369 3/19/20 5:29 3/19/20 5:38 IP Address 100
370 3/19/20 5:30 3/19/20 5:38 IP Address 100
371 3/19/20 5:32 3/19/20 5:38 IP Address 100
372 3/19/20 5:26 3/19/20 5:38 IP Address 100
373 3/19/20 5:28 3/19/20 5:38 IP Address 100
374 3/19/20 5:30 3/19/20 5:38 IP Address 100
375 3/19/20 5:31 3/19/20 5:38 IP Address 100
376 3/19/20 5:38 3/19/20 5:38 IP Address 100
377 3/19/20 5:36 3/19/20 5:38 IP Address 100
378 3/19/20 5:24 3/19/20 5:39 IP Address 100
379 3/19/20 5:39 3/19/20 5:39 IP Address 100
380 3/19/20 5:02 3/19/20 5:39 IP Address 100
381 3/19/20 5:34 3/19/20 5:39 IP Address 100
382 3/19/20 5:24 3/19/20 5:39 IP Address 100
383 3/19/20 5:35 3/19/20 5:39 IP Address 100
384 3/19/20 5:31 3/19/20 5:40 IP Address 100
385 3/19/20 5:37 3/19/20 5:40 IP Address 100
386 3/19/20 4:56 3/19/20 5:40 IP Address 100
387 3/19/20 5:32 3/19/20 5:40 IP Address 100
388 3/19/20 5:35 3/19/20 5:41 IP Address 100
389 3/19/20 5:38 3/19/20 5:41 IP Address 100
390 3/19/20 5:35 3/19/20 5:41 IP Address 100
391 3/19/20 5:33 3/19/20 5:41 IP Address 100
392 3/19/20 5:39 3/19/20 5:41 IP Address 100
393 3/19/20 5:37 3/19/20 5:41 IP Address 100
394 3/19/20 5:27 3/19/20 5:41 IP Address 100
395 3/19/20 5:37 3/19/20 5:41 IP Address 100
396 3/19/20 5:31 3/19/20 5:41 IP Address 100
397 3/19/20 5:37 3/19/20 5:41 IP Address 100
398 3/19/20 5:35 3/19/20 5:41 IP Address 100
399 3/19/20 5:37 3/19/20 5:42 IP Address 100
400 3/19/20 5:32 3/19/20 5:42 IP Address 100
401 3/19/20 5:36 3/19/20 5:42 IP Address 100
402 3/19/20 5:34 3/19/20 5:42 IP Address 100
403 3/19/20 5:30 3/19/20 5:42 IP Address 100
404 3/19/20 5:25 3/19/20 5:42 IP Address 100
405 3/19/20 5:38 3/19/20 5:42 IP Address 100
406 3/19/20 5:37 3/19/20 5:42 IP Address 100
407 3/19/20 5:37 3/19/20 5:42 IP Address 100
408 3/19/20 5:39 3/19/20 5:42 IP Address 100
409 3/19/20 5:37 3/19/20 5:43 IP Address 100
410 3/19/20 5:37 3/19/20 5:43 IP Address 100
411 3/19/20 5:28 3/19/20 5:43 IP Address 100
412 3/19/20 5:38 3/19/20 5:43 IP Address 100
413 3/19/20 5:28 3/19/20 5:43 IP Address 100
414 3/19/20 5:14 3/19/20 5:43 IP Address 100
415 3/19/20 5:35 3/19/20 5:43 IP Address 100
416 3/19/20 5:18 3/19/20 5:43 IP Address 100
417 3/19/20 5:34 3/19/20 5:43 IP Address 100
418 3/19/20 5:30 3/19/20 5:43 IP Address 100
419 3/19/20 5:36 3/19/20 5:43 IP Address 100
420 3/19/20 5:38 3/19/20 5:43 IP Address 100
421 3/19/20 5:33 3/19/20 5:43 IP Address 100
422 3/19/20 5:43 3/19/20 5:43 IP Address 100
423 3/19/20 5:42 3/19/20 5:43 IP Address 100
424 3/19/20 5:40 3/19/20 5:43 IP Address 100
425 3/19/20 5:38 3/19/20 5:44 IP Address 100
426 3/19/20 5:39 3/19/20 5:44 IP Address 100
427 3/19/20 5:37 3/19/20 5:44 IP Address 100
428 3/19/20 5:36 3/19/20 5:44 IP Address 100
429 3/19/20 5:39 3/19/20 5:44 IP Address 100
430 3/19/20 5:28 3/19/20 5:44 IP Address 100
431 3/19/20 5:41 3/19/20 5:44 IP Address 100
432 3/19/20 5:38 3/19/20 5:44 IP Address 100
433 3/19/20 5:41 3/19/20 5:44 IP Address 100
434 3/19/20 5:35 3/19/20 5:44 IP Address 100
435 3/19/20 5:40 3/19/20 5:44 IP Address 100
436 3/19/20 5:32 3/19/20 5:44 IP Address 100
437 3/19/20 5:42 3/19/20 5:45 IP Address 100
438 3/19/20 5:42 3/19/20 5:45 IP Address 100
439 3/19/20 5:40 3/19/20 5:45 IP Address 100
440 3/19/20 5:42 3/19/20 5:45 IP Address 100
441 3/19/20 5:40 3/19/20 5:45 IP Address 100
442 3/19/20 5:41 3/19/20 5:45 IP Address 100
443 3/19/20 5:41 3/19/20 5:45 IP Address 100
444 3/19/20 5:35 3/19/20 5:46 IP Address 100
445 3/19/20 5:41 3/19/20 5:46 IP Address 100
446 3/19/20 5:40 3/19/20 5:46 IP Address 100
447 3/19/20 5:41 3/19/20 5:46 IP Address 100
448 3/19/20 5:44 3/19/20 5:46 IP Address 100
449 3/19/20 5:42 3/19/20 5:46 IP Address 100
450 3/19/20 5:39 3/19/20 5:46 IP Address 100
451 3/19/20 5:46 3/19/20 5:46 IP Address 100
452 3/19/20 5:42 3/19/20 5:46 IP Address 100
453 3/19/20 5:42 3/19/20 5:46 IP Address 100
454 3/19/20 5:41 3/19/20 5:46 IP Address 100
455 3/19/20 5:36 3/19/20 5:47 IP Address 100
456 3/19/20 5:43 3/19/20 5:47 IP Address 100
457 3/19/20 5:37 3/19/20 5:47 IP Address 100
458 3/19/20 5:41 3/19/20 5:47 IP Address 100
459 3/19/20 5:38 3/19/20 5:47 IP Address 100
460 3/19/20 5:44 3/19/20 5:47 IP Address 100
461 3/19/20 5:44 3/19/20 5:47 IP Address 100
462 3/19/20 5:43 3/19/20 5:47 IP Address 100
463 3/19/20 5:42 3/19/20 5:47 IP Address 100
464 3/19/20 5:45 3/19/20 5:47 IP Address 100
465 3/19/20 5:47 3/19/20 5:47 IP Address 100
466 3/19/20 5:42 3/19/20 5:48 IP Address 100
467 3/19/20 5:42 3/19/20 5:48 IP Address 100
468 3/19/20 5:40 3/19/20 5:48 IP Address 100
469 3/19/20 5:41 3/19/20 5:48 IP Address 100
470 3/19/20 5:42 3/19/20 5:48 IP Address 100
471 3/19/20 5:40 3/19/20 5:48 IP Address 100
472 3/19/20 5:37 3/19/20 5:48 IP Address 100
473 3/19/20 5:43 3/19/20 5:48 IP Address 100
474 3/19/20 5:37 3/19/20 5:48 IP Address 100
475 3/19/20 5:44 3/19/20 5:48 IP Address 100
476 3/19/20 5:43 3/19/20 5:48 IP Address 100
477 3/19/20 5:42 3/19/20 5:49 IP Address 100
478 3/19/20 5:45 3/19/20 5:49 IP Address 100
479 3/19/20 5:43 3/19/20 5:49 IP Address 100
480 3/19/20 5:44 3/19/20 5:49 IP Address 100
481 3/19/20 5:43 3/19/20 5:49 IP Address 100
482 3/19/20 5:41 3/19/20 5:49 IP Address 100
483 3/19/20 5:40 3/19/20 5:49 IP Address 100
484 3/19/20 5:46 3/19/20 5:49 IP Address 100
485 3/19/20 5:46 3/19/20 5:49 IP Address 100
486 3/19/20 5:41 3/19/20 5:49 IP Address 100
487 3/19/20 5:47 3/19/20 5:49 IP Address 100
488 3/19/20 5:39 3/19/20 5:49 IP Address 100
489 3/19/20 5:44 3/19/20 5:49 IP Address 100
490 3/19/20 5:37 3/19/20 5:50 IP Address 100
491 3/19/20 5:43 3/19/20 5:50 IP Address 100
492 3/19/20 5:42 3/19/20 5:50 IP Address 100
493 3/19/20 5:45 3/19/20 5:50 IP Address 100
494 3/19/20 5:45 3/19/20 5:50 IP Address 100
495 3/19/20 5:42 3/19/20 5:50 IP Address 100
496 3/19/20 5:43 3/19/20 5:50 IP Address 100
497 3/19/20 5:44 3/19/20 5:51 IP Address 100
498 3/19/20 5:48 3/19/20 5:51 IP Address 100
499 3/19/20 5:38 3/19/20 5:51 IP Address 100
500 3/19/20 5:44 3/19/20 5:51 IP Address 100
501 3/19/20 5:43 3/19/20 5:51 IP Address 100
502 3/19/20 5:48 3/19/20 5:51 IP Address 100
503 3/19/20 5:45 3/19/20 5:51 IP Address 100
504 3/19/20 5:44 3/19/20 5:51 IP Address 100
505 3/19/20 5:47 3/19/20 5:51 IP Address 100
506 3/19/20 5:45 3/19/20 5:51 IP Address 100
507 3/19/20 5:46 3/19/20 5:52 IP Address 100
508 3/19/20 5:46 3/19/20 5:52 IP Address 100
509 3/19/20 5:37 3/19/20 5:52 IP Address 100
510 3/19/20 5:09 3/19/20 5:52 IP Address 100
511 3/19/20 5:32 3/19/20 5:52 IP Address 100
512 3/19/20 5:47 3/19/20 5:52 IP Address 100
513 3/19/20 5:47 3/19/20 5:52 IP Address 100
514 3/19/20 5:44 3/19/20 5:52 IP Address 100
515 3/19/20 5:45 3/19/20 5:52 IP Address 100
516 3/19/20 5:44 3/19/20 5:52 IP Address 100
517 3/19/20 5:44 3/19/20 5:52 IP Address 100
518 3/19/20 5:46 3/19/20 5:53 IP Address 100
519 3/19/20 5:45 3/19/20 5:53 IP Address 100
520 3/19/20 5:43 3/19/20 5:53 IP Address 100
521 3/19/20 5:47 3/19/20 5:53 IP Address 100
522 3/19/20 5:34 3/19/20 5:53 IP Address 100
523 3/19/20 5:48 3/19/20 5:53 IP Address 100
524 3/19/20 5:45 3/19/20 5:53 IP Address 100
525 3/19/20 5:50 3/19/20 5:53 IP Address 100
526 3/19/20 5:47 3/19/20 5:54 IP Address 100
527 3/19/20 5:45 3/19/20 5:54 IP Address 100
528 3/19/20 5:44 3/19/20 5:54 IP Address 100
529 3/19/20 5:47 3/19/20 5:54 IP Address 100
530 3/19/20 5:38 3/19/20 5:54 IP Address 100
531 3/19/20 5:50 3/19/20 5:54 IP Address 100
532 3/19/20 5:50 3/19/20 5:54 IP Address 100
533 3/19/20 5:49 3/19/20 5:54 IP Address 100
534 3/19/20 5:49 3/19/20 5:54 IP Address 100
535 3/19/20 5:51 3/19/20 5:55 IP Address 100
536 3/19/20 5:49 3/19/20 5:55 IP Address 100
537 3/19/20 5:48 3/19/20 5:55 IP Address 100
538 3/19/20 5:50 3/19/20 5:55 IP Address 100
539 3/19/20 5:53 3/19/20 5:55 IP Address 100
540 3/19/20 5:50 3/19/20 5:55 IP Address 100
541 3/19/20 5:49 3/19/20 5:55 IP Address 100
542 3/19/20 5:48 3/19/20 5:55 IP Address 100
543 3/19/20 5:48 3/19/20 5:55 IP Address 100
544 3/19/20 5:51 3/19/20 5:55 IP Address 100
545 3/19/20 5:45 3/19/20 5:56 IP Address 100
546 3/19/20 5:52 3/19/20 5:56 IP Address 100
547 3/19/20 5:52 3/19/20 5:56 IP Address 100
548 3/19/20 5:46 3/19/20 5:56 IP Address 100
549 3/19/20 5:52 3/19/20 5:56 IP Address 100
550 3/19/20 5:45 3/19/20 5:56 IP Address 100
551 3/19/20 5:52 3/19/20 5:57 IP Address 100
552 3/19/20 5:51 3/19/20 5:57 IP Address 100
553 3/19/20 5:52 3/19/20 5:57 IP Address 100
554 3/19/20 5:50 3/19/20 5:57 IP Address 100
555 3/19/20 5:50 3/19/20 5:57 IP Address 100
556 3/19/20 5:50 3/19/20 5:57 IP Address 100
557 3/19/20 5:53 3/19/20 5:57 IP Address 100
558 3/19/20 5:52 3/19/20 5:58 IP Address 100
559 3/19/20 5:52 3/19/20 5:58 IP Address 100
560 3/19/20 5:48 3/19/20 5:58 IP Address 100
561 3/19/20 5:45 3/19/20 5:58 IP Address 100
562 3/19/20 5:51 3/19/20 5:58 IP Address 100
563 3/19/20 5:50 3/19/20 5:58 IP Address 100
564 3/19/20 5:51 3/19/20 5:58 IP Address 100
565 3/19/20 5:52 3/19/20 5:58 IP Address 100
566 3/19/20 5:50 3/19/20 5:58 IP Address 100
567 3/19/20 5:53 3/19/20 5:58 IP Address 100
568 3/19/20 5:52 3/19/20 5:58 IP Address 100
569 3/19/20 5:52 3/19/20 5:58 IP Address 100
570 3/19/20 5:49 3/19/20 5:58 IP Address 100
571 3/19/20 5:53 3/19/20 5:58 IP Address 100
572 3/19/20 5:54 3/19/20 5:58 IP Address 100
573 3/19/20 5:50 3/19/20 5:58 IP Address 100
574 3/19/20 5:53 3/19/20 5:58 IP Address 100
575 3/19/20 5:52 3/19/20 5:58 IP Address 100
576 3/19/20 5:54 3/19/20 5:59 IP Address 100
577 3/19/20 5:52 3/19/20 5:59 IP Address 100
578 3/19/20 5:52 3/19/20 5:59 IP Address 100
579 3/19/20 5:54 3/19/20 5:59 IP Address 100
580 3/19/20 5:53 3/19/20 5:59 IP Address 100
581 3/19/20 5:56 3/19/20 5:59 IP Address 100
582 3/19/20 5:52 3/19/20 5:59 IP Address 100
583 3/19/20 5:51 3/19/20 5:59 IP Address 100
584 3/19/20 5:02 3/19/20 5:59 IP Address 100
585 3/19/20 5:56 3/19/20 6:00 IP Address 100
586 3/19/20 5:53 3/19/20 6:00 IP Address 100
587 3/19/20 5:52 3/19/20 6:00 IP Address 100
588 3/19/20 5:30 3/19/20 6:00 IP Address 100
589 3/19/20 5:57 3/19/20 6:00 IP Address 100
590 3/19/20 5:52 3/19/20 6:00 IP Address 100
591 3/19/20 5:56 3/19/20 6:01 IP Address 100
592 3/19/20 5:52 3/19/20 6:01 IP Address 100
593 3/19/20 5:53 3/19/20 6:01 IP Address 100
594 3/19/20 5:57 3/19/20 6:01 IP Address 100
595 3/19/20 5:53 3/19/20 6:01 IP Address 100
596 3/19/20 5:50 3/19/20 6:01 IP Address 100
597 3/19/20 5:57 3/19/20 6:01 IP Address 100
598 3/19/20 5:57 3/19/20 6:01 IP Address 100
599 3/19/20 5:51 3/19/20 6:02 IP Address 100
600 3/19/20 5:56 3/19/20 6:02 IP Address 100
601 3/19/20 5:57 3/19/20 6:02 IP Address 100
602 3/19/20 5:47 3/19/20 6:02 IP Address 100
603 3/19/20 5:53 3/19/20 6:02 IP Address 100
604 3/19/20 5:56 3/19/20 6:02 IP Address 100
605 3/19/20 5:59 3/19/20 6:02 IP Address 100
606 3/19/20 5:57 3/19/20 6:02 IP Address 100
607 3/19/20 5:59 3/19/20 6:02 IP Address 100
608 3/19/20 5:44 3/19/20 6:03 IP Address 100
609 3/19/20 5:53 3/19/20 6:03 IP Address 100
610 3/19/20 5:50 3/19/20 6:03 IP Address 100
611 3/19/20 5:57 3/19/20 6:03 IP Address 100
612 3/19/20 5:59 3/19/20 6:03 IP Address 100
613 3/19/20 5:59 3/19/20 6:03 IP Address 100
614 3/19/20 5:59 3/19/20 6:03 IP Address 100
615 3/19/20 5:45 3/19/20 6:03 IP Address 100
616 3/19/20 6:00 3/19/20 6:03 IP Address 100
617 3/19/20 6:01 3/19/20 6:03 IP Address 100
618 3/19/20 5:58 3/19/20 6:04 IP Address 100
619 3/19/20 5:49 3/19/20 6:04 IP Address 100
620 3/19/20 6:00 3/19/20 6:04 IP Address 100
621 3/19/20 5:51 3/19/20 6:04 IP Address 100
622 3/19/20 6:02 3/19/20 6:04 IP Address 100
623 3/19/20 6:01 3/19/20 6:04 IP Address 100
624 3/19/20 5:52 3/19/20 6:04 IP Address 100
625 3/19/20 5:58 3/19/20 6:04 IP Address 100
626 3/19/20 6:00 3/19/20 6:04 IP Address 100
627 3/19/20 5:59 3/19/20 6:05 IP Address 100
628 3/19/20 5:51 3/19/20 6:05 IP Address 100
629 3/19/20 5:59 3/19/20 6:05 IP Address 100
630 3/19/20 6:00 3/19/20 6:05 IP Address 100
631 3/19/20 5:56 3/19/20 6:05 IP Address 100
632 3/19/20 6:01 3/19/20 6:05 IP Address 100
633 3/19/20 5:54 3/19/20 6:05 IP Address 100
634 3/19/20 5:51 3/19/20 6:05 IP Address 100
635 3/19/20 6:01 3/19/20 6:05 IP Address 100
636 3/19/20 6:01 3/19/20 6:06 IP Address 100
637 3/19/20 5:58 3/19/20 6:06 IP Address 100
638 3/19/20 6:01 3/19/20 6:06 IP Address 100
639 3/19/20 6:01 3/19/20 6:06 IP Address 100
640 3/19/20 6:02 3/19/20 6:06 IP Address 100
641 3/19/20 6:02 3/19/20 6:07 IP Address 100
642 3/19/20 6:01 3/19/20 6:07 IP Address 100
643 3/19/20 5:42 3/19/20 6:07 IP Address 100
644 3/19/20 6:03 3/19/20 6:07 IP Address 100
645 3/19/20 5:58 3/19/20 6:07 IP Address 100
646 3/19/20 6:00 3/19/20 6:07 IP Address 100
647 3/19/20 6:00 3/19/20 6:07 IP Address 100
648 3/19/20 6:01 3/19/20 6:07 IP Address 100
649 3/19/20 6:01 3/19/20 6:07 IP Address 100
650 3/19/20 6:05 3/19/20 6:08 IP Address 100
651 3/19/20 5:57 3/19/20 6:08 IP Address 100
652 3/19/20 6:04 3/19/20 6:08 IP Address 100
653 3/19/20 6:03 3/19/20 6:08 IP Address 100
654 3/19/20 5:59 3/19/20 6:08 IP Address 100
655 3/19/20 6:02 3/19/20 6:08 IP Address 100
656 3/19/20 5:59 3/19/20 6:08 IP Address 100
657 3/19/20 6:03 3/19/20 6:08 IP Address 100
658 3/19/20 6:05 3/19/20 6:09 IP Address 100
659 3/19/20 5:55 3/19/20 6:09 IP Address 100
660 3/19/20 5:58 3/19/20 6:09 IP Address 100
661 3/19/20 5:59 3/19/20 6:09 IP Address 100
662 3/19/20 6:01 3/19/20 6:09 IP Address 100
663 3/19/20 6:04 3/19/20 6:09 IP Address 100
664 3/19/20 6:04 3/19/20 6:09 IP Address 100
665 3/19/20 5:52 3/19/20 6:09 IP Address 100
666 3/19/20 6:05 3/19/20 6:09 IP Address 100
667 3/19/20 6:03 3/19/20 6:09 IP Address 100
668 3/19/20 6:00 3/19/20 6:09 IP Address 100
669 3/19/20 6:04 3/19/20 6:09 IP Address 100
670 3/19/20 6:00 3/19/20 6:09 IP Address 100
671 3/19/20 5:58 3/19/20 6:10 IP Address 100
672 3/19/20 6:06 3/19/20 6:10 IP Address 100
673 3/19/20 6:00 3/19/20 6:10 IP Address 100
674 3/19/20 5:59 3/19/20 6:10 IP Address 100
675 3/19/20 6:04 3/19/20 6:10 IP Address 100
676 3/19/20 6:03 3/19/20 6:10 IP Address 100
677 3/19/20 6:07 3/19/20 6:10 IP Address 100
678 3/19/20 6:01 3/19/20 6:10 IP Address 100
679 3/19/20 6:05 3/19/20 6:10 IP Address 100
680 3/19/20 6:03 3/19/20 6:10 IP Address 100
681 3/19/20 6:03 3/19/20 6:10 IP Address 100
682 3/19/20 6:05 3/19/20 6:11 IP Address 100
683 3/19/20 6:10 3/19/20 6:11 IP Address 100
684 3/19/20 6:04 3/19/20 6:11 IP Address 100
685 3/19/20 5:50 3/19/20 6:11 IP Address 100
686 3/19/20 5:41 3/19/20 6:11 IP Address 100
687 3/19/20 5:59 3/19/20 6:11 IP Address 100
688 3/19/20 5:57 3/19/20 6:11 IP Address 100
689 3/19/20 6:07 3/19/20 6:11 IP Address 100
690 3/19/20 6:03 3/19/20 6:11 IP Address 100
691 3/19/20 6:06 3/19/20 6:11 IP Address 100
692 3/19/20 6:07 3/19/20 6:11 IP Address 100
693 3/19/20 6:05 3/19/20 6:11 IP Address 100
694 3/19/20 6:07 3/19/20 6:11 IP Address 100
695 3/19/20 6:01 3/19/20 6:12 IP Address 100
696 3/19/20 5:42 3/19/20 6:12 IP Address 100
697 3/19/20 6:06 3/19/20 6:12 IP Address 100
698 3/19/20 5:55 3/19/20 6:12 IP Address 100
699 3/19/20 6:07 3/19/20 6:12 IP Address 100
700 3/19/20 6:06 3/19/20 6:12 IP Address 100
701 3/19/20 6:02 3/19/20 6:12 IP Address 100
702 3/19/20 6:06 3/19/20 6:12 IP Address 100
703 3/19/20 5:57 3/19/20 6:12 IP Address 100
704 3/19/20 6:08 3/19/20 6:12 IP Address 100
705 3/19/20 6:07 3/19/20 6:12 IP Address 100
706 3/19/20 6:07 3/19/20 6:12 IP Address 100
707 3/19/20 6:05 3/19/20 6:12 IP Address 100
708 3/19/20 6:06 3/19/20 6:12 IP Address 100
709 3/19/20 6:00 3/19/20 6:12 IP Address 100
710 3/19/20 5:55 3/19/20 6:13 IP Address 100
711 3/19/20 6:12 3/19/20 6:13 IP Address 100
712 3/19/20 6:12 3/19/20 6:13 IP Address 100
713 3/19/20 6:04 3/19/20 6:13 IP Address 100
714 3/19/20 5:50 3/19/20 6:13 IP Address 100
715 3/19/20 6:00 3/19/20 6:13 IP Address 100
716 3/19/20 6:11 3/19/20 6:13 IP Address 100
717 3/19/20 6:06 3/19/20 6:13 IP Address 100
718 3/19/20 6:05 3/19/20 6:13 IP Address 100
719 3/19/20 6:08 3/19/20 6:13 IP Address 100
720 3/19/20 6:05 3/19/20 6:13 IP Address 100
721 3/19/20 6:05 3/19/20 6:14 IP Address 100
722 3/19/20 5:17 3/19/20 6:14 IP Address 100
723 3/19/20 5:58 3/19/20 6:14 IP Address 100
724 3/19/20 6:05 3/19/20 6:14 IP Address 100
725 3/19/20 6:11 3/19/20 6:14 IP Address 100
726 3/19/20 6:08 3/19/20 6:14 IP Address 100
727 3/19/20 6:06 3/19/20 6:15 IP Address 100
728 3/19/20 6:07 3/19/20 6:15 IP Address 100
729 3/19/20 6:11 3/19/20 6:15 IP Address 100
730 3/19/20 6:08 3/19/20 6:15 IP Address 100
731 3/19/20 6:10 3/19/20 6:15 IP Address 100
732 3/19/20 6:08 3/19/20 6:15 IP Address 100
733 3/19/20 6:11 3/19/20 6:15 IP Address 100
734 3/19/20 6:04 3/19/20 6:16 IP Address 100
735 3/19/20 6:08 3/19/20 6:16 IP Address 100
736 3/19/20 5:49 3/19/20 6:16 IP Address 100
737 3/19/20 6:12 3/19/20 6:16 IP Address 100
738 3/19/20 5:58 3/19/20 6:16 IP Address 100
739 3/19/20 6:10 3/19/20 6:16 IP Address 100
740 3/19/20 6:02 3/19/20 6:16 IP Address 100
741 3/19/20 6:09 3/19/20 6:17 IP Address 100
742 3/19/20 5:59 3/19/20 6:17 IP Address 100
743 3/19/20 6:11 3/19/20 6:17 IP Address 100
744 3/19/20 6:13 3/19/20 6:17 IP Address 100
745 3/19/20 6:07 3/19/20 6:17 IP Address 100
746 3/19/20 6:09 3/19/20 6:17 IP Address 100
747 3/19/20 6:14 3/19/20 6:17 IP Address 100
748 3/19/20 6:11 3/19/20 6:17 IP Address 100
749 3/19/20 5:57 3/19/20 6:17 IP Address 100
750 3/19/20 6:11 3/19/20 6:17 IP Address 100
751 3/19/20 6:14 3/19/20 6:18 IP Address 100
752 3/19/20 6:07 3/19/20 6:18 IP Address 100
753 3/19/20 6:09 3/19/20 6:18 IP Address 100
754 3/19/20 6:16 3/19/20 6:18 IP Address 100
755 3/19/20 6:15 3/19/20 6:18 IP Address 100
756 3/19/20 6:10 3/19/20 6:18 IP Address 100
757 3/19/20 6:15 3/19/20 6:18 IP Address 100
758 3/19/20 6:16 3/19/20 6:18 IP Address 100
759 3/19/20 5:55 3/19/20 6:18 IP Address 100
760 3/19/20 6:05 3/19/20 6:18 IP Address 100
761 3/19/20 5:41 3/19/20 6:18 IP Address 100
762 3/19/20 6:15 3/19/20 6:18 IP Address 100
763 3/19/20 6:15 3/19/20 6:19 IP Address 100
764 3/19/20 6:16 3/19/20 6:19 IP Address 100
765 3/19/20 6:11 3/19/20 6:19 IP Address 100
766 3/19/20 6:17 3/19/20 6:19 IP Address 100
767 3/19/20 6:11 3/19/20 6:19 IP Address 100
768 3/19/20 6:05 3/19/20 6:19 IP Address 100
769 3/19/20 5:55 3/19/20 6:19 IP Address 100
770 3/19/20 6:01 3/19/20 6:19 IP Address 100
771 3/19/20 6:11 3/19/20 6:19 IP Address 100
772 3/19/20 6:16 3/19/20 6:19 IP Address 100
773 3/19/20 6:10 3/19/20 6:19 IP Address 100
774 3/19/20 6:04 3/19/20 6:19 IP Address 100
775 3/19/20 5:49 3/19/20 6:19 IP Address 100
776 3/19/20 5:29 3/19/20 6:19 IP Address 100
777 3/19/20 6:09 3/19/20 6:20 IP Address 100
778 3/19/20 6:04 3/19/20 6:20 IP Address 100
779 3/19/20 6:14 3/19/20 6:20 IP Address 100
780 3/19/20 6:11 3/19/20 6:20 IP Address 100
781 3/19/20 6:16 3/19/20 6:20 IP Address 100
782 3/19/20 6:14 3/19/20 6:21 IP Address 100
783 3/19/20 6:16 3/19/20 6:21 IP Address 100
784 3/19/20 6:15 3/19/20 6:21 IP Address 100
785 3/19/20 6:12 3/19/20 6:21 IP Address 100
786 3/19/20 6:19 3/19/20 6:21 IP Address 100
787 3/19/20 6:16 3/19/20 6:21 IP Address 100
788 3/19/20 6:08 3/19/20 6:21 IP Address 100
789 3/19/20 6:13 3/19/20 6:21 IP Address 100
790 3/19/20 6:17 3/19/20 6:21 IP Address 100
791 3/19/20 6:16 3/19/20 6:21 IP Address 100
792 3/19/20 6:17 3/19/20 6:22 IP Address 100
793 3/19/20 6:14 3/19/20 6:22 IP Address 100
794 3/19/20 6:19 3/19/20 6:22 IP Address 100
795 3/19/20 6:17 3/19/20 6:22 IP Address 100
796 3/19/20 5:53 3/19/20 6:22 IP Address 100
797 3/19/20 6:17 3/19/20 6:22 IP Address 100
798 3/19/20 6:15 3/19/20 6:22 IP Address 100
799 3/19/20 6:12 3/19/20 6:22 IP Address 100
800 3/19/20 6:15 3/19/20 6:22 IP Address 100
801 3/19/20 6:16 3/19/20 6:22 IP Address 100
802 3/19/20 6:14 3/19/20 6:22 IP Address 100
803 3/19/20 6:17 3/19/20 6:23 IP Address 100
804 3/19/20 6:16 3/19/20 6:23 IP Address 100
805 3/19/20 6:08 3/19/20 6:23 IP Address 100
806 3/19/20 6:18 3/19/20 6:23 IP Address 100
807 3/19/20 6:15 3/19/20 6:23 IP Address 100
808 3/19/20 6:16 3/19/20 6:23 IP Address 100
809 3/19/20 6:19 3/19/20 6:23 IP Address 100
810 3/19/20 6:18 3/19/20 6:23 IP Address 100
811 3/19/20 6:17 3/19/20 6:23 IP Address 100
812 3/19/20 6:18 3/19/20 6:23 IP Address 100
813 3/19/20 6:17 3/19/20 6:23 IP Address 100
814 3/19/20 6:20 3/19/20 6:24 IP Address 100
815 3/19/20 6:04 3/19/20 6:24 IP Address 100
816 3/19/20 6:19 3/19/20 6:24 IP Address 100
817 3/19/20 6:00 3/19/20 6:24 IP Address 100
818 3/19/20 6:19 3/19/20 6:24 IP Address 100
819 3/19/20 6:13 3/19/20 6:24 IP Address 100
820 3/19/20 6:20 3/19/20 6:24 IP Address 100
821 3/19/20 6:17 3/19/20 6:24 IP Address 100
822 3/19/20 6:21 3/19/20 6:24 IP Address 100
823 3/19/20 6:16 3/19/20 6:24 IP Address 100
824 3/19/20 6:18 3/19/20 6:24 IP Address 100
825 3/19/20 6:05 3/19/20 6:25 IP Address 100
826 3/19/20 6:15 3/19/20 6:25 IP Address 100
827 3/19/20 6:19 3/19/20 6:25 IP Address 100
828 3/19/20 6:21 3/19/20 6:25 IP Address 100
829 3/19/20 6:16 3/19/20 6:25 IP Address 100
830 3/19/20 6:20 3/19/20 6:25 IP Address 100
831 3/19/20 6:22 3/19/20 6:25 IP Address 100
832 3/19/20 5:53 3/19/20 6:25 IP Address 100
833 3/19/20 6:10 3/19/20 6:25 IP Address 100
834 3/19/20 6:18 3/19/20 6:25 IP Address 100
835 3/19/20 6:17 3/19/20 6:26 IP Address 100
836 3/19/20 6:20 3/19/20 6:26 IP Address 100
837 3/19/20 6:16 3/19/20 6:26 IP Address 100
838 3/19/20 6:04 3/19/20 6:26 IP Address 100
839 3/19/20 6:24 3/19/20 6:26 IP Address 100
840 3/19/20 6:20 3/19/20 6:26 IP Address 100
841 3/19/20 6:22 3/19/20 6:26 IP Address 100
842 3/19/20 6:11 3/19/20 6:27 IP Address 100
843 3/19/20 6:17 3/19/20 6:27 IP Address 100
844 3/19/20 6:20 3/19/20 6:27 IP Address 100
845 3/19/20 6:20 3/19/20 6:27 IP Address 100
846 3/19/20 6:23 3/19/20 6:27 IP Address 100
847 3/19/20 6:20 3/19/20 6:27 IP Address 100
848 3/19/20 6:20 3/19/20 6:27 IP Address 100
849 3/19/20 6:24 3/19/20 6:27 IP Address 100
850 3/19/20 6:25 3/19/20 6:27 IP Address 100
851 3/19/20 6:22 3/19/20 6:27 IP Address 100
852 3/19/20 6:22 3/19/20 6:28 IP Address 100
853 3/19/20 6:18 3/19/20 6:28 IP Address 100
854 3/19/20 6:25 3/19/20 6:28 IP Address 100
855 3/19/20 6:17 3/19/20 6:28 IP Address 100
856 3/19/20 6:21 3/19/20 6:28 IP Address 100
857 3/19/20 6:19 3/19/20 6:28 IP Address 100
858 3/19/20 6:22 3/19/20 6:28 IP Address 100
859 3/19/20 6:25 3/19/20 6:28 IP Address 100
860 3/19/20 6:24 3/19/20 6:28 IP Address 100
861 3/19/20 6:19 3/19/20 6:28 IP Address 100
862 3/19/20 4:53 3/19/20 6:28 IP Address 100
863 3/19/20 6:28 3/19/20 6:29 IP Address 100
864 3/19/20 6:19 3/19/20 6:29 IP Address 100
865 3/19/20 6:23 3/19/20 6:29 IP Address 100
866 3/19/20 6:23 3/19/20 6:29 IP Address 100
867 3/19/20 6:10 3/19/20 6:29 IP Address 100
868 3/19/20 6:23 3/19/20 6:29 IP Address 100
869 3/19/20 6:23 3/19/20 6:30 IP Address 100
870 3/19/20 6:05 3/19/20 6:30 IP Address 100
871 3/19/20 6:23 3/19/20 6:30 IP Address 100
872 3/19/20 6:20 3/19/20 6:30 IP Address 100
873 3/19/20 6:25 3/19/20 6:30 IP Address 100
874 3/19/20 6:21 3/19/20 6:30 IP Address 100
875 3/19/20 6:24 3/19/20 6:30 IP Address 100
876 3/19/20 6:26 3/19/20 6:31 IP Address 100
877 3/19/20 6:09 3/19/20 6:31 IP Address 100
878 3/19/20 6:27 3/19/20 6:31 IP Address 100
879 3/19/20 6:23 3/19/20 6:31 IP Address 100
880 3/19/20 6:26 3/19/20 6:31 IP Address 100
881 3/19/20 6:23 3/19/20 6:31 IP Address 100
882 3/19/20 6:28 3/19/20 6:31 IP Address 100
883 3/19/20 6:26 3/19/20 6:31 IP Address 100
884 3/19/20 6:25 3/19/20 6:32 IP Address 100
885 3/19/20 6:27 3/19/20 6:32 IP Address 100
886 3/19/20 6:22 3/19/20 6:32 IP Address 100
887 3/19/20 6:27 3/19/20 6:32 IP Address 100
888 3/19/20 6:25 3/19/20 6:32 IP Address 100
889 3/19/20 6:24 3/19/20 6:33 IP Address 100
890 3/19/20 6:20 3/19/20 6:33 IP Address 100
891 3/19/20 6:25 3/19/20 6:33 IP Address 100
892 3/19/20 6:01 3/19/20 6:33 IP Address 100
893 3/19/20 6:25 3/19/20 6:33 IP Address 100
894 3/19/20 6:26 3/19/20 6:34 IP Address 100
895 3/19/20 6:23 3/19/20 6:34 IP Address 100
896 3/19/20 6:23 3/19/20 6:34 IP Address 100
897 3/19/20 6:29 3/19/20 6:34 IP Address 100
898 3/19/20 6:22 3/19/20 6:35 IP Address 100
899 3/19/20 6:24 3/19/20 6:35 IP Address 100
900 3/19/20 6:29 3/19/20 6:35 IP Address 100
901 3/19/20 5:59 3/19/20 6:35 IP Address 100
902 3/19/20 6:01 3/19/20 6:35 IP Address 100
903 3/19/20 6:31 3/19/20 6:36 IP Address 100
904 3/19/20 6:30 3/19/20 6:36 IP Address 100
905 3/19/20 6:32 3/19/20 6:37 IP Address 100
906 3/19/20 6:33 3/19/20 6:37 IP Address 100
907 3/19/20 6:28 3/19/20 6:37 IP Address 100
908 3/19/20 6:27 3/19/20 6:37 IP Address 100
909 3/19/20 6:27 3/19/20 6:37 IP Address 100
910 3/19/20 6:29 3/19/20 6:37 IP Address 100
911 3/19/20 6:34 3/19/20 6:37 IP Address 100
912 3/19/20 6:31 3/19/20 6:37 IP Address 100
913 3/19/20 6:33 3/19/20 6:37 IP Address 100
914 3/19/20 6:30 3/19/20 6:37 IP Address 100
915 3/19/20 6:33 3/19/20 6:37 IP Address 100
916 3/19/20 6:21 3/19/20 6:38 IP Address 100
917 3/19/20 6:29 3/19/20 6:38 IP Address 100
918 3/19/20 6:30 3/19/20 6:38 IP Address 100
919 3/19/20 6:28 3/19/20 6:38 IP Address 100
920 3/19/20 6:31 3/19/20 6:38 IP Address 100
921 3/19/20 6:32 3/19/20 6:38 IP Address 100
922 3/19/20 6:31 3/19/20 6:38 IP Address 100
923 3/19/20 6:29 3/19/20 6:38 IP Address 100
924 3/19/20 6:33 3/19/20 6:38 IP Address 100
925 3/19/20 6:32 3/19/20 6:38 IP Address 100
926 3/19/20 6:35 3/19/20 6:38 IP Address 100
927 3/19/20 6:29 3/19/20 6:38 IP Address 100
928 3/19/20 6:29 3/19/20 6:39 IP Address 100
929 3/19/20 6:13 3/19/20 6:39 IP Address 100
930 3/19/20 6:35 3/19/20 6:39 IP Address 100
931 3/19/20 6:37 3/19/20 6:39 IP Address 100
932 3/19/20 6:31 3/19/20 6:39 IP Address 100
933 3/19/20 6:32 3/19/20 6:39 IP Address 100
934 3/19/20 6:28 3/19/20 6:39 IP Address 100
935 3/19/20 6:33 3/19/20 6:39 IP Address 100
936 3/19/20 6:25 3/19/20 6:40 IP Address 100
937 3/19/20 6:32 3/19/20 6:40 IP Address 100
938 3/19/20 6:37 3/19/20 6:40 IP Address 100
939 3/19/20 6:13 3/19/20 6:40 IP Address 100
940 3/19/20 6:02 3/19/20 6:40 IP Address 100
941 3/19/20 6:33 3/19/20 6:40 IP Address 100
942 3/19/20 6:33 3/19/20 6:40 IP Address 100
943 3/19/20 6:36 3/19/20 6:41 IP Address 100
944 3/19/20 6:32 3/19/20 6:41 IP Address 100
945 3/19/20 6:21 3/19/20 6:41 IP Address 100
946 3/19/20 6:27 3/19/20 6:41 IP Address 100
947 3/19/20 6:39 3/19/20 6:41 IP Address 100
948 3/19/20 6:29 3/19/20 6:41 IP Address 100
949 3/19/20 6:20 3/19/20 6:41 IP Address 100
950 3/19/20 6:34 3/19/20 6:41 IP Address 100
951 3/19/20 6:34 3/19/20 6:41 IP Address 100
952 3/19/20 6:29 3/19/20 6:42 IP Address 100
953 3/19/20 6:23 3/19/20 6:42 IP Address 100
954 3/19/20 6:36 3/19/20 6:43 IP Address 100
955 3/19/20 6:35 3/19/20 6:43 IP Address 100
956 3/19/20 6:34 3/19/20 6:43 IP Address 100
957 3/19/20 6:27 3/19/20 6:44 IP Address 100
958 3/19/20 6:35 3/19/20 6:44 IP Address 100
959 3/19/20 6:31 3/19/20 6:44 IP Address 100
960 3/19/20 6:40 3/19/20 6:44 IP Address 100
961 3/19/20 6:40 3/19/20 6:44 IP Address 100
962 3/19/20 6:43 3/19/20 6:44 IP Address 100
963 3/19/20 6:41 3/19/20 6:44 IP Address 100
964 3/19/20 6:40 3/19/20 6:44 IP Address 100
965 3/19/20 6:42 3/19/20 6:44 IP Address 100
966 3/19/20 6:33 3/19/20 6:45 IP Address 100
967 3/19/20 6:41 3/19/20 6:45 IP Address 100
968 3/19/20 6:37 3/19/20 6:45 IP Address 100
969 3/19/20 6:39 3/19/20 6:45 IP Address 100
970 3/19/20 6:42 3/19/20 6:45 IP Address 100
971 3/19/20 6:43 3/19/20 6:45 IP Address 100
972 3/19/20 6:35 3/19/20 6:45 IP Address 100
973 3/19/20 6:41 3/19/20 6:45 IP Address 100
974 3/19/20 6:40 3/19/20 6:45 IP Address 100
975 3/19/20 6:37 3/19/20 6:45 IP Address 100
976 3/19/20 6:40 3/19/20 6:46 IP Address 100
977 3/19/20 6:38 3/19/20 6:46 IP Address 100
978 3/19/20 6:42 3/19/20 6:46 IP Address 100
979 3/19/20 6:41 3/19/20 6:46 IP Address 100
980 3/19/20 6:41 3/19/20 6:46 IP Address 100
981 3/19/20 6:34 3/19/20 6:46 IP Address 100
982 3/19/20 6:34 3/19/20 6:47 IP Address 100
983 3/19/20 6:41 3/19/20 6:47 IP Address 100
984 3/19/20 6:44 3/19/20 6:47 IP Address 100
985 3/19/20 6:42 3/19/20 6:47 IP Address 100
986 3/19/20 6:40 3/19/20 6:47 IP Address 100
987 3/19/20 6:40 3/19/20 6:47 IP Address 100
988 3/19/20 6:40 3/19/20 6:47 IP Address 100
989 3/19/20 6:38 3/19/20 6:47 IP Address 100
990 3/19/20 6:35 3/19/20 6:47 IP Address 100
991 3/19/20 6:46 3/19/20 6:47 IP Address 100
992 3/19/20 6:25 3/19/20 6:47 IP Address 100
993 3/19/20 6:16 3/19/20 6:48 IP Address 100
994 3/19/20 6:39 3/19/20 6:48 IP Address 100
995 3/19/20 6:36 3/19/20 6:48 IP Address 100
996 3/19/20 6:44 3/19/20 6:48 IP Address 100
997 3/19/20 6:30 3/19/20 6:48 IP Address 100
998 3/19/20 6:45 3/19/20 6:49 IP Address 100
999 3/19/20 6:46 3/19/20 6:49 IP Address 100
1000 3/19/20 6:45 3/19/20 6:49 IP Address 100
1001 3/19/20 6:44 3/19/20 6:49 IP Address 100
1002 3/19/20 6:43 3/19/20 6:49 IP Address 100
1003 3/19/20 6:42 3/19/20 6:50 IP Address 100
1004 3/19/20 6:46 3/19/20 6:50 IP Address 100
1005 3/19/20 6:46 3/19/20 6:50 IP Address 100
1006 3/19/20 6:36 3/19/20 6:50 IP Address 100
1007 3/19/20 6:48 3/19/20 6:50 IP Address 100
1008 3/19/20 6:41 3/19/20 6:50 IP Address 100
1009 3/19/20 6:45 3/19/20 6:50 IP Address 100
1010 3/19/20 6:38 3/19/20 6:50 IP Address 100
1011 3/19/20 6:50 3/19/20 6:50 IP Address 100
1012 3/19/20 6:38 3/19/20 6:50 IP Address 100
1013 3/19/20 6:45 3/19/20 6:51 IP Address 100
1014 3/19/20 6:45 3/19/20 6:51 IP Address 100
1015 3/19/20 6:41 3/19/20 6:51 IP Address 100
1016 3/19/20 6:51 3/19/20 6:51 IP Address 100
1017 3/19/20 6:43 3/19/20 6:51 IP Address 100
1018 3/19/20 6:46 3/19/20 6:51 IP Address 100
1019 3/19/20 6:42 3/19/20 6:51 IP Address 100
1020 3/19/20 6:46 3/19/20 6:51 IP Address 100
1021 3/19/20 6:47 3/19/20 6:52 IP Address 100
1022 3/19/20 6:47 3/19/20 6:52 IP Address 100
1023 3/19/20 6:40 3/19/20 6:52 IP Address 100
1024 3/19/20 6:43 3/19/20 6:52 IP Address 100
1025 3/19/20 6:41 3/19/20 6:52 IP Address 100
1026 3/19/20 6:19 3/19/20 6:52 IP Address 100
1027 3/19/20 6:46 3/19/20 6:52 IP Address 100
1028 3/19/20 6:33 3/19/20 6:53 IP Address 100
1029 3/19/20 6:45 3/19/20 6:53 IP Address 100
1030 3/19/20 6:45 3/19/20 6:53 IP Address 100
1031 3/19/20 6:42 3/19/20 6:53 IP Address 100
1032 3/19/20 6:44 3/19/20 6:53 IP Address 100
1033 3/19/20 6:47 3/19/20 6:53 IP Address 100
1034 3/19/20 6:38 3/19/20 6:53 IP Address 100
1035 3/19/20 6:41 3/19/20 6:53 IP Address 100
1036 3/19/20 6:39 3/19/20 6:53 IP Address 100
1037 3/19/20 6:45 3/19/20 6:54 IP Address 100
1038 3/19/20 6:49 3/19/20 6:54 IP Address 100
1039 3/19/20 6:49 3/19/20 6:54 IP Address 100
1040 3/19/20 6:44 3/19/20 6:54 IP Address 100
1041 3/19/20 6:49 3/19/20 6:54 IP Address 100
1042 3/19/20 6:46 3/19/20 6:54 IP Address 100
1043 3/19/20 6:43 3/19/20 6:54 IP Address 100
1044 3/19/20 6:52 3/19/20 6:55 IP Address 100
1045 3/19/20 6:47 3/19/20 6:55 IP Address 100
1046 3/19/20 6:46 3/19/20 6:55 IP Address 100
1047 3/19/20 6:37 3/19/20 6:55 IP Address 100
1048 3/19/20 6:43 3/19/20 6:55 IP Address 100
1049 3/19/20 6:50 3/19/20 6:56 IP Address 100
1050 3/19/20 6:48 3/19/20 6:56 IP Address 100
1051 3/19/20 6:48 3/19/20 6:56 IP Address 100
1052 3/19/20 6:41 3/19/20 6:56 IP Address 100
1053 3/19/20 6:29 3/19/20 6:56 IP Address 100
1054 3/19/20 6:51 3/19/20 6:56 IP Address 100
1055 3/19/20 6:47 3/19/20 6:56 IP Address 100
1056 3/19/20 6:51 3/19/20 6:56 IP Address 100
1057 3/19/20 6:54 3/19/20 6:57 IP Address 100
1058 3/19/20 6:51 3/19/20 6:57 IP Address 100
1059 3/19/20 6:48 3/19/20 6:57 IP Address 100
1060 3/19/20 6:42 3/19/20 6:57 IP Address 100
1061 3/19/20 6:53 3/19/20 6:57 IP Address 100
1062 3/19/20 6:50 3/19/20 6:57 IP Address 100
1063 3/19/20 6:43 3/19/20 6:57 IP Address 100
1064 3/19/20 6:50 3/19/20 6:57 IP Address 100
1065 3/19/20 6:53 3/19/20 6:58 IP Address 100
1066 3/19/20 6:49 3/19/20 6:58 IP Address 100
1067 3/19/20 6:51 3/19/20 6:58 IP Address 100
1068 3/19/20 6:54 3/19/20 6:58 IP Address 100
1069 3/19/20 6:50 3/19/20 6:58 IP Address 100
1070 3/19/20 6:53 3/19/20 6:58 IP Address 100
1071 3/19/20 6:49 3/19/20 6:58 IP Address 100
1072 3/19/20 6:53 3/19/20 6:58 IP Address 100
1073 3/19/20 6:58 3/19/20 6:59 IP Address 100
1074 3/19/20 6:55 3/19/20 6:59 IP Address 100
1075 3/19/20 6:55 3/19/20 6:59 IP Address 100
1076 3/19/20 6:54 3/19/20 6:59 IP Address 100
1077 3/19/20 6:58 3/19/20 6:59 IP Address 100
1078 3/19/20 6:54 3/19/20 6:59 IP Address 100
1079 3/19/20 6:49 3/19/20 6:59 IP Address 100
1080 3/19/20 6:43 3/19/20 6:59 IP Address 100
1081 3/19/20 6:51 3/19/20 6:59 IP Address 100
1082 3/19/20 6:54 3/19/20 6:59 IP Address 100
1083 3/19/20 6:46 3/19/20 7:00 IP Address 100
1084 3/19/20 6:54 3/19/20 7:00 IP Address 100
1085 3/19/20 6:41 3/19/20 7:00 IP Address 100
1086 3/19/20 6:49 3/19/20 7:00 IP Address 100
1087 3/19/20 6:54 3/19/20 7:00 IP Address 100
1088 3/19/20 6:54 3/19/20 7:00 IP Address 100
1089 3/19/20 6:56 3/19/20 7:00 IP Address 100
1090 3/19/20 6:20 3/19/20 7:00 IP Address 100
1091 3/19/20 6:58 3/19/20 7:01 IP Address 100
1092 3/19/20 6:06 3/19/20 7:01 IP Address 100
1093 3/19/20 6:58 3/19/20 7:01 IP Address 100
1094 3/19/20 6:55 3/19/20 7:01 IP Address 100
1095 3/19/20 7:01 3/19/20 7:01 IP Address 100
1096 3/19/20 6:57 3/19/20 7:01 IP Address 100
1097 3/19/20 6:46 3/19/20 7:01 IP Address 100
1098 3/19/20 6:56 3/19/20 7:01 IP Address 100
1099 3/19/20 6:51 3/19/20 7:01 IP Address 100
1100 3/19/20 6:56 3/19/20 7:01 IP Address 100
1101 3/19/20 6:54 3/19/20 7:02 IP Address 100
1102 3/19/20 6:55 3/19/20 7:02 IP Address 100
1103 3/19/20 6:05 3/19/20 7:02 IP Address 100
1104 3/19/20 6:58 3/19/20 7:02 IP Address 100
1105 3/19/20 6:53 3/19/20 7:02 IP Address 100
1106 3/19/20 6:55 3/19/20 7:02 IP Address 100
1107 3/19/20 6:58 3/19/20 7:02 IP Address 100
1108 3/19/20 7:00 3/19/20 7:02 IP Address 100
1109 3/19/20 6:53 3/19/20 7:02 IP Address 100
1110 3/19/20 6:18 3/19/20 7:03 IP Address 100
1111 3/19/20 6:59 3/19/20 7:03 IP Address 100
1112 3/19/20 5:13 3/19/20 7:03 IP Address 100
1113 3/19/20 6:31 3/19/20 7:03 IP Address 100
1114 3/19/20 6:52 3/19/20 7:04 IP Address 100
1115 3/19/20 6:58 3/19/20 7:04 IP Address 100
1116 3/19/20 6:54 3/19/20 7:04 IP Address 100
1117 3/19/20 6:56 3/19/20 7:04 IP Address 100
1118 3/19/20 6:50 3/19/20 7:04 IP Address 100
1119 3/19/20 6:41 3/19/20 7:05 IP Address 100
1120 3/19/20 6:53 3/19/20 7:05 IP Address 100
1121 3/19/20 6:43 3/19/20 7:05 IP Address 100
1122 3/19/20 6:59 3/19/20 7:05 IP Address 100
1123 3/19/20 7:01 3/19/20 7:05 IP Address 100
1124 3/19/20 6:59 3/19/20 7:05 IP Address 100
1125 3/19/20 6:58 3/19/20 7:05 IP Address 100
1126 3/19/20 6:57 3/19/20 7:05 IP Address 100
1127 3/19/20 6:58 3/19/20 7:05 IP Address 100
1128 3/19/20 7:00 3/19/20 7:05 IP Address 100
1129 3/19/20 6:58 3/19/20 7:05 IP Address 100
1130 3/19/20 7:02 3/19/20 7:06 IP Address 100
1131 3/19/20 7:02 3/19/20 7:06 IP Address 100
1132 3/19/20 7:01 3/19/20 7:06 IP Address 100
1133 3/19/20 7:02 3/19/20 7:06 IP Address 100
1134 3/19/20 7:01 3/19/20 7:06 IP Address 100
1135 3/19/20 7:01 3/19/20 7:06 IP Address 100
1136 3/19/20 7:01 3/19/20 7:06 IP Address 100
1137 3/19/20 7:01 3/19/20 7:07 IP Address 100
1138 3/19/20 7:02 3/19/20 7:07 IP Address 100
1139 3/19/20 6:59 3/19/20 7:07 IP Address 100
1140 3/19/20 6:54 3/19/20 7:07 IP Address 100
1141 3/19/20 7:02 3/19/20 7:07 IP Address 100
1142 3/19/20 7:07 3/19/20 7:07 IP Address 100
1143 3/19/20 7:06 3/19/20 7:08 IP Address 100
1144 3/19/20 6:59 3/19/20 7:08 IP Address 100
1145 3/19/20 6:59 3/19/20 7:08 IP Address 100
1146 3/19/20 7:02 3/19/20 7:08 IP Address 100
1147 3/19/20 7:02 3/19/20 7:08 IP Address 100
1148 3/19/20 6:58 3/19/20 7:08 IP Address 100
1149 3/19/20 7:01 3/19/20 7:09 IP Address 100
1150 3/19/20 7:02 3/19/20 7:09 IP Address 100
1151 3/19/20 6:37 3/19/20 7:09 IP Address 100
1152 3/19/20 7:01 3/19/20 7:09 IP Address 100
1153 3/19/20 6:16 3/19/20 7:09 IP Address 100
1154 3/19/20 7:04 3/19/20 7:10 IP Address 100
1155 3/19/20 7:07 3/19/20 7:10 IP Address 100
1156 3/19/20 7:05 3/19/20 7:10 IP Address 100
1157 3/19/20 7:00 3/19/20 7:10 IP Address 100
1158 3/19/20 7:03 3/19/20 7:10 IP Address 100
1159 3/19/20 7:04 3/19/20 7:10 IP Address 100
1160 3/19/20 7:05 3/19/20 7:10 IP Address 100
1161 3/19/20 7:04 3/19/20 7:10 IP Address 100
1162 3/19/20 7:06 3/19/20 7:11 IP Address 100
1163 3/19/20 7:03 3/19/20 7:11 IP Address 100
1164 3/19/20 7:05 3/19/20 7:11 IP Address 100
1165 3/19/20 7:04 3/19/20 7:11 IP Address 100
1166 3/19/20 7:01 3/19/20 7:11 IP Address 100
1167 3/19/20 7:03 3/19/20 7:11 IP Address 100
1168 3/19/20 7:05 3/19/20 7:11 IP Address 100
1169 3/19/20 7:02 3/19/20 7:11 IP Address 100
1170 3/19/20 7:06 3/19/20 7:11 IP Address 100
1171 3/19/20 7:06 3/19/20 7:11 IP Address 100
1172 3/19/20 7:07 3/19/20 7:12 IP Address 100
1173 3/19/20 7:05 3/19/20 7:12 IP Address 100
1174 3/19/20 7:04 3/19/20 7:12 IP Address 100
1175 3/19/20 7:06 3/19/20 7:13 IP Address 100
1176 3/19/20 7:06 3/19/20 7:13 IP Address 100
1177 3/19/20 7:07 3/19/20 7:13 IP Address 100
1178 3/19/20 7:07 3/19/20 7:13 IP Address 100
1179 3/19/20 7:04 3/19/20 7:13 IP Address 100
1180 3/19/20 6:54 3/19/20 7:13 IP Address 100
1181 3/19/20 7:10 3/19/20 7:13 IP Address 100
1182 3/19/20 7:04 3/19/20 7:14 IP Address 100
1183 3/19/20 7:06 3/19/20 7:14 IP Address 100
1184 3/19/20 7:09 3/19/20 7:14 IP Address 100
1185 3/19/20 7:09 3/19/20 7:14 IP Address 100
1186 3/19/20 7:14 3/19/20 7:14 IP Address 100
1187 3/19/20 7:06 3/19/20 7:14 IP Address 100
1188 3/19/20 7:07 3/19/20 7:14 IP Address 100
1189 3/19/20 7:11 3/19/20 7:14 IP Address 100
1190 3/19/20 7:06 3/19/20 7:14 IP Address 100
1191 3/19/20 7:01 3/19/20 7:14 IP Address 100
1192 3/19/20 7:14 3/19/20 7:14 IP Address 100
1193 3/19/20 7:09 3/19/20 7:15 IP Address 100
1194 3/19/20 7:15 3/19/20 7:15 IP Address 100
1195 3/19/20 7:11 3/19/20 7:15 IP Address 100
1196 3/19/20 7:10 3/19/20 7:15 IP Address 100
1197 3/19/20 7:11 3/19/20 7:15 IP Address 100
1198 3/19/20 7:07 3/19/20 7:15 IP Address 100
1199 3/19/20 7:03 3/19/20 7:15 IP Address 100
1200 3/19/20 7:06 3/19/20 7:15 IP Address 100
1201 3/19/20 7:15 3/19/20 7:15 IP Address 100
1202 3/19/20 7:06 3/19/20 7:16 IP Address 100
1203 3/19/20 7:07 3/19/20 7:16 IP Address 100
1204 3/19/20 7:08 3/19/20 7:16 IP Address 100
1205 3/19/20 7:08 3/19/20 7:16 IP Address 100
1206 3/19/20 6:19 3/19/20 7:16 IP Address 100
1207 3/19/20 7:01 3/19/20 7:17 IP Address 100
1208 3/19/20 7:11 3/19/20 7:17 IP Address 100
1209 3/19/20 7:09 3/19/20 7:17 IP Address 100
1210 3/19/20 7:12 3/19/20 7:17 IP Address 100
1211 3/19/20 7:13 3/19/20 7:17 IP Address 100
1212 3/19/20 7:12 3/19/20 7:17 IP Address 100
1213 3/19/20 5:50 3/19/20 7:18 IP Address 100
1214 3/19/20 7:14 3/19/20 7:18 IP Address 100
1215 3/19/20 7:13 3/19/20 7:18 IP Address 100
1216 3/19/20 7:12 3/19/20 7:18 IP Address 100
1217 3/19/20 7:10 3/19/20 7:18 IP Address 100
1218 3/19/20 7:18 3/19/20 7:18 IP Address 100
1219 3/19/20 6:58 3/19/20 7:18 IP Address 100
1220 3/19/20 7:03 3/19/20 7:18 IP Address 100
1221 3/19/20 7:09 3/19/20 7:18 IP Address 100
1222 3/19/20 7:15 3/19/20 7:19 IP Address 100
1223 3/19/20 7:12 3/19/20 7:19 IP Address 100
1224 3/19/20 7:15 3/19/20 7:19 IP Address 100
1225 3/19/20 7:10 3/19/20 7:19 IP Address 100
1226 3/19/20 7:14 3/19/20 7:19 IP Address 100
1227 3/19/20 7:12 3/19/20 7:19 IP Address 100
1228 3/19/20 7:12 3/19/20 7:19 IP Address 100
1229 3/19/20 7:09 3/19/20 7:20 IP Address 100
1230 3/19/20 7:18 3/19/20 7:20 IP Address 100
1231 3/19/20 7:10 3/19/20 7:20 IP Address 100
1232 3/19/20 7:10 3/19/20 7:20 IP Address 100
1233 3/19/20 6:23 3/19/20 7:20 IP Address 100
1234 3/19/20 7:05 3/19/20 7:20 IP Address 100
1235 3/19/20 7:10 3/19/20 7:21 IP Address 100
1236 3/19/20 7:04 3/19/20 7:21 IP Address 100
1237 3/19/20 7:08 3/19/20 7:21 IP Address 100
1238 3/19/20 7:13 3/19/20 7:21 IP Address 100
1239 3/19/20 7:12 3/19/20 7:21 IP Address 100
1240 3/19/20 7:16 3/19/20 7:21 IP Address 100
1241 3/19/20 7:15 3/19/20 7:21 IP Address 100
1242 3/19/20 7:07 3/19/20 7:21 IP Address 100
1243 3/19/20 7:15 3/19/20 7:22 IP Address 100
1244 3/19/20 7:18 3/19/20 7:22 IP Address 100
1245 3/19/20 7:18 3/19/20 7:22 IP Address 100
1246 3/19/20 7:14 3/19/20 7:22 IP Address 100
1247 3/19/20 7:17 3/19/20 7:22 IP Address 100
1248 3/19/20 7:16 3/19/20 7:22 IP Address 100
1249 3/19/20 7:15 3/19/20 7:22 IP Address 100
Duration..in.seconds. Finished RecordedDate ResponseId
1 281 TRUE 3/17/20 17:01 R_2frKYIOy7KEE7un
2 442 TRUE 3/17/20 20:38 R_1oG5OkmsFriVqZM
3 4 TRUE 3/18/20 7:33 R_2QFmRaps2e9IdzG
4 1013 TRUE 3/18/20 7:58 R_2B2GnzpGYTBU9oY
5 79 TRUE 3/18/20 8:00 R_25ydRn864kRFG5f
6 3327 TRUE 3/18/20 8:00 R_ekt2tVMMwcpaciB
7 231 TRUE 3/18/20 8:05 R_2woGcyUA1eZgIDw
8 628 TRUE 3/18/20 8:09 R_1NbnfKwiIcuahT0
9 636 TRUE 3/18/20 8:11 R_SNRr6YYpyWCz0ml
10 124 TRUE 3/18/20 8:11 R_8iSQd8wNwXiKFsR
11 1136 TRUE 3/18/20 8:17 R_1mOy5ad7QlrWNrk
12 210 TRUE 3/18/20 8:24 R_4Z2xkqZgnlmxfMt
13 850 TRUE 3/18/20 8:25 R_3eazINEKtn7v67t
14 134 TRUE 3/18/20 8:54 R_2e5230lKd1aPtii
15 275 TRUE 3/18/20 9:47 R_3fpyBLoek9fyKcS
16 184 TRUE 3/18/20 10:14 R_1rMJV3nYV0pquJM
17 3 TRUE 3/18/20 10:17 R_3k25Hu8eFTPnXm2
18 2142 TRUE 3/18/20 10:28 R_Au2TtBBQVsMIgbD
19 90 TRUE 3/18/20 10:41 R_1OWd1ZbZcXSG21M
20 180 TRUE 3/18/20 12:09 R_2A1inXwMEdRDgRF
21 16986 TRUE 3/18/20 13:09 R_32LPrb0xQKfEScA
22 1045 TRUE 3/18/20 13:27 R_2A1nki4JhyZCkW9
23 306 TRUE 3/18/20 13:44 R_OJ53p2G2tObfJTP
24 112 TRUE 3/18/20 14:05 R_3Ra2lTFghDSoWqw
25 7 TRUE 3/18/20 14:27 R_BJvDFpdU6PBjzW1
26 5212 TRUE 3/18/20 15:54 R_2TLFaFC1gWphgJf
27 36465 TRUE 3/18/20 17:08 R_vdDBr68ToaekPlf
28 530 TRUE 3/18/20 17:08 R_2du3o2Yx9i6L4ZT
29 123 TRUE 3/18/20 17:10 R_2aIRTwlzhU71jps
30 350 TRUE 3/19/20 4:28 R_AbPFhdJVCuz1sYh
31 273 TRUE 3/19/20 4:31 R_2BezbER8xfUStEN
32 236 TRUE 3/19/20 4:32 R_xbfL89yjwQq41gd
33 311 TRUE 3/19/20 4:32 R_1EiiquiSRdbU1NQ
34 407 TRUE 3/19/20 4:39 R_2TnFEyYDHTMZS64
35 497 TRUE 3/19/20 4:39 R_vI7cKpFEKj03G37
36 449 TRUE 3/19/20 4:40 R_1mwwkQ5WToUhPyV
37 417 TRUE 3/19/20 4:41 R_oYshkQASUbghNLP
38 301 TRUE 3/19/20 4:41 R_2WOrV65IP3CQqL7
39 660 TRUE 3/19/20 4:47 R_3HiSwYnKHJrLo27
40 6 TRUE 3/19/20 4:48 R_4YIjqVpPjodzQf7
41 460 TRUE 3/19/20 4:48 R_3k5pqsvThFDmwbB
42 347 TRUE 3/19/20 4:51 R_2pRhja8diJ8OrgY
43 236 TRUE 3/19/20 4:51 R_1hAsAJqQsf8ADRo
44 209 TRUE 3/19/20 4:51 R_1l4tYRHLHZH9ixm
45 243 TRUE 3/19/20 4:51 R_1k1TVWFRSwg9J3t
46 162 TRUE 3/19/20 4:51 R_3MJP75K2ie2sRIy
47 106 TRUE 3/19/20 4:52 R_W8a53vqzaGqJedr
48 338 TRUE 3/19/20 4:52 R_3MyBpvCIe6sOFrd
49 321 TRUE 3/19/20 4:52 R_2xRkdaKNkBXY4fr
50 377 TRUE 3/19/20 4:53 R_1l9mdCfNnH88IHq
51 204 TRUE 3/19/20 4:53 R_2BgQpz0v0avOz4M
52 335 TRUE 3/19/20 4:53 R_1r1xPea4q0qGpKB
53 315 TRUE 3/19/20 4:53 R_2Ygg1c1P3YhEAkX
54 303 TRUE 3/19/20 4:54 R_URc6eYYSIaLnlcZ
55 351 TRUE 3/19/20 4:54 R_3LgT0NT2JjPiqjA
56 251 TRUE 3/19/20 4:54 R_1Qlxc76VxI1sMJl
57 439 TRUE 3/19/20 4:54 R_2VIOkP5JCbjPBi3
58 142 TRUE 3/19/20 4:54 R_1MXJ3wsJqvVIbyE
59 419 TRUE 3/19/20 4:54 R_1IyZ0Bjskoytts9
60 377 TRUE 3/19/20 4:54 R_qw60jMSSL8rnlmh
61 318 TRUE 3/19/20 4:54 R_DpX6JGvkMw720kV
62 193 TRUE 3/19/20 4:54 R_rqnCSKa1So6Wkvf
63 597 TRUE 3/19/20 4:54 R_1E3PgPEPr4uOLcs
64 499 TRUE 3/19/20 4:55 R_2dmRcCeKMg7zAHi
65 200 TRUE 3/19/20 4:55 R_YYrYTEccf2l5o9X
66 362 TRUE 3/19/20 4:55 R_5cdesc7YdiCSAtH
67 296 TRUE 3/19/20 4:55 R_3fNMRXg0DZ3tD6T
68 353 TRUE 3/19/20 4:56 R_1gbA11iRrqYMPp0
69 262 TRUE 3/19/20 4:56 R_1l0EgFxZTF8gt7e
70 377 TRUE 3/19/20 4:56 R_SWeAHMhWvLulPiN
71 411 TRUE 3/19/20 4:56 R_2S2dsgoRVYeAKId
72 442 TRUE 3/19/20 4:56 R_32KPGZM4aQUVV3n
73 428 TRUE 3/19/20 4:56 R_1E67s3OwgKeGc95
74 437 TRUE 3/19/20 4:56 R_2CDlz0a2vUABglK
75 423 TRUE 3/19/20 4:56 R_2c2yhLiTPZFxQsN
76 698 TRUE 3/19/20 4:56 R_OeymraFfk2CcUKJ
77 301 TRUE 3/19/20 4:57 R_d0vTEjRlMtLK4x3
78 535 TRUE 3/19/20 4:57 R_1QayEirSyiRfNgR
79 5 TRUE 3/19/20 4:57 R_1HoCkLCFfX8ANrx
80 489 TRUE 3/19/20 4:58 R_C1bEgSJbcEN8fbX
81 262 TRUE 3/19/20 4:58 R_1q2kMtjpBbNAlRZ
82 318 TRUE 3/19/20 4:58 R_2R7YBG09ZOBOgq4
83 263 TRUE 3/19/20 4:58 R_3nMjqhu7HU9Z6mW
84 117 TRUE 3/19/20 4:58 R_28HW8DDjhrR6prf
85 219 TRUE 3/19/20 4:58 R_3huSUB9B5p5M31u
86 199 TRUE 3/19/20 4:58 R_5dKtrDQ4FLztJgR
87 435 TRUE 3/19/20 4:59 R_1mLyJebcvUIP75q
88 500 TRUE 3/19/20 4:59 R_1QnGd5w0eilQeaa
89 6 TRUE 3/19/20 4:59 R_2dv7pNO3NfR1uuC
90 4 TRUE 3/19/20 4:59 R_3PjcJ9Ffwn4epjE
91 294 TRUE 3/19/20 5:00 R_3G3BHIiubPFngcK
92 588 TRUE 3/19/20 5:00 R_1d4TihDQFCg7kvW
93 351 TRUE 3/19/20 5:00 R_1QMc6h2OPyBCTE7
94 359 TRUE 3/19/20 5:00 R_BVCzkUjnNFiBH4R
95 306 TRUE 3/19/20 5:00 R_1DTDctfUeaqFils
96 431 TRUE 3/19/20 5:00 R_3CT13y1jrOKaFSB
97 768 TRUE 3/19/20 5:01 R_tWoayHlBHJ0U8il
98 236 TRUE 3/19/20 5:01 R_2zOsop1RFlGlZKj
99 550 TRUE 3/19/20 5:01 R_1Af9f3a7isCvR2V
100 409 TRUE 3/19/20 5:02 R_3etpLHaGUdDA8Ce
101 368 TRUE 3/19/20 5:02 R_3R2U1iiFbAeohNV
102 237 TRUE 3/19/20 5:02 R_3DnmO1sfifkoug9
103 725 TRUE 3/19/20 5:02 R_2TAlAxJJY3er0r5
104 445 TRUE 3/19/20 5:02 R_3Hq6hHJJNi7CYLN
105 358 TRUE 3/19/20 5:03 R_OCp6eztjzcmwrVn
106 314 TRUE 3/19/20 5:03 R_1Fg4uPuapBmyGVU
107 365 TRUE 3/19/20 5:03 R_1DSuGprOnTq7ZeE
108 381 TRUE 3/19/20 5:03 R_3sB26PB7XAqKoGq
109 651 TRUE 3/19/20 5:03 R_1JRZMtpT4ui5bNe
110 333 TRUE 3/19/20 5:04 R_2trNhEU8QacDDpf
111 13 TRUE 3/19/20 5:04 R_305VNaVVTi55tz4
112 280 TRUE 3/19/20 5:04 R_6g2BoMEKVCCMqYx
113 1084 TRUE 3/19/20 5:04 R_11X7OvIeIS5p8Su
114 640 TRUE 3/19/20 5:04 R_2YuoTrlQXCWJy5I
115 165 TRUE 3/19/20 5:04 R_1gRsE5X29rde9h3
116 269 TRUE 3/19/20 5:04 R_3Pidw6NVvGbXCHD
117 407 TRUE 3/19/20 5:04 R_3qJqlShjsuRcWm5
118 283 TRUE 3/19/20 5:04 R_2dgbZT2DbbBTCLZ
119 851 TRUE 3/19/20 5:04 R_31d5yP0klEh8B6r
120 504 TRUE 3/19/20 5:05 R_3KUf7oKWLmkf3rv
121 173 TRUE 3/19/20 5:05 R_3p0jq1BJyXkBZ23
122 347 TRUE 3/19/20 5:05 R_3EFRTZmgIj6XeOq
123 453 TRUE 3/19/20 5:05 R_1jdnLjTEACjcy3Y
124 512 TRUE 3/19/20 5:05 R_3MRrpXpim9YTim6
125 456 TRUE 3/19/20 5:05 R_1ieMOfsDDtHQ9yY
126 297 TRUE 3/19/20 5:05 R_1Kx4QyaLRxNIqVF
127 626 TRUE 3/19/20 5:06 R_25AQwvXvnSYgJD3
128 309 TRUE 3/19/20 5:06 R_1IgS9JtrimkMQZx
129 547 TRUE 3/19/20 5:06 R_3pgzcr05TXYLAni
130 455 TRUE 3/19/20 5:06 R_1H2iCyCzIgiPYox
131 260 TRUE 3/19/20 5:06 R_3EMgcSwATX4kZro
132 350 TRUE 3/19/20 5:06 R_3pb4Bw3OL58AVKm
133 267 TRUE 3/19/20 5:06 R_2D6sDEcWSVP2U3F
134 359 TRUE 3/19/20 5:06 R_2rx8CcDpLVgtEjb
135 263 TRUE 3/19/20 5:06 R_2rBdy3cicZYvp1m
136 273 TRUE 3/19/20 5:06 R_3FJrvjStc5J5qfJ
137 302 TRUE 3/19/20 5:06 R_2RWilclswA5h0XJ
138 280 TRUE 3/19/20 5:07 R_3JJePJsTULwUUuT
139 160 TRUE 3/19/20 5:07 R_1i9h4JqPdMIO5AZ
140 828 TRUE 3/19/20 5:07 R_CjcVagdNjbuyESd
141 304 TRUE 3/19/20 5:07 R_uac7ohR9ninalNv
142 199 TRUE 3/19/20 5:07 R_2tbanmqjdYbEtfi
143 381 TRUE 3/19/20 5:07 R_r1HWKr7gqKk3S6Z
144 250 TRUE 3/19/20 5:07 R_12bDP3dAMHm8Na9
145 504 TRUE 3/19/20 5:07 R_2zBWlNd43irUMQ0
146 801 TRUE 3/19/20 5:07 R_2ZX54yTpNsoDSlM
147 341 TRUE 3/19/20 5:07 R_1ikrLRfqFETHkQJ
148 349 TRUE 3/19/20 5:07 R_2q8KhQ0YGMYPSKY
149 381 TRUE 3/19/20 5:08 R_UumOvjgFrYc6LL3
150 370 TRUE 3/19/20 5:08 R_DnPHcC4jxWWgLNT
151 357 TRUE 3/19/20 5:08 R_3oNG8GG4PyfqMHD
152 426 TRUE 3/19/20 5:08 R_aXYYqaClQQMnUGt
153 390 TRUE 3/19/20 5:08 R_3CNR4PjPBnlHE3h
154 8 TRUE 3/19/20 5:09 R_DbYUZG0TC96NMRz
155 396 TRUE 3/19/20 5:09 R_1dN2vilKSfZnaP9
156 422 TRUE 3/19/20 5:09 R_1mVq5r09X6k1Wry
157 395 TRUE 3/19/20 5:09 R_3gMH6sTU3ZD7PTw
158 383 TRUE 3/19/20 5:09 R_3qWhSHPqJ1dMKXb
159 492 TRUE 3/19/20 5:09 R_1GIWWHDNPAKtonl
160 299 TRUE 3/19/20 5:10 R_3GuFpDlGt4j9I7N
161 240 TRUE 3/19/20 5:10 R_2absJJVNX4WwhGp
162 414 TRUE 3/19/20 5:10 R_32LYGovj5L2AUUB
163 222 TRUE 3/19/20 5:10 R_r8sZRntqujjUzhT
164 693 TRUE 3/19/20 5:10 R_3MhsYRtrMYwADv3
165 371 TRUE 3/19/20 5:10 R_u4Zh78vAM6BZ1UR
166 432 TRUE 3/19/20 5:10 R_2EHkHfAgaSXzREt
167 433 TRUE 3/19/20 5:10 R_1MThSnbUH3VftIr
168 247 TRUE 3/19/20 5:10 R_3h09le9fOiRZ4Aq
169 868 TRUE 3/19/20 5:11 R_TcLAoW6lXsClfMt
170 260 TRUE 3/19/20 5:11 R_vltQxqwZtIIRcAN
171 313 TRUE 3/19/20 5:11 R_CfTT9lP8QcGIcHn
172 599 TRUE 3/19/20 5:11 R_1QascpMJkxd6NYx
173 136 TRUE 3/19/20 5:11 R_YaJ6s4Wcn4vVvHz
174 500 TRUE 3/19/20 5:11 R_be0CNRQOrwTAEEh
175 865 TRUE 3/19/20 5:11 R_2VlG19VLhJA5S16
176 231 TRUE 3/19/20 5:12 R_1IaeIMQs23F0SeK
177 446 TRUE 3/19/20 5:12 R_2SIbCVJtrCbO56r
178 313 TRUE 3/19/20 5:12 R_3feo5gQBaNket5j
179 224 TRUE 3/19/20 5:12 R_Qb9mp9qovUAykOl
180 530 TRUE 3/19/20 5:12 R_er4qpGVYcffdkPv
181 986 TRUE 3/19/20 5:12 R_2bP1NDLQru9f5cU
182 682 TRUE 3/19/20 5:12 R_CkphKjsIe5eBoad
183 194 TRUE 3/19/20 5:12 R_ZglYDxtOpqiIged
184 518 TRUE 3/19/20 5:13 R_bDx0wCNS82YxuiB
185 414 TRUE 3/19/20 5:13 R_27pwlDwP5Yd8qR4
186 257 TRUE 3/19/20 5:13 R_3lyROVyPlv0reoi
187 228 TRUE 3/19/20 5:13 R_2bO9IrbqEPdmFtr
188 519 TRUE 3/19/20 5:13 R_3m8l2bALHkihBsR
189 352 TRUE 3/19/20 5:13 R_XH6kRdasd98IHLz
190 279 TRUE 3/19/20 5:13 R_1ovVoXN7OfWC21Q
191 519 TRUE 3/19/20 5:13 R_3DbiKnvv2HRrjbk
192 492 TRUE 3/19/20 5:13 R_w4ZFukxtyAaBjpv
193 436 TRUE 3/19/20 5:13 R_WkxyIJi7kpukkPD
194 301 TRUE 3/19/20 5:14 R_3oNlzSt6B8hjygj
195 475 TRUE 3/19/20 5:14 R_1HdaN7MnLjTCsYz
196 547 TRUE 3/19/20 5:14 R_UswIw8ZLugEJZCN
197 543 TRUE 3/19/20 5:14 R_2S2p5zEt9fqvoOL
198 311 TRUE 3/19/20 5:14 R_Qc4ysAHqyPOC5SV
199 333 TRUE 3/19/20 5:14 R_2493I1gVYrWthA4
200 193 TRUE 3/19/20 5:14 R_1jHEjZM9ucJYAAV
201 449 TRUE 3/19/20 5:15 R_2zC0CnA34RzzxyN
202 278 TRUE 3/19/20 5:15 R_3g62vgr425JSmX4
203 364 TRUE 3/19/20 5:15 R_utgKX1BVNCmzgkh
204 526 TRUE 3/19/20 5:15 R_3EmPZ6L26L1qivu
205 774 TRUE 3/19/20 5:15 R_2f1H0zJO2OPPpb3
206 199 TRUE 3/19/20 5:15 R_0qPzFCpu3ZPwIH7
207 215 TRUE 3/19/20 5:16 R_3qvtLtTD0ueXP3z
208 362 TRUE 3/19/20 5:16 R_25LXT4N3i0he2Jg
209 762 TRUE 3/19/20 5:16 R_2CrWBsa7AlTwwhQ
210 4 TRUE 3/19/20 5:16 R_z2bZlTNvrM3bSPD
211 343 TRUE 3/19/20 5:16 R_1JWQ1qBXZNsBwUc
212 351 TRUE 3/19/20 5:16 R_AH9JacS4aE9ed6F
213 231 TRUE 3/19/20 5:16 R_215Rm610KaP1PU4
214 231 TRUE 3/19/20 5:16 R_1jdgTbPPjJK8ov9
215 1106 TRUE 3/19/20 5:16 R_3rOD0wxxv8oWkzm
216 319 TRUE 3/19/20 5:16 R_2RUNopcG5A2jV1I
217 788 TRUE 3/19/20 5:17 R_2aFA6JtESIrgGOC
218 562 TRUE 3/19/20 5:17 R_2cBY4ke7JlqQjPz
219 461 TRUE 3/19/20 5:17 R_wMMQEXmwMTvXBHX
220 924 TRUE 3/19/20 5:17 R_11hAJwRbBWiplUk
221 354 TRUE 3/19/20 5:17 R_2Y53XLw1fzXegEP
222 414 TRUE 3/19/20 5:17 R_vHpzSL9tKObkhdT
223 363 TRUE 3/19/20 5:18 R_1QaOQBkHIKzFJ7c
224 318 TRUE 3/19/20 5:18 R_2e3XIZUoerY9ZRb
225 521 TRUE 3/19/20 5:18 R_1M6buVrQZJ7q2ZJ
226 433 TRUE 3/19/20 5:18 R_71exRHONLP6bJIJ
227 257 TRUE 3/19/20 5:18 R_1NEAGZK3kPQPfWH
228 370 TRUE 3/19/20 5:18 R_1OYQZ3Boz7DrvaK
229 555 TRUE 3/19/20 5:18 R_2Porf2br1PXMtbO
230 443 TRUE 3/19/20 5:19 R_2y3CgEZ0TtmmXF5
231 431 TRUE 3/19/20 5:19 R_0OpPzxQxyTfgOpb
232 407 TRUE 3/19/20 5:19 R_cAzk2mAQpBrxesF
233 718 TRUE 3/19/20 5:19 R_1GQaQkZ5m8ORfxm
234 395 TRUE 3/19/20 5:19 R_1kFDis2gCfzhjAV
235 262 TRUE 3/19/20 5:19 R_1QDGqtiK8EAPo8q
236 137 TRUE 3/19/20 5:20 R_8CEfLv0VCREWf0B
237 294 TRUE 3/19/20 5:20 R_2QVC9REVmLvexFx
238 330 TRUE 3/19/20 5:20 R_3nBZlcW7eRc6S9A
239 267 TRUE 3/19/20 5:20 R_1DA9xfQrZIG0OlH
240 447 TRUE 3/19/20 5:21 R_28Zdr2jtNB5ZQUp
241 652 TRUE 3/19/20 5:21 R_2wFBHG1AzOXfS2v
242 365 TRUE 3/19/20 5:21 R_1onJ1IgfyHr4Cxq
243 939 TRUE 3/19/20 5:21 R_2YXvVZ103KrxC83
244 457 TRUE 3/19/20 5:21 R_3e9cYzoYZNotUhX
245 271 TRUE 3/19/20 5:21 R_b3KaLyzxKBwcI37
246 612 TRUE 3/19/20 5:21 R_1GxetsFHo6gNfoN
247 549 TRUE 3/19/20 5:21 R_ZL8pzf5Vshwn1fz
248 278 TRUE 3/19/20 5:22 R_3pr068wC4kvxMlL
249 122 TRUE 3/19/20 5:22 R_3JfvVv0dji00OaE
250 1203 TRUE 3/19/20 5:22 R_0ILUsXFGxzVsOl3
251 239 TRUE 3/19/20 5:22 R_2pJNrggiUgIj97s
252 258 TRUE 3/19/20 5:22 R_24sxRF6HrgCkOjf
253 308 TRUE 3/19/20 5:22 R_3oTIRTQhOe1QOl8
254 345 TRUE 3/19/20 5:22 R_28BAp0qWB3EwXDX
255 664 TRUE 3/19/20 5:22 R_RqpK8LuMPIxbNrH
256 381 TRUE 3/19/20 5:23 R_1i5aVbid8Fyv3kG
257 107 TRUE 3/19/20 5:23 R_1mCpHuTdevh4OU5
258 417 TRUE 3/19/20 5:23 R_33rkKh8t9QB6E9C
259 368 TRUE 3/19/20 5:23 R_tYgK4fAk5o5iDZf
260 506 TRUE 3/19/20 5:23 R_ABERo0FZUxs1KzD
261 268 TRUE 3/19/20 5:24 R_2wmoBIIdcITAao4
262 247 TRUE 3/19/20 5:24 R_1QuBm7JSE16h428
263 330 TRUE 3/19/20 5:24 R_PzhxbPicbxkX4ul
264 385 TRUE 3/19/20 5:24 R_1Sxl8XAd5q3axmV
265 380 TRUE 3/19/20 5:24 R_3Mor3xhaHHNMEbG
266 372 TRUE 3/19/20 5:24 R_eWDvFcxAQPFfe6d
267 356 TRUE 3/19/20 5:24 R_3nAztCqfn6Y2S1u
268 141 TRUE 3/19/20 5:25 R_22tMQd50Dxgde3h
269 381 TRUE 3/19/20 5:26 R_1HkjVgZ6iVDQ0iY
270 298 TRUE 3/19/20 5:26 R_3haJ3sieeiJ2Wuf
271 48 TRUE 3/19/20 5:26 R_2uPMu6K0dfsHGqR
272 808 TRUE 3/19/20 5:26 R_PO3zzmOMnxLcWdP
273 312 TRUE 3/19/20 5:26 R_2YKPZilSkbs3Ug2
274 810 TRUE 3/19/20 5:26 R_PZNosaWswMJdQxX
275 797 TRUE 3/19/20 5:27 R_1hQYScZnrpAvMa2
276 10 TRUE 3/19/20 5:27 R_23e5Ry6CuvV7W40
277 351 TRUE 3/19/20 5:27 R_2D7gaO9KMkWIioW
278 519 TRUE 3/19/20 5:27 R_6ogLliYGggDJGA9
279 456 TRUE 3/19/20 5:27 R_3HuCi4fZScqgSXT
280 2107 TRUE 3/19/20 5:27 R_1QzoxwwAYnxNiiV
281 213 TRUE 3/19/20 5:28 R_UgOYJFYAgry01rz
282 1243 TRUE 3/19/20 5:28 R_TnL7Q1ODbAkgLKh
283 310 TRUE 3/19/20 5:28 R_1F3p8GdwH4hTvGs
284 10 TRUE 3/19/20 5:28 R_1rMOna859BmDLC3
285 508 TRUE 3/19/20 5:28 R_30kqyxQLpN47i4O
286 415 TRUE 3/19/20 5:28 R_5mX8JEsvisl1bTH
287 387 TRUE 3/19/20 5:28 R_TcPAzPQPrRvz73z
288 1160 TRUE 3/19/20 5:29 R_3Earqx8o0QARFSN
289 7 TRUE 3/19/20 5:29 R_bjZdSwAe3HDxlhT
290 1058 TRUE 3/19/20 5:29 R_qFs70rE7m1yTEat
291 269 TRUE 3/19/20 5:29 R_3EWLhk72z8f69LR
292 125 TRUE 3/19/20 5:29 R_0xfeOCJo2lk5jhf
293 1209 TRUE 3/19/20 5:29 R_XSXppdfA0wEyMSJ
294 387 TRUE 3/19/20 5:29 R_22XEwdvJlmVFw67
295 474 TRUE 3/19/20 5:30 R_2wgd72WZ2qFRtpG
296 210 TRUE 3/19/20 5:30 R_262H2nOghGTSEBr
297 535 TRUE 3/19/20 5:30 R_1oA5ULnBQPLYpiy
298 348 TRUE 3/19/20 5:30 R_2ykMzbcjFOLbnfl
299 291 TRUE 3/19/20 5:30 R_1gSFnMoiTlyfbP6
300 1324 TRUE 3/19/20 5:30 R_2Bfe999cZ46ZRgu
301 338 TRUE 3/19/20 5:30 R_1QzRg4Mkp6cZKaX
302 368 TRUE 3/19/20 5:30 R_9Bv5iqkJj3fzCJX
303 295 TRUE 3/19/20 5:31 R_3FJY4JabZkBA0ok
304 391 TRUE 3/19/20 5:31 R_3pr81vX93fvYogf
305 368 TRUE 3/19/20 5:31 R_71e5HH5T3CPIBLH
306 29 TRUE 3/19/20 5:31 R_DHLZMIoZnGeLhbr
307 606 TRUE 3/19/20 5:31 R_3ilkvaZMaHPqKEO
308 542 TRUE 3/19/20 5:31 R_1mqkyq1dB7I9NJo
309 190 TRUE 3/19/20 5:31 R_e9vPU9T1ewpHYpX
310 343 TRUE 3/19/20 5:31 R_PXs11pI8sqhifcd
311 515 TRUE 3/19/20 5:31 R_0vzzz6jBVx9qe7D
312 561 TRUE 3/19/20 5:32 R_1QMHZE1PrzXNVXT
313 822 TRUE 3/19/20 5:32 R_cu2vwz44M2f4hj3
314 337 TRUE 3/19/20 5:32 R_e3VW6AWH98cM2Tn
315 295 TRUE 3/19/20 5:32 R_2aPHi1IlGDI2Byf
316 351 TRUE 3/19/20 5:32 R_2D0srsOS5gYeslS
317 895 TRUE 3/19/20 5:32 R_efA98WgCo2VRW7L
318 295 TRUE 3/19/20 5:32 R_38KjidbJTJOp41H
319 186 TRUE 3/19/20 5:32 R_337ilvlh3uiSjwT
320 246 TRUE 3/19/20 5:32 R_3FXPaEZP3nfoLtz
321 289 TRUE 3/19/20 5:32 R_3L5SteLS0ofI7Cp
322 469 TRUE 3/19/20 5:33 R_3gUD5rzcS2oKecd
323 538 TRUE 3/19/20 5:33 R_3Dkm2QobKe5w8Uc
324 473 TRUE 3/19/20 5:33 R_1oaPzPnvyn2aqBm
325 299 TRUE 3/19/20 5:33 R_4Scxxy7wNyH2DtL
326 310 TRUE 3/19/20 5:34 R_20MfkduQq5eNr5f
327 298 TRUE 3/19/20 5:34 R_3qDvzTU3syCnE8d
328 226 TRUE 3/19/20 5:34 R_cNpODqhPLPxXb4R
329 307 TRUE 3/19/20 5:34 R_vlbLCYPlXzoDmF3
330 418 TRUE 3/19/20 5:34 R_12fOEoGCmezexgK
331 1129 TRUE 3/19/20 5:34 R_1lAHuVGYKoWMRUL
332 246 TRUE 3/19/20 5:34 R_1CJwyUCNUDs2Nx0
333 387 TRUE 3/19/20 5:34 R_1dGneHDJ6lGynrj
334 13 TRUE 3/19/20 5:34 R_w0OOH8qWDhSM87v
335 1010 TRUE 3/19/20 5:35 R_2BhyPi93aJXChrG
336 287 TRUE 3/19/20 5:35 R_3Rx6lWFzJ5Jn2nU
337 756 TRUE 3/19/20 5:35 R_DSkJxwrZouCZJap
338 366 TRUE 3/19/20 5:35 R_2aJ3ZsfAg914UJF
339 529 TRUE 3/19/20 5:35 R_26g5nfz9HumtAKI
340 1013 TRUE 3/19/20 5:35 R_3Mb3dh3vTs39S65
341 200 TRUE 3/19/20 5:35 R_u2EjXwRFwo2AD9D
342 271 TRUE 3/19/20 5:35 R_bf94NP8zlLoJZmN
343 341 TRUE 3/19/20 5:35 R_31RwIuT5EMgMdw5
344 539 TRUE 3/19/20 5:35 R_1oe7t9lRPOitAoe
345 681 TRUE 3/19/20 5:35 R_1qh2K9HuJRj0jFg
346 116 TRUE 3/19/20 5:35 R_PLQ4OjdbC21L4oV
347 138 TRUE 3/19/20 5:35 R_26msqS4amEbGB2X
348 574 TRUE 3/19/20 5:35 R_31T8nhdsrKR1i9a
349 441 TRUE 3/19/20 5:36 R_3nCQo9bn2z5hoi7
350 415 TRUE 3/19/20 5:36 R_1FwX8P064FJbvoI
351 462 TRUE 3/19/20 5:36 R_1hWjQq5J5njH6tz
352 545 TRUE 3/19/20 5:36 R_79BzoB5GAlXxMDT
353 327 TRUE 3/19/20 5:36 R_RxAnqoQA4TIIyid
354 340 TRUE 3/19/20 5:36 R_O1i0JTFMnI2kHx7
355 446 TRUE 3/19/20 5:36 R_1CfDzxC2VHd2Kc3
356 323 TRUE 3/19/20 5:36 R_3PHxYQ9k4HNnMx1
357 446 TRUE 3/19/20 5:37 R_2UhjOmlDsQLvqaB
358 402 TRUE 3/19/20 5:37 R_2PuNxuo48xc2yu8
359 268 TRUE 3/19/20 5:37 R_Qi799cTxYZLwWE9
360 512 TRUE 3/19/20 5:37 R_CZAFMzMNL6Mypj3
361 523 TRUE 3/19/20 5:37 R_1o29iaKrSKq2Shi
362 422 TRUE 3/19/20 5:37 R_12olplT2MSPL7oS
363 404 TRUE 3/19/20 5:37 R_2y2vZjMm4AEnkh1
364 469 TRUE 3/19/20 5:37 R_271NSck4kUtDLAT
365 292 TRUE 3/19/20 5:37 R_3lueJ8pCLvR4aQN
366 145 TRUE 3/19/20 5:38 R_12L1ksjbu7oyuZP
367 327 TRUE 3/19/20 5:38 R_3JEo15anqzSyae9
368 574 TRUE 3/19/20 5:38 R_WAqzb4aQ6iThsIN
369 545 TRUE 3/19/20 5:38 R_24qm3ohOgTX84rO
370 442 TRUE 3/19/20 5:38 R_1hGqWr2BN0o47hH
371 328 TRUE 3/19/20 5:38 R_yWvLh0ybSGIbBzX
372 707 TRUE 3/19/20 5:38 R_21htjzHUVEoOg9p
373 592 TRUE 3/19/20 5:38 R_1LG4xA1DlFMCmc7
374 451 TRUE 3/19/20 5:38 R_1rpul6RE1R8CbGR
375 423 TRUE 3/19/20 5:38 R_2RXiri8Bi877e5G
376 17 TRUE 3/19/20 5:38 R_2pQMQiGjLdMPo5p
377 173 TRUE 3/19/20 5:38 R_1lztzoMDxxBRTKB
378 867 TRUE 3/19/20 5:39 R_1KqFXqTTODTFcwb
379 4 TRUE 3/19/20 5:39 R_povoqV6xfUxJSUx
380 2252 TRUE 3/19/20 5:39 R_1ooIUlrB7yv7i9K
381 319 TRUE 3/19/20 5:39 R_3JEOciHziG3R0GO
382 945 TRUE 3/19/20 5:39 R_Tw7CBZryxUHL6IV
383 251 TRUE 3/19/20 5:39 R_3HMQ0YC9kqqno5q
384 523 TRUE 3/19/20 5:40 R_1jOMSb6hSayZ9md
385 164 TRUE 3/19/20 5:40 R_2fv9Lb21JwWssBQ
386 2616 TRUE 3/19/20 5:40 R_1MVSY0tumhIlN0V
387 445 TRUE 3/19/20 5:40 R_tMnQI2qUcUZhbsR
388 303 TRUE 3/19/20 5:41 R_1LjtnSUsKUOufng
389 168 TRUE 3/19/20 5:41 R_247qxDW4ud4Doyy
390 372 TRUE 3/19/20 5:41 R_3lxgZBiuh2PBKqe
391 494 TRUE 3/19/20 5:41 R_40Dg8eEmviK5Evn
392 135 TRUE 3/19/20 5:41 R_qWsZjLPXA9dcqpH
393 245 TRUE 3/19/20 5:41 R_3k52VBCRoNfDmOq
394 829 TRUE 3/19/20 5:41 R_2ASV3PLAkM07vRh
395 253 TRUE 3/19/20 5:41 R_qDer3tHSuBYts5j
396 642 TRUE 3/19/20 5:41 R_3iVvIOsQvkTrGUa
397 282 TRUE 3/19/20 5:41 R_31GyjjYjvmETdoo
398 378 TRUE 3/19/20 5:41 R_3QMlNp6emvSutTa
399 253 TRUE 3/19/20 5:42 R_1DwBUXFQEs1JUyN
400 549 TRUE 3/19/20 5:42 R_D7CYYnCzVHdt6NP
401 322 TRUE 3/19/20 5:42 R_3kvbIXRoAtxVUfW
402 436 TRUE 3/19/20 5:42 R_1HjlK0EcbhLjFS7
403 706 TRUE 3/19/20 5:42 R_0jPzILnwjPPuJS9
404 1048 TRUE 3/19/20 5:42 R_2YLntJJVFbPewKZ
405 264 TRUE 3/19/20 5:42 R_29vr46RrSxcBs8p
406 343 TRUE 3/19/20 5:42 R_1LvagOTz2Q86qhL
407 325 TRUE 3/19/20 5:42 R_2B3eiE9u0kNTE8t
408 179 TRUE 3/19/20 5:42 R_3ESiVjJSvrRXUqe
409 335 TRUE 3/19/20 5:43 R_3CQoTZe4PlBuWjo
410 345 TRUE 3/19/20 5:43 R_WC12OrN7HNlsS4h
411 891 TRUE 3/19/20 5:43 R_DksoUwv0e3ZFrup
412 283 TRUE 3/19/20 5:43 R_1odsiGyrlfMkHhV
413 875 TRUE 3/19/20 5:43 R_3CV5f6dVEqLk9oi
414 1697 TRUE 3/19/20 5:43 R_278VxXFpOLILY0J
415 481 TRUE 3/19/20 5:43 R_RQrd7zaZ0o8RVhn
416 1502 TRUE 3/19/20 5:43 R_pgGDdvJSFy9fj0d
417 560 TRUE 3/19/20 5:43 R_2cBZHA73991Meis
418 804 TRUE 3/19/20 5:43 R_db8uFSrkBwcqBzP
419 398 TRUE 3/19/20 5:43 R_1GJmILRHrGpQBhl
420 306 TRUE 3/19/20 5:43 R_1OVMk3LlUpsbABv
421 612 TRUE 3/19/20 5:43 R_yq34dZOix0xlwOJ
422 9 TRUE 3/19/20 5:43 R_4ME00Wfi6Ps6t1f
423 88 TRUE 3/19/20 5:43 R_1n3FllDhuhej4eY
424 194 TRUE 3/19/20 5:44 R_a5mNV6EVrqC9ncl
425 302 TRUE 3/19/20 5:44 R_OczjOB6u8KiTxKx
426 250 TRUE 3/19/20 5:44 R_ptMHaKnN4kPiKNX
427 423 TRUE 3/19/20 5:44 R_3L5N9CdnjqHu7o3
428 448 TRUE 3/19/20 5:44 R_2rZbvgHvtFn9CAj
429 288 TRUE 3/19/20 5:44 R_30iAdSpNwWUmLQ0
430 952 TRUE 3/19/20 5:44 R_2Srfjt7WwaGQz1B
431 166 TRUE 3/19/20 5:44 R_eeogJTeWMuMPGxz
432 353 TRUE 3/19/20 5:44 R_3iFjru6u9TAOa6Z
433 194 TRUE 3/19/20 5:44 R_2fv147E9DFp9fTk
434 550 TRUE 3/19/20 5:44 R_3HN7EYexNoIY7m2
435 229 TRUE 3/19/20 5:44 R_1mXdZPwBSOzHkNz
436 745 TRUE 3/19/20 5:44 R_2xDHmU1gLIHLdG0
437 179 TRUE 3/19/20 5:45 R_2vjKM7u1IUV2QrH
438 186 TRUE 3/19/20 5:45 R_2Vl30tKvDiupYYe
439 299 TRUE 3/19/20 5:45 R_1DGAWRklaPm8j5X
440 205 TRUE 3/19/20 5:45 R_ekDmoBMcE4b4w7L
441 290 TRUE 3/19/20 5:45 R_1OJgQaiIdVrM92h
442 265 TRUE 3/19/20 5:45 R_1QiTpUd71Mzelvv
443 295 TRUE 3/19/20 5:46 R_2dKrET5xxJBAsCd
444 632 TRUE 3/19/20 5:46 R_1gBCF8qxc4LFlbO
445 270 TRUE 3/19/20 5:46 R_279ZuEmjA8mnz7E
446 332 TRUE 3/19/20 5:46 R_24jhprzyRYIMYxQ
447 283 TRUE 3/19/20 5:46 R_22yut6QfAJMbqTq
448 131 TRUE 3/19/20 5:46 R_3Rq5ODo4wOrFcbw
449 223 TRUE 3/19/20 5:46 R_3piizYThgeYgIqu
450 441 TRUE 3/19/20 5:46 R_4MlecEEfJIVONH3
451 7 TRUE 3/19/20 5:46 R_Und2kTOAcTWo0Lf
452 262 TRUE 3/19/20 5:46 R_2fkRptuKsmlGDyj
453 275 TRUE 3/19/20 5:46 R_3FQIuC1fBb4qxW4
454 333 TRUE 3/19/20 5:46 R_3htOXqBaQXOmkHv
455 623 TRUE 3/19/20 5:47 R_0TW7sMtXBG4e6Bj
456 200 TRUE 3/19/20 5:47 R_XyKNeEejtkQPMMF
457 559 TRUE 3/19/20 5:47 R_1JQvsackqCllC9S
458 371 TRUE 3/19/20 5:47 R_3e5pwHHgWJn88Vc
459 547 TRUE 3/19/20 5:47 R_T19v6rXNbcDRZsJ
460 187 TRUE 3/19/20 5:47 R_2ckgnQiDQAZH0h0
461 196 TRUE 3/19/20 5:47 R_3QYuO9RtO39MrfH
462 253 TRUE 3/19/20 5:47 R_1kYR94FvS93TkSs
463 294 TRUE 3/19/20 5:47 R_1rBzOBvkQV72BXd
464 115 TRUE 3/19/20 5:47 R_2AFgW0EoLp3NErs
465 11 TRUE 3/19/20 5:47 R_6PZGVsrTBV6F2rD
466 304 TRUE 3/19/20 5:48 R_3gSLt4sal3qGWhT
467 372 TRUE 3/19/20 5:48 R_1kSLuhX1oFSRYHZ
468 471 TRUE 3/19/20 5:48 R_2yq65Fs84LJOslI
469 432 TRUE 3/19/20 5:48 R_27wM50gyJywQvp7
470 348 TRUE 3/19/20 5:48 R_3g0HjEFrNIqQBr6
471 469 TRUE 3/19/20 5:48 R_3COcWf5ZD1y6yst
472 688 TRUE 3/19/20 5:48 R_1FKyDgEvy9i549t
473 319 TRUE 3/19/20 5:48 R_p02rDalBd9usheF
474 691 TRUE 3/19/20 5:48 R_3lWHBLdmbc8XfHo
475 248 TRUE 3/19/20 5:48 R_dnWxaG7EfJjAJvb
476 352 TRUE 3/19/20 5:48 R_Xh3XUMEDiANKIM1
477 392 TRUE 3/19/20 5:49 R_1r9u1BwU0LtGD73
478 202 TRUE 3/19/20 5:49 R_3kC9xrqPpYdzgoq
479 324 TRUE 3/19/20 5:49 R_3oAX5udZ07v5lKG
480 302 TRUE 3/19/20 5:49 R_3Ld2kk7LFowTQvH
481 334 TRUE 3/19/20 5:49 R_2vhUvSbH2Cd3QdI
482 442 TRUE 3/19/20 5:49 R_PMpikvVleoRFdtL
483 521 TRUE 3/19/20 5:49 R_CkotvnDF36Gj9UR
484 193 TRUE 3/19/20 5:49 R_1CmD1NQKm1VdANA
485 193 TRUE 3/19/20 5:49 R_DBnxHOzZYz5W2bv
486 505 TRUE 3/19/20 5:49 R_2BhCJvaQME8h746
487 138 TRUE 3/19/20 5:49 R_3nB4RsX5Eh8U8cI
488 647 TRUE 3/19/20 5:49 R_25Hgk7vHCun1X2i
489 313 TRUE 3/19/20 5:50 R_2Ce9KMCwio2e2ZR
490 735 TRUE 3/19/20 5:50 R_2CHgVu3Wz25hgcS
491 371 TRUE 3/19/20 5:50 R_5A3k3qVFbuNhReN
492 481 TRUE 3/19/20 5:50 R_XFYm6s1MOsQ9XHz
493 313 TRUE 3/19/20 5:50 R_3CUd3OFXlQeP0e5
494 314 TRUE 3/19/20 5:50 R_125CbHpdy1ykI1L
495 483 TRUE 3/19/20 5:50 R_6rKlH5nCnq1f5y9
496 424 TRUE 3/19/20 5:50 R_2aqKTN9MVeYC8Ix
497 391 TRUE 3/19/20 5:51 R_pF21grcXZFWW4ox
498 169 TRUE 3/19/20 5:51 R_1fejHrVFfEKI6R1
499 746 TRUE 3/19/20 5:51 R_3lLg8Oy7Cj1Oi4K
500 416 TRUE 3/19/20 5:51 R_1OjBPWmGbLVlKau
501 467 TRUE 3/19/20 5:51 R_3FXMgdO1IpCunI4
502 183 TRUE 3/19/20 5:51 R_WdJJM58NCj3m8WB
503 330 TRUE 3/19/20 5:51 R_3sgN5nIeP3UZzqN
504 413 TRUE 3/19/20 5:51 R_3CCvVgjRowsg1bw
505 231 TRUE 3/19/20 5:51 R_3xfZstKfBqVLmPD
506 362 TRUE 3/19/20 5:51 R_3MSiBJ3Rsq2yVvy
507 364 TRUE 3/19/20 5:52 R_27U5HDN8bx4Aw8I
508 359 TRUE 3/19/20 5:52 R_2VPjpFRyAE4hpZU
509 898 TRUE 3/19/20 5:52 R_269Jyn0SOkWrrvq
510 2598 TRUE 3/19/20 5:52 R_3fpZgPcsFv1bSh4
511 1210 TRUE 3/19/20 5:52 R_1hzBUsK5lCGoqTS
512 300 TRUE 3/19/20 5:52 R_2EgljjGJ0HUC8mK
513 289 TRUE 3/19/20 5:52 R_bwsKUJ2eq5UKwBb
514 478 TRUE 3/19/20 5:52 R_OcJpk7DolVLSVpv
515 452 TRUE 3/19/20 5:52 R_3pbXQfQZ6O4WAcf
516 522 TRUE 3/19/20 5:52 R_2QK8rEVc5i0ksq6
517 514 TRUE 3/19/20 5:52 R_1Le8W7Cp8Nj6B2C
518 405 TRUE 3/19/20 5:53 R_SW9bToKomlDL7ix
519 481 TRUE 3/19/20 5:53 R_bwNAfn7PXGBRvGx
520 581 TRUE 3/19/20 5:53 R_3gNMD9CxrISdboZ
521 380 TRUE 3/19/20 5:53 R_1obTJFB81y1sxej
522 1170 TRUE 3/19/20 5:53 R_1Ico7IsdcMYuGVX
523 328 TRUE 3/19/20 5:53 R_Rr9qcXfbbmQn59D
524 515 TRUE 3/19/20 5:53 R_31vB65PLuSeZz63
525 192 TRUE 3/19/20 5:53 R_3h0gfPzSRjUvwVy
526 411 TRUE 3/19/20 5:54 R_1DUUhwBgOXzpbON
527 523 TRUE 3/19/20 5:54 R_2scmyKHa6AUsWJf
528 575 TRUE 3/19/20 5:54 R_2pWPMmlN8prurWU
529 425 TRUE 3/19/20 5:54 R_1C11Ymwym37pfdO
530 933 TRUE 3/19/20 5:54 R_1RYkgTxAd8B5zqN
531 272 TRUE 3/19/20 5:54 R_ele2cqvYGolUOU9
532 239 TRUE 3/19/20 5:54 R_UikzSTmeYO0xgPv
533 306 TRUE 3/19/20 5:54 R_24wkKlPsfdaN23o
534 311 TRUE 3/19/20 5:54 R_1Km7K19ayHAuxuA
535 227 TRUE 3/19/20 5:55 R_3lYU0VxWqty57cl
536 342 TRUE 3/19/20 5:55 R_2QzxdWRLVDdcYV4
537 405 TRUE 3/19/20 5:55 R_bENuG2zteO5AIIF
538 319 TRUE 3/19/20 5:55 R_3sBTwcViNTJWlWg
539 158 TRUE 3/19/20 5:55 R_YRYF7smblV0jclz
540 314 TRUE 3/19/20 5:55 R_2fjNjBGg4iFmoRa
541 357 TRUE 3/19/20 5:55 R_2VI18N0ACtTuiH8
542 431 TRUE 3/19/20 5:55 R_3qeUAe02V9L0Anq
543 421 TRUE 3/19/20 5:55 R_3qIOWDeb0jLadyj
544 296 TRUE 3/19/20 5:55 R_1QoKqAPMaX3xpUg
545 620 TRUE 3/19/20 5:56 R_2sbh36Q5hiYG2gp
546 203 TRUE 3/19/20 5:56 R_2qaQXnEP6zcksM0
547 205 TRUE 3/19/20 5:56 R_2ayvxENtJ0Du0Gh
548 568 TRUE 3/19/20 5:56 R_33lgkgLIwK6aQGV
549 256 TRUE 3/19/20 5:56 R_2zzN2MX1xyNVVbn
550 685 TRUE 3/19/20 5:56 R_31c2rMhez9yCHiv
551 244 TRUE 3/19/20 5:57 R_3kmGcO9PrMNX0pw
552 368 TRUE 3/19/20 5:57 R_u2GyQK3khFkL2mJ
553 318 TRUE 3/19/20 5:57 R_24f6fTd4J5Pxy2k
554 407 TRUE 3/19/20 5:57 R_3q9aXGXzJs01Vzg
555 410 TRUE 3/19/20 5:57 R_vk3WwhCEkwrw5Md
556 428 TRUE 3/19/20 5:57 R_XGoZD5uGdBaqwPD
557 293 TRUE 3/19/20 5:57 R_20TlR7L2k4vpvMc
558 326 TRUE 3/19/20 5:58 R_29uF5WAYHDRAvgO
559 321 TRUE 3/19/20 5:58 R_cY2swlinuMO6R6V
560 554 TRUE 3/19/20 5:58 R_2wcpaLO3mxtulSQ
561 748 TRUE 3/19/20 5:58 R_4H1DKU4cPbth37b
562 407 TRUE 3/19/20 5:58 R_vjdgdF2JJhJwiUF
563 456 TRUE 3/19/20 5:58 R_25S1tP6FQqJLywh
564 415 TRUE 3/19/20 5:58 R_2w7tIPMm4PtzCdl
565 329 TRUE 3/19/20 5:58 R_1DHKCT1rpynHiBH
566 465 TRUE 3/19/20 5:58 R_3R2TMetcDZAJVWh
567 275 TRUE 3/19/20 5:58 R_33syvzlPt3lIVYZ
568 383 TRUE 3/19/20 5:58 R_3oFriDlHAmUYLr9
569 340 TRUE 3/19/20 5:58 R_pbERYyVvGm0XweB
570 563 TRUE 3/19/20 5:58 R_33gwijNrAlDPqtl
571 294 TRUE 3/19/20 5:58 R_8IDNErkOXawo7LP
572 254 TRUE 3/19/20 5:58 R_3j7eaY3SXW3oNHK
573 511 TRUE 3/19/20 5:58 R_2X6FUZC3Dkt0nLT
574 329 TRUE 3/19/20 5:58 R_qVGw0B1qIV3YMet
575 369 TRUE 3/19/20 5:58 R_1hRLh2y8iUwZrFw
576 301 TRUE 3/19/20 5:59 R_1hYbKbvjNoTfNmx
577 390 TRUE 3/19/20 5:59 R_0PTFnkLcndsoFb3
578 376 TRUE 3/19/20 5:59 R_2bUX3zJYiNy1UoQ
579 306 TRUE 3/19/20 5:59 R_3EMPdFKvXzvKCWe
580 358 TRUE 3/19/20 5:59 R_2xVR7bR1EXGh4XS
581 183 TRUE 3/19/20 5:59 R_3Pw1fR9yUYGbvri
582 436 TRUE 3/19/20 5:59 R_338CqyKdjykGfbr
583 498 TRUE 3/19/20 5:59 R_3DvEb6BQz8qeoHe
584 3464 TRUE 3/19/20 5:59 R_1oFSFBfNNACkyG3
585 233 TRUE 3/19/20 6:00 R_utbyYAGKDibMtKF
586 395 TRUE 3/19/20 6:00 R_C3KfFw8qR75Jyj7
587 503 TRUE 3/19/20 6:00 R_1gTlMmuEeQcCLbk
588 1800 TRUE 3/19/20 6:00 R_r2zYcpdAnRsFQNH
589 221 TRUE 3/19/20 6:00 R_2ql33NOCSTFRM1w
590 510 TRUE 3/19/20 6:00 R_1E73NDhzyv97jJS
591 283 TRUE 3/19/20 6:01 R_3p5YlCGMl574YfZ
592 518 TRUE 3/19/20 6:01 R_xl7bJ91n3PuAfPX
593 467 TRUE 3/19/20 6:01 R_sbdZDZYZpF7whS9
594 212 TRUE 3/19/20 6:01 R_b8iuLShKLAmKFUd
595 464 TRUE 3/19/20 6:01 R_22ENJzCHD4mB0YL
596 672 TRUE 3/19/20 6:01 R_3PiOUvuXJzSgiVe
597 259 TRUE 3/19/20 6:01 R_2fycPMug1TEmFGH
598 270 TRUE 3/19/20 6:01 R_1kIDVt5vOL8oJOw
599 612 TRUE 3/19/20 6:02 R_5uz6gZVFScJ53dn
600 347 TRUE 3/19/20 6:02 R_1LUsR7k89ESovgw
601 272 TRUE 3/19/20 6:02 R_u9Qf2Bhk4ZwxyeJ
602 920 TRUE 3/19/20 6:02 R_PFiOlB9MIMZ0ENz
603 535 TRUE 3/19/20 6:02 R_2TL6FzcmNYkgD6L
604 357 TRUE 3/19/20 6:02 R_wYJpbqKl6DnQdSV
605 194 TRUE 3/19/20 6:02 R_3D0EHfnYd3cT89K
606 307 TRUE 3/19/20 6:02 R_AafxUzMQTOMPptv
607 207 TRUE 3/19/20 6:02 R_31A7JggbTlZvMaA
608 1083 TRUE 3/19/20 6:03 R_0GmFCtexaJPi0Lf
609 544 TRUE 3/19/20 6:03 R_295G2Vq3szr6c5J
610 777 TRUE 3/19/20 6:03 R_O0s9fb07v7NawEx
611 348 TRUE 3/19/20 6:03 R_21EUH789MyxXwCU
612 217 TRUE 3/19/20 6:03 R_T28EbnkrXJbW0F3
613 226 TRUE 3/19/20 6:03 R_1mDcF6dvtkb3vzz
614 261 TRUE 3/19/20 6:03 R_2TuTiryM2HHFOOG
615 1101 TRUE 3/19/20 6:03 R_2biUf3efGCWBPsB
616 225 TRUE 3/19/20 6:03 R_1ikcLEwWQaMPwcU
617 165 TRUE 3/19/20 6:03 R_2ZVzghjzcm6sYBC
618 329 TRUE 3/19/20 6:04 R_3qse5gYsECiAUHJ
619 856 TRUE 3/19/20 6:04 R_3saARg0xAv0uIcB
620 225 TRUE 3/19/20 6:04 R_9Kpi7WDgsPhvKkF
621 766 TRUE 3/19/20 6:04 R_wT5pfHsFjPucYpj
622 128 TRUE 3/19/20 6:04 R_26tcsrhyWC6t8pb
623 215 TRUE 3/19/20 6:04 R_1msL3wPn1ZGK1Rh
624 724 TRUE 3/19/20 6:04 R_2UWtay20Xr2bIbJ
625 366 TRUE 3/19/20 6:04 R_1mynDh5ruft8lcK
626 280 TRUE 3/19/20 6:04 R_33pXAGGqDnTZDfG
627 317 TRUE 3/19/20 6:05 R_2sZ3pSsIJROgcaB
628 802 TRUE 3/19/20 6:05 R_yKM766nRseYonXb
629 329 TRUE 3/19/20 6:05 R_2qkOOHVK1Q9nHAe
630 313 TRUE 3/19/20 6:05 R_1gdKMbwoBOrY3tE
631 515 TRUE 3/19/20 6:05 R_2fDxgr1QelVZj5x
632 233 TRUE 3/19/20 6:05 R_9GZgpxDklPqsUAV
633 662 TRUE 3/19/20 6:05 R_1QJAU2KAt7Wpl5D
634 893 TRUE 3/19/20 6:05 R_b92N43cDfaW8IKZ
635 283 TRUE 3/19/20 6:05 R_3R9sLM7zqlfYAv3
636 273 TRUE 3/19/20 6:06 R_268BdjMwiYo7tT4
637 462 TRUE 3/19/20 6:06 R_vTTuUxcSEpk3ncB
638 259 TRUE 3/19/20 6:06 R_2eQpi9VyAGSnotY
639 271 TRUE 3/19/20 6:06 R_CdEury71oSiid3P
640 265 TRUE 3/19/20 6:06 R_1pnyOxvkfjw1VS4
641 297 TRUE 3/19/20 6:07 R_3efPFYpf5ITw8GT
642 344 TRUE 3/19/20 6:07 R_1Lqw2Y6FAJc50Ne
643 1485 TRUE 3/19/20 6:07 R_1Qo9ibyl2jUV1fs
644 243 TRUE 3/19/20 6:07 R_eaPCLB0MBw68Ii5
645 525 TRUE 3/19/20 6:07 R_26gN2lrZt0PjhPk
646 406 TRUE 3/19/20 6:07 R_3HSvjgt9WOBWcjo
647 422 TRUE 3/19/20 6:07 R_1l0rniUyVCpJ3Ht
648 389 TRUE 3/19/20 6:07 R_2th6oTYvzWY5R8F
649 370 TRUE 3/19/20 6:08 R_1Dr1yYB1ruxa1R0
650 147 TRUE 3/19/20 6:08 R_2fvoJCJD7vkD2x7
651 658 TRUE 3/19/20 6:08 R_2AZPKNm8WIEh4yg
652 219 TRUE 3/19/20 6:08 R_2TRTsXbn3w0z3NF
653 287 TRUE 3/19/20 6:08 R_1BYgwDuAJxTS2Ee
654 558 TRUE 3/19/20 6:08 R_23e2rRf2cMARtLM
655 377 TRUE 3/19/20 6:08 R_1QEFZoDecQXYchp
656 572 TRUE 3/19/20 6:08 R_a014szktGMhFNER
657 323 TRUE 3/19/20 6:08 R_2PdniDD2errmQ55
658 225 TRUE 3/19/20 6:09 R_2QVw1tlRmGKy2dP
659 814 TRUE 3/19/20 6:09 R_REmD88TrckmYJtT
660 629 TRUE 3/19/20 6:09 R_Y5hRg5GEYuiMgCt
661 576 TRUE 3/19/20 6:09 R_22K6Umk3qIdfaeh
662 501 TRUE 3/19/20 6:09 R_3haQGn3HHtZJx1m
663 271 TRUE 3/19/20 6:09 R_10T5jxHkFp6tjkZ
664 326 TRUE 3/19/20 6:09 R_2fjpOTNfmWmEJfm
665 1017 TRUE 3/19/20 6:09 R_O72TAIo8fgVdJjX
666 239 TRUE 3/19/20 6:09 R_2qyOUGjzNQL5CzF
667 358 TRUE 3/19/20 6:09 R_1JDDPB2MKcyevT7
668 552 TRUE 3/19/20 6:09 R_2PikFf89AqRmpiv
669 293 TRUE 3/19/20 6:09 R_2PjKCn4j4l31mO9
670 536 TRUE 3/19/20 6:09 R_BFeQ2pThT950ijv
671 683 TRUE 3/19/20 6:10 R_1mXfmhwwYh3qwAT
672 240 TRUE 3/19/20 6:10 R_Q9zmByjtwK8bbKV
673 555 TRUE 3/19/20 6:10 R_1rMxciU6Im4FljS
674 656 TRUE 3/19/20 6:10 R_3lWG3hiBlaQZ6nJ
675 370 TRUE 3/19/20 6:10 R_300IrUPpXjCtihP
676 436 TRUE 3/19/20 6:10 R_2RUnCFFE00D2op2
677 197 TRUE 3/19/20 6:10 R_21h6rxE7zXJGDuA
678 540 TRUE 3/19/20 6:10 R_bjgtKmfdwL24Hh7
679 330 TRUE 3/19/20 6:10 R_2cjx6yj8ZsRi5Sn
680 448 TRUE 3/19/20 6:10 R_qCM8N7OsYqNZxct
681 432 TRUE 3/19/20 6:10 R_2YnRegNZg5HpNm0
682 343 TRUE 3/19/20 6:11 R_3kBcBExnFRk3NaT
683 11 TRUE 3/19/20 6:11 R_eKjCnI7VbdR2T73
684 373 TRUE 3/19/20 6:11 R_1i8pCAFAYNh84Dy
685 1214 TRUE 3/19/20 6:11 R_d1fZF2YskUkmT05
686 1805 TRUE 3/19/20 6:11 R_0Dp3Pcmit8a0uWd
687 709 TRUE 3/19/20 6:11 R_1n9jovt66xTCIlU
688 857 TRUE 3/19/20 6:11 R_ThphwYa9aZk0PRL
689 239 TRUE 3/19/20 6:11 R_1IKtLqMe11lfTeb
690 514 TRUE 3/19/20 6:11 R_r1hpVDKE46nZcTD
691 300 TRUE 3/19/20 6:11 R_yqIYjf0LbARQKdz
692 266 TRUE 3/19/20 6:11 R_pfmnq5WSkaPOtQ5
693 371 TRUE 3/19/20 6:11 R_es1d1K9XC24Bwl3
694 284 TRUE 3/19/20 6:11 R_1Lice6l5SOvT5eu
695 660 TRUE 3/19/20 6:12 R_yPJMxjqNccA6Hnz
696 1768 TRUE 3/19/20 6:12 R_bfuELLVUAb9mDXb
697 328 TRUE 3/19/20 6:12 R_s7DDiKv6vAPdl0l
698 991 TRUE 3/19/20 6:12 R_VLkSM1Ft2xSpLy1
699 263 TRUE 3/19/20 6:12 R_2QhbvtBzuuRSzrk
700 328 TRUE 3/19/20 6:12 R_Z7C8QgVltt6K7y9
701 600 TRUE 3/19/20 6:12 R_1nTIrurtunBImTm
702 337 TRUE 3/19/20 6:12 R_3NE6IowJWZnT2RI
703 886 TRUE 3/19/20 6:12 R_OPwzaR0YkxJuKRz
704 255 TRUE 3/19/20 6:12 R_31dyAbrmFMDJEGU
705 325 TRUE 3/19/20 6:12 R_3QEuWouSvuO2FK0
706 296 TRUE 3/19/20 6:12 R_1MWdKbGKsoa3IeY
707 421 TRUE 3/19/20 6:12 R_1j6xbij8OHlVMAj
708 414 TRUE 3/19/20 6:12 R_1kY6tmRaXxWG9Lo
709 744 TRUE 3/19/20 6:12 R_OfGfdj4oLVGaRUt
710 1033 TRUE 3/19/20 6:13 R_1DYGn5GLWGlfP4W
711 7 TRUE 3/19/20 6:13 R_3CK3uEuQECPWv1Y
712 11 TRUE 3/19/20 6:13 R_3meOzhdlDWUaqEZ
713 497 TRUE 3/19/20 6:13 R_2Bybmcyg8Huu5o1
714 1350 TRUE 3/19/20 6:13 R_bO56YWMHqZ8XkJP
715 738 TRUE 3/19/20 6:13 R_vxmikzfa4T8QNMd
716 143 TRUE 3/19/20 6:13 R_sd0Ut2RNsvwRNnz
717 388 TRUE 3/19/20 6:13 R_AM9uU3nVuzaOAKd
718 505 TRUE 3/19/20 6:13 R_WBsSmZ8VuD0ngfD
719 304 TRUE 3/19/20 6:13 R_2QzVCMwGn1Y2apg
720 524 TRUE 3/19/20 6:13 R_2rpCCtNyWSHD0MF
721 510 TRUE 3/19/20 6:14 R_33fo6PHbSIA3rD8
722 3413 TRUE 3/19/20 6:14 R_2ZK6mkmyfkvDL9v
723 932 TRUE 3/19/20 6:14 R_3G1gR0mKek3AiCH
724 515 TRUE 3/19/20 6:14 R_27J5QzpNf21YwI4
725 177 TRUE 3/19/20 6:14 R_2wighhYnMrbRNi4
726 376 TRUE 3/19/20 6:14 R_s5t1ivx3hNwYtlD
727 494 TRUE 3/19/20 6:15 R_2VBJ8lAaGgEAg36
728 461 TRUE 3/19/20 6:15 R_1kIIkBzAa4uCNso
729 225 TRUE 3/19/20 6:15 R_1PaRzEwRvnYuT3a
730 421 TRUE 3/19/20 6:15 R_3khmUbW6pl5kehO
731 308 TRUE 3/19/20 6:15 R_12EYAMgWDqshrgT
732 411 TRUE 3/19/20 6:15 R_21GkBE3hcUXTdP4
733 271 TRUE 3/19/20 6:15 R_238LePMWzZzGi57
734 677 TRUE 3/19/20 6:16 R_2EdjDin4vB4nvD8
735 463 TRUE 3/19/20 6:16 R_2e37nsW6ub1BGnX
736 1583 TRUE 3/19/20 6:16 R_3hmfsVtSvAMGqOX
737 210 TRUE 3/19/20 6:16 R_AhexMkJP9Q2gtWh
738 1087 TRUE 3/19/20 6:16 R_2VqowHln39l5O2H
739 343 TRUE 3/19/20 6:16 R_1P6K44PmTHEswb1
740 846 TRUE 3/19/20 6:16 R_eKvkRGYrmOtnvJT
741 425 TRUE 3/19/20 6:17 R_6nhTsXsMVSzyann
742 1054 TRUE 3/19/20 6:17 R_2zeGGF5cBVzN3rU
743 332 TRUE 3/19/20 6:17 R_zSENOlUG9ZM9505
744 218 TRUE 3/19/20 6:17 R_27k7f8hpRQVzQQ2
745 597 TRUE 3/19/20 6:17 R_24edIvGHWo2P8p9
746 478 TRUE 3/19/20 6:17 R_1Owz2Fi05mTPLrO
747 196 TRUE 3/19/20 6:17 R_aafMr6Sy4ZubUaZ
748 360 TRUE 3/19/20 6:17 R_3j99zMrcDZFIbqV
749 1235 TRUE 3/19/20 6:17 R_2ZQtbhgyAByyAAV
750 367 TRUE 3/19/20 6:17 R_25Y1LZX8wft3Wff
751 215 TRUE 3/19/20 6:18 R_11i4jO8ZsWXcvpF
752 694 TRUE 3/19/20 6:18 R_3QE2W0zzr8IloK4
753 521 TRUE 3/19/20 6:18 R_2rTNNnEM1TFSi2D
754 135 TRUE 3/19/20 6:18 R_3dFztBLXEXjBd5t
755 164 TRUE 3/19/20 6:18 R_V1NYTazT79MUK1r
756 507 TRUE 3/19/20 6:18 R_3eeGckrsagclJJG
757 168 TRUE 3/19/20 6:18 R_Y5nzGqXjE7x03rH
758 120 TRUE 3/19/20 6:18 R_9nVxuLJqtCcqgnL
759 1402 TRUE 3/19/20 6:18 R_21Et5fGJjJpqIoh
760 817 TRUE 3/19/20 6:18 R_3O0xqnlCJ2rtadJ
761 2253 TRUE 3/19/20 6:18 R_1r8J9QwCiot6dcE
762 225 TRUE 3/19/20 6:19 R_3fxfCrKHGsA2N5K
763 198 TRUE 3/19/20 6:19 R_2rVF2fj5594NL4e
764 150 TRUE 3/19/20 6:19 R_a2G2qQibFy5BEtz
765 460 TRUE 3/19/20 6:19 R_4SKWFQKgC25uKBz
766 133 TRUE 3/19/20 6:19 R_27DzDaMF9qZgh0n
767 464 TRUE 3/19/20 6:19 R_3Po9V1tIifOixDC
768 863 TRUE 3/19/20 6:19 R_30bYS4rhBr3Peg2
769 1428 TRUE 3/19/20 6:19 R_tYBWxRRsLcSZar7
770 1103 TRUE 3/19/20 6:19 R_2QVuKLF4UAWgC1f
771 504 TRUE 3/19/20 6:19 R_2geIi8AGG8cSpuV
772 171 TRUE 3/19/20 6:19 R_3seGcE8YTZxld2V
773 543 TRUE 3/19/20 6:19 R_2bJJEU0psfiT6eP
774 896 TRUE 3/19/20 6:19 R_2AMBHuxhkNZ4GH0
775 1829 TRUE 3/19/20 6:19 R_cNlvlilrwGv5k4x
776 3033 TRUE 3/19/20 6:19 R_23UgdQt3lUpjkoW
777 667 TRUE 3/19/20 6:20 R_QgBcHmQpHDExAoV
778 945 TRUE 3/19/20 6:20 R_25RsCLwdHoeSDtp
779 343 TRUE 3/19/20 6:20 R_1GPLtUdYh9NqjSF
780 542 TRUE 3/19/20 6:20 R_1rHrPq71CX10eUK
781 286 TRUE 3/19/20 6:20 R_Di6dQZ7KIIqa0Uh
782 411 TRUE 3/19/20 6:21 R_1q2LgL1LGWjI5M8
783 260 TRUE 3/19/20 6:21 R_1KkZl1RkfKKchVB
784 334 TRUE 3/19/20 6:21 R_3fIxj4vIR4PDK1O
785 578 TRUE 3/19/20 6:21 R_2pLz7cBrIs1XXzG
786 144 TRUE 3/19/20 6:21 R_efUmn9PhclC9o8F
787 316 TRUE 3/19/20 6:21 R_2q2WiPqdD3wrpgV
788 773 TRUE 3/19/20 6:21 R_10JgR4GBi8luPe6
789 486 TRUE 3/19/20 6:21 R_C9UzGdAb0yxkHS1
790 262 TRUE 3/19/20 6:21 R_3qs2f2SgXxnnOJs
791 337 TRUE 3/19/20 6:21 R_3CP0xOm2rS1Yeo3
792 266 TRUE 3/19/20 6:22 R_1dDXPOo31wWFadE
793 448 TRUE 3/19/20 6:22 R_2zFIryZhPBAChCY
794 193 TRUE 3/19/20 6:22 R_2EsdhESEXKLDBJO
795 305 TRUE 3/19/20 6:22 R_vvoNuBlaIH4qJvH
796 1725 TRUE 3/19/20 6:22 R_1GvTiGhiu3phVEJ
797 300 TRUE 3/19/20 6:22 R_2xQTyyydeuL41UQ
798 403 TRUE 3/19/20 6:22 R_2asDg2PUoOcj2RP
799 628 TRUE 3/19/20 6:22 R_27qA3tEQdsLEHKk
800 416 TRUE 3/19/20 6:22 R_ey5v4iQPcAxAHAt
801 383 TRUE 3/19/20 6:22 R_22KwTWAuTSxTvkj
802 512 TRUE 3/19/20 6:23 R_p5dmkFOXzUNEdtD
803 348 TRUE 3/19/20 6:23 R_2aE3MvuIdrus74T
804 388 TRUE 3/19/20 6:23 R_1KwpM0RPgUQagF0
805 859 TRUE 3/19/20 6:23 R_2ZNQs9LsCqoPF3N
806 284 TRUE 3/19/20 6:23 R_qPK55G0M5td5DTX
807 457 TRUE 3/19/20 6:23 R_12PW24Wn8ftjHmF
808 424 TRUE 3/19/20 6:23 R_25AYumF91c3GHqH
809 248 TRUE 3/19/20 6:23 R_2uP1CgfqKyzFjkN
810 304 TRUE 3/19/20 6:23 R_R37x6AnnYqnlcSB
811 373 TRUE 3/19/20 6:23 R_73ehaZu1cybdfnr
812 303 TRUE 3/19/20 6:23 R_RwRc9i5bEQkMfPr
813 415 TRUE 3/19/20 6:23 R_3EGpddZ2GhZWeYY
814 228 TRUE 3/19/20 6:24 R_3Oii9qGTj784fqc
815 1176 TRUE 3/19/20 6:24 R_2Y3ZaUuhZuLqIdk
816 288 TRUE 3/19/20 6:24 R_OvVphkBqBRk2zBv
817 1442 TRUE 3/19/20 6:24 R_wYkOa9SqTjHjW0h
818 285 TRUE 3/19/20 6:24 R_1NyQ5OKNKk1fPmZ
819 641 TRUE 3/19/20 6:24 R_1eqmt8lzbZ4r1n0
820 275 TRUE 3/19/20 6:24 R_3MGV0xCui8CtUtI
821 415 TRUE 3/19/20 6:24 R_3qa1tJXdJdqP7Wk
822 210 TRUE 3/19/20 6:24 R_1dFwm10SKhTkSw8
823 515 TRUE 3/19/20 6:24 R_33mAOjA0xsNkAXo
824 403 TRUE 3/19/20 6:24 R_30udQiw7ARmKJBR
825 1145 TRUE 3/19/20 6:25 R_3e8exvlMofgQc72
826 593 TRUE 3/19/20 6:25 R_1Cs7M3jJDCPkwQj
827 333 TRUE 3/19/20 6:25 R_28AnvA6jYkQsUJl
828 219 TRUE 3/19/20 6:25 R_1hDT6DIFCIqqUka
829 530 TRUE 3/19/20 6:25 R_3iyTMxfDTHgg1aN
830 289 TRUE 3/19/20 6:25 R_zZvk2vyr6InUUTf
831 201 TRUE 3/19/20 6:25 R_306qHKinlrZg5SF
832 1915 TRUE 3/19/20 6:25 R_24iMM4wuqqlOkG9
833 907 TRUE 3/19/20 6:25 R_3JsCtShbgJbmr4N
834 421 TRUE 3/19/20 6:25 R_3CPjxNHPmdbnUUN
835 534 TRUE 3/19/20 6:26 R_2Png4b1PPYEckzC
836 310 TRUE 3/19/20 6:26 R_NWQbBlhlHtHlVN7
837 581 TRUE 3/19/20 6:26 R_3QFWc2uJeKigdRE
838 1290 TRUE 3/19/20 6:26 R_2THwnq6U6rUbTzW
839 130 TRUE 3/19/20 6:26 R_2QVXW0hZIsshuJ8
840 380 TRUE 3/19/20 6:26 R_2QrM1VKwoxOcjlV
841 250 TRUE 3/19/20 6:26 R_bw2m34fuEpoZ0Jj
842 942 TRUE 3/19/20 6:27 R_w01fQQv3iPPyE0h
843 601 TRUE 3/19/20 6:27 R_WDy1lTdALcubrlD
844 436 TRUE 3/19/20 6:27 R_3IboDKMxw3c2XTt
845 399 TRUE 3/19/20 6:27 R_3sz6b9UYPF1Vvcx
846 252 TRUE 3/19/20 6:27 R_e2JW3HjbUnPekjD
847 439 TRUE 3/19/20 6:27 R_1mF73diUSNd8fCl
848 439 TRUE 3/19/20 6:27 R_2Xgv6KzBEkkwmem
849 209 TRUE 3/19/20 6:27 R_2qkDccYqT8nEDkO
850 170 TRUE 3/19/20 6:27 R_1K2wzHHb2cLBVC4
851 320 TRUE 3/19/20 6:27 R_cTLZyLeHX20y4XD
852 317 TRUE 3/19/20 6:28 R_3sn9rzZQY21uJGV
853 577 TRUE 3/19/20 6:28 R_3CVJnQioWeQBhem
854 164 TRUE 3/19/20 6:28 R_2TWZdEV6yT1QstF
855 621 TRUE 3/19/20 6:28 R_307SahxJY7aGxpJ
856 427 TRUE 3/19/20 6:28 R_1PS69Vfc8cy2OAa
857 536 TRUE 3/19/20 6:28 R_1OVkov4L2zXEO74
858 384 TRUE 3/19/20 6:28 R_z7REjvzMYAqjlvj
859 198 TRUE 3/19/20 6:28 R_PMxCBtrcpOrRtZL
860 230 TRUE 3/19/20 6:28 R_1rPsde4baIi4wbS
861 577 TRUE 3/19/20 6:28 R_2YVXenfqwjMDBKY
862 5717 TRUE 3/19/20 6:28 R_1LBFTMBaKtRaoyi
863 22 TRUE 3/19/20 6:29 R_XKYMiwGy99hDeKt
864 586 TRUE 3/19/20 6:29 R_yPw1QcHawFwTVqp
865 383 TRUE 3/19/20 6:29 R_2zNneS4FUtlVnn6
866 363 TRUE 3/19/20 6:29 R_XX2OsibzP0zDSmd
867 1176 TRUE 3/19/20 6:29 R_8u05h93kxGZeyY1
868 398 TRUE 3/19/20 6:29 R_eeNl4geaKRRW24h
869 398 TRUE 3/19/20 6:30 R_2OJwBnSTCifLJY1
870 1508 TRUE 3/19/20 6:30 R_3dWCK4MJU4LMFKA
871 394 TRUE 3/19/20 6:30 R_3QR3Zo32ofxVVtv
872 605 TRUE 3/19/20 6:30 R_2fBwtZ4VE33ppvn
873 302 TRUE 3/19/20 6:30 R_86e3a5t9yNStCuZ
874 553 TRUE 3/19/20 6:30 R_1gv8byk6OPCTWMc
875 393 TRUE 3/19/20 6:30 R_2S2WyfoJp2ngmQK
876 288 TRUE 3/19/20 6:31 R_3L59tMx9MyVh8Ma
877 1303 TRUE 3/19/20 6:31 R_24jhGAsEUiaZrFU
878 256 TRUE 3/19/20 6:31 R_Y9UD3upAzPecQ7f
879 474 TRUE 3/19/20 6:31 R_1guRYbyh5Of94Gx
880 328 TRUE 3/19/20 6:31 R_12LSPub1dUcl5cc
881 494 TRUE 3/19/20 6:31 R_1P5bkWjAusMaK10
882 189 TRUE 3/19/20 6:31 R_3h9KYN5yd2LsZDf
883 329 TRUE 3/19/20 6:31 R_2dH13Va1OOIsZOf
884 420 TRUE 3/19/20 6:32 R_3lJsgkzOfTmK8NY
885 324 TRUE 3/19/20 6:32 R_Ado4TKD4m5iPiMx
886 614 TRUE 3/19/20 6:32 R_12guJ5gL2Kpin0j
887 340 TRUE 3/19/20 6:32 R_wS3b6W6DS96mToR
888 472 TRUE 3/19/20 6:32 R_26c1ftG9o3ITiAb
889 505 TRUE 3/19/20 6:33 R_5ziRaD3J32MnITD
890 787 TRUE 3/19/20 6:33 R_3HLKBz0HizuzPan
891 446 TRUE 3/19/20 6:33 R_3RxRfFisro6cmxJ
892 1934 TRUE 3/19/20 6:33 R_W8R0Ws17oxPep3P
893 470 TRUE 3/19/20 6:33 R_2vihTKGiEQCgGBR
894 486 TRUE 3/19/20 6:34 R_3CUHyjKJNQ1tW7N
895 670 TRUE 3/19/20 6:34 R_3GB3Yni6jiGSxP6
896 656 TRUE 3/19/20 6:34 R_2YEVXTyVcfpEKXw
897 323 TRUE 3/19/20 6:34 R_z9k81AoV3MQM9lT
898 775 TRUE 3/19/20 6:35 R_2OOVTjaPsvKOvL2
899 610 TRUE 3/19/20 6:35 R_332McccsFXkAgZZ
900 363 TRUE 3/19/20 6:35 R_1M3VP0CwkoVlVtn
901 2139 TRUE 3/19/20 6:35 R_1erXSyrhQ2SB8TE
902 2041 TRUE 3/19/20 6:35 R_2OJ8isYQnSO1H4R
903 313 TRUE 3/19/20 6:36 R_1MYYlTilqIulF2x
904 340 TRUE 3/19/20 6:36 R_1HkQ2rmqZmK6Lnw
905 305 TRUE 3/19/20 6:37 R_2zwOrNFTCSUbVKu
906 196 TRUE 3/19/20 6:37 R_RFhDOqFiAwGMvQZ
907 506 TRUE 3/19/20 6:37 R_ph2FA6bWNHu1KNz
908 614 TRUE 3/19/20 6:37 R_1ptIilNrLziBK5X
909 624 TRUE 3/19/20 6:37 R_2U4lBeEQ20CmeAb
910 485 TRUE 3/19/20 6:37 R_3HIjbXng3Ugngte
911 211 TRUE 3/19/20 6:37 R_AI2ZDlxvwoZqMpz
912 378 TRUE 3/19/20 6:37 R_2rUdRBCFmEjoD71
913 266 TRUE 3/19/20 6:37 R_2eOUL2nwCbxLEEi
914 449 TRUE 3/19/20 6:37 R_3HHPwUO5qv2Hyng
915 284 TRUE 3/19/20 6:37 R_bwokT5dHmQrxeFz
916 1000 TRUE 3/19/20 6:38 R_eM6WJJ23VGC8773
917 498 TRUE 3/19/20 6:38 R_1EZfHyNmlKwPzcx
918 442 TRUE 3/19/20 6:38 R_2EE8tg3vZRHr7iS
919 572 TRUE 3/19/20 6:38 R_3fPjnpY3Idc990G
920 407 TRUE 3/19/20 6:38 R_1FS2DmffDOAYQUg
921 348 TRUE 3/19/20 6:38 R_28LGkn9cYV7NEKH
922 458 TRUE 3/19/20 6:38 R_2dAB7QKQHY7J0cQ
923 528 TRUE 3/19/20 6:38 R_2TYnySyhQi5UyI1
924 293 TRUE 3/19/20 6:38 R_3Htc2plBQpS4wZ3
925 372 TRUE 3/19/20 6:38 R_1DGvGp8cVoLYrru
926 223 TRUE 3/19/20 6:38 R_Y9ARpr1TJqlUWXL
927 542 TRUE 3/19/20 6:38 R_2AMXIFkEPkqihkO
928 598 TRUE 3/19/20 6:39 R_1MQZXLab5doP1ad
929 1537 TRUE 3/19/20 6:39 R_1KeeMUXqOQrs1QW
930 268 TRUE 3/19/20 6:39 R_2VrlQKazSpJFyN2
931 129 TRUE 3/19/20 6:39 R_12RbLzFYx8elRzq
932 513 TRUE 3/19/20 6:39 R_2QlDsPRSvOBpC3j
933 439 TRUE 3/19/20 6:39 R_ZpK43JXE1ST0sp3
934 699 TRUE 3/19/20 6:39 R_1dK8p6HavAHJK2J
935 388 TRUE 3/19/20 6:39 R_2zikehwo3YzZO4c
936 854 TRUE 3/19/20 6:40 R_3NPT2rn3W7a8d7f
937 473 TRUE 3/19/20 6:40 R_TpE8dTa2p1PenC1
938 173 TRUE 3/19/20 6:40 R_1H8Ayaasg1dUE52
939 1604 TRUE 3/19/20 6:40 R_XAmfKr8f78NbJnP
940 2287 TRUE 3/19/20 6:40 R_2zZkCodEVXiadf8
941 415 TRUE 3/19/20 6:40 R_pR6ZnAcnH4VZes9
942 419 TRUE 3/19/20 6:40 R_1IgRAgisKJvXFtd
943 306 TRUE 3/19/20 6:41 R_1NsK0o1mSC8NvUZ
944 500 TRUE 3/19/20 6:41 R_2bJ0C7c0PpPiqpi
945 1219 TRUE 3/19/20 6:41 R_2ZJOeCLMxTvw9SD
946 859 TRUE 3/19/20 6:41 R_1FmMuDuBG2KZXBt
947 139 TRUE 3/19/20 6:41 R_b9PjnlIwrndML6h
948 702 TRUE 3/19/20 6:41 R_0doNnQtBE9KoUFz
949 1282 TRUE 3/19/20 6:41 R_qUyqUrEhb2HMDDP
950 467 TRUE 3/19/20 6:41 R_qFariT4YifBHpyV
951 434 TRUE 3/19/20 6:41 R_3oXd0GlR3OUOPdM
952 725 TRUE 3/19/20 6:42 R_31bi7XIyh5ba0fS
953 1145 TRUE 3/19/20 6:42 R_bfTrsSP4fBGsFc5
954 404 TRUE 3/19/20 6:43 R_1LXRVT7qfYLcZoi
955 470 TRUE 3/19/20 6:43 R_1Nyv4QTlieir2eu
956 536 TRUE 3/19/20 6:43 R_2WwjN6AUPaesgh2
957 1023 TRUE 3/19/20 6:44 R_xaWlUcGMbDgQYhz
958 528 TRUE 3/19/20 6:44 R_2XanKoJ9tDSlX2X
959 782 TRUE 3/19/20 6:44 R_2CUmNl72fi0L0mW
960 267 TRUE 3/19/20 6:44 R_2QllT1OdYFmFqM5
961 242 TRUE 3/19/20 6:44 R_1H043KYHHaRgj9a
962 81 TRUE 3/19/20 6:44 R_7WnLPgT1J6Iqwcp
963 174 TRUE 3/19/20 6:44 R_1IaNLgXTlztjtiK
964 238 TRUE 3/19/20 6:44 R_2B9aI4EHHNRr7M8
965 158 TRUE 3/19/20 6:44 R_23Vl7IEi18X1jJO
966 677 TRUE 3/19/20 6:45 R_79ZEf12t4LCHYk1
967 210 TRUE 3/19/20 6:45 R_2vkbEu80jDmXce5
968 450 TRUE 3/19/20 6:45 R_1OQdkUNxj1PBhjJ
969 382 TRUE 3/19/20 6:45 R_3Dua8JZvVfKdjsy
970 161 TRUE 3/19/20 6:45 R_wWQRYrU2aYSHHfr
971 127 TRUE 3/19/20 6:45 R_2PyZr9gV8PnwPP9
972 622 TRUE 3/19/20 6:45 R_UoOOTY5PutyG74J
973 267 TRUE 3/19/20 6:45 R_2RPNsjSXnm9ISb1
974 320 TRUE 3/19/20 6:45 R_1mmXxNYsLVoZQkG
975 510 TRUE 3/19/20 6:45 R_UfMd4S3XxlqEC9H
976 312 TRUE 3/19/20 6:46 R_2zx0pzPGnEKwpOQ
977 475 TRUE 3/19/20 6:46 R_1f3qdopq1B0gkHn
978 224 TRUE 3/19/20 6:46 R_31XWBxkpkSukpns
979 332 TRUE 3/19/20 6:46 R_2rTTEWLNPlcwCgx
980 342 TRUE 3/19/20 6:46 R_3fJl1jzSNDdSjHu
981 760 TRUE 3/19/20 6:46 R_1hBgnlIxqn8UihL
982 762 TRUE 3/19/20 6:47 R_3nuOIxSQ6oPoVCq
983 309 TRUE 3/19/20 6:47 R_12FFHAFetZ41nZN
984 168 TRUE 3/19/20 6:47 R_V4q5nh2RQIMje7v
985 299 TRUE 3/19/20 6:47 R_28AMnY2lSfrY1z7
986 414 TRUE 3/19/20 6:47 R_RnvqLg6hHlxyJxv
987 385 TRUE 3/19/20 6:47 R_TvcDN8R2FueGu7T
988 403 TRUE 3/19/20 6:47 R_2rUi3Up9xpRYVg4
989 523 TRUE 3/19/20 6:47 R_UXyqDsJWZOkYQKt
990 740 TRUE 3/19/20 6:47 R_1llq4AHcoSo7V88
991 95 TRUE 3/19/20 6:47 R_3p5zET7sD4RSfgL
992 1336 TRUE 3/19/20 6:47 R_2zw3L263EiZY327
993 1912 TRUE 3/19/20 6:48 R_4IvLZPsJF32DakF
994 501 TRUE 3/19/20 6:48 R_2fBBbIjHjnD5Neg
995 738 TRUE 3/19/20 6:48 R_2TMpUxCtSq9YQO0
996 260 TRUE 3/19/20 6:48 R_3n1aygVepzKtmZs
997 1097 TRUE 3/19/20 6:48 R_3MQF1wIUrYdfDZg
998 207 TRUE 3/19/20 6:49 R_2cd0P7pHvlPlJzr
999 173 TRUE 3/19/20 6:49 R_3NLonQ1sA8ecnHT
1000 213 TRUE 3/19/20 6:49 R_2WCiru8MDTLRkV6
1001 312 TRUE 3/19/20 6:49 R_SU9CEREk3OAMgAV
1002 414 TRUE 3/19/20 6:49 R_24GYIqvzDDSQ2Bt
1003 447 TRUE 3/19/20 6:50 R_1ISLjMYvLou0acQ
1004 202 TRUE 3/19/20 6:50 R_2YCX8WPwXbvl6AC
1005 205 TRUE 3/19/20 6:50 R_2CBos6cCOf92Tbh
1006 810 TRUE 3/19/20 6:50 R_W117guNJrcaiEoN
1007 95 TRUE 3/19/20 6:50 R_27DwGESEuDmxxYe
1008 547 TRUE 3/19/20 6:50 R_2QQIZiEQxZM5Y2K
1009 298 TRUE 3/19/20 6:50 R_1IzQI728XutNDAI
1010 750 TRUE 3/19/20 6:50 R_1lhmZwOF9MG3Zrq
1011 33 TRUE 3/19/20 6:50 R_3DadkP3HLFjMHAZ
1012 763 TRUE 3/19/20 6:50 R_VRysNoFmvTadm01
1013 331 TRUE 3/19/20 6:51 R_VVDIfVfG0gI1eqR
1014 368 TRUE 3/19/20 6:51 R_2pJofMISCco59We
1015 568 TRUE 3/19/20 6:51 R_0kp7BZfNmnCeNUd
1016 7 TRUE 3/19/20 6:51 R_2ONGHeiZ8CIXEY0
1017 453 TRUE 3/19/20 6:51 R_3EXN57h1mLy3q4u
1018 310 TRUE 3/19/20 6:51 R_1F2FMc7acLRBK49
1019 521 TRUE 3/19/20 6:51 R_1hXw8MI3OvombkK
1020 347 TRUE 3/19/20 6:51 R_2YgoC3I6nPWoKE7
1021 261 TRUE 3/19/20 6:52 R_3CCQI2zmhaNJv0E
1022 264 TRUE 3/19/20 6:52 R_2qCRhD2UrIy2wa7
1023 693 TRUE 3/19/20 6:52 R_1DYF0LPz62Nin4H
1024 521 TRUE 3/19/20 6:52 R_s6GO8KImsm9ylqh
1025 661 TRUE 3/19/20 6:52 R_2ar7muiApy1Mwr4
1026 1998 TRUE 3/19/20 6:52 R_Bu0mbQ0010j7BaV
1027 358 TRUE 3/19/20 6:52 R_1LwKsy5nUdvhi0U
1028 1188 TRUE 3/19/20 6:53 R_1Ig9ND64m4HxLcV
1029 472 TRUE 3/19/20 6:53 R_6KiyvTlD7XF90lP
1030 455 TRUE 3/19/20 6:53 R_0kTS0D0D95AeKUV
1031 628 TRUE 3/19/20 6:53 R_86crYYbAi2bfivL
1032 546 TRUE 3/19/20 6:53 R_2YeWzHwR5F9SLhY
1033 390 TRUE 3/19/20 6:53 R_3EGSiUF7F21sXdu
1034 899 TRUE 3/19/20 6:53 R_Tk0S34VLK32bzmF
1035 718 TRUE 3/19/20 6:53 R_1myJZJschnmiuEJ
1036 874 TRUE 3/19/20 6:53 R_2fqBymbUr6R8GKl
1037 483 TRUE 3/19/20 6:54 R_24CRY9T80grwNFI
1038 258 TRUE 3/19/20 6:54 R_3qjw75jImj2s6Yi
1039 301 TRUE 3/19/20 6:54 R_1CauVE3nM665QOl
1040 608 TRUE 3/19/20 6:54 R_pzT7kkuo1UoXAwV
1041 321 TRUE 3/19/20 6:54 R_3lysIGVzelLKQgm
1042 458 TRUE 3/19/20 6:54 R_3L6QSDSLIdb0ECd
1043 693 TRUE 3/19/20 6:54 R_bI4Uhm3WDW3XjdD
1044 154 TRUE 3/19/20 6:55 R_3KZ240DPQcs53Qw
1045 494 TRUE 3/19/20 6:55 R_4GRjTIqDZYE1Soh
1046 540 TRUE 3/19/20 6:55 R_zU7A3k15eOsLXmF
1047 1055 TRUE 3/19/20 6:55 R_2xQLbdQ7nGsgzIO
1048 744 TRUE 3/19/20 6:55 R_12PcDe0edJVQRsM
1049 355 TRUE 3/19/20 6:56 R_246jzB3hLwrtaJl
1050 476 TRUE 3/19/20 6:56 R_2SfaKV9CXpxGwTh
1051 477 TRUE 3/19/20 6:56 R_2w15dVYOKAcF7ai
1052 911 TRUE 3/19/20 6:56 R_Ov6PmxPqNiIlWa5
1053 1637 TRUE 3/19/20 6:56 R_1P02mtRvBwlDJ2a
1054 330 TRUE 3/19/20 6:56 R_xx8C4DBMFbJY7qV
1055 587 TRUE 3/19/20 6:56 R_3CBFCmmgnDc9S37
1056 336 TRUE 3/19/20 6:57 R_2S1WQsnkHueplRX
1057 143 TRUE 3/19/20 6:57 R_1eyPdLqj0HM7xDj
1058 318 TRUE 3/19/20 6:57 R_3I5hmXDMjdkAl8a
1059 489 TRUE 3/19/20 6:57 R_2344yX7Ec4DtoDU
1060 924 TRUE 3/19/20 6:57 R_b72pHfoKnejpbk5
1061 263 TRUE 3/19/20 6:57 R_3j1LTRAuYqJSnBh
1062 450 TRUE 3/19/20 6:57 R_sLSSodIsadkr8VX
1063 854 TRUE 3/19/20 6:57 R_wQQStV7iOtaUplT
1064 456 TRUE 3/19/20 6:58 R_2tauE01qrZZ1TEq
1065 246 TRUE 3/19/20 6:58 R_3F4HjfRo0k6aMWO
1066 548 TRUE 3/19/20 6:58 R_2XmTYQc0fbxmKyk
1067 416 TRUE 3/19/20 6:58 R_5yFBdmuSeesU1Ql
1068 201 TRUE 3/19/20 6:58 R_3qz2jjhBYGFDixY
1069 508 TRUE 3/19/20 6:58 R_3FOvoCWKEa3eEZA
1070 301 TRUE 3/19/20 6:58 R_1LUtehXiKPbAIWh
1071 569 TRUE 3/19/20 6:58 R_2agBKsAy15Crqrp
1072 331 TRUE 3/19/20 6:58 R_21HQyiD7TIuoZOq
1073 14 TRUE 3/19/20 6:59 R_1fiMH0YtZgp41ri
1074 248 TRUE 3/19/20 6:59 R_vffBWKrfEy903n3
1075 214 TRUE 3/19/20 6:59 R_2zjA1HbkEQimku1
1076 334 TRUE 3/19/20 6:59 R_1OIXfKS505n0erW
1077 46 TRUE 3/19/20 6:59 R_1f90UXXK5dk02a8
1078 277 TRUE 3/19/20 6:59 R_32WTVlnib39XZAk
1079 622 TRUE 3/19/20 6:59 R_1mxWpXpvGcH2AN0
1080 939 TRUE 3/19/20 6:59 R_3JxvorDrGDFD9wW
1081 486 TRUE 3/19/20 6:59 R_12Adxe0eCLPnS89
1082 315 TRUE 3/19/20 6:59 R_1meYeTqBuk9RplE
1083 841 TRUE 3/19/20 7:00 R_1QLYt8zltpfQCQr
1084 342 TRUE 3/19/20 7:00 R_sRynJmPanGtMFFf
1085 1167 TRUE 3/19/20 7:00 R_1EcTghbrk9zVP0i
1086 649 TRUE 3/19/20 7:00 R_vNf7KVbvi4eAzDP
1087 394 TRUE 3/19/20 7:00 R_2zhz44TGzyoBgEV
1088 369 TRUE 3/19/20 7:00 R_0Chy70madDS7cQx
1089 262 TRUE 3/19/20 7:00 R_1LO0B2dMUIjJEGD
1090 2448 TRUE 3/19/20 7:00 R_27KKG1nKRImvu6D
1091 156 TRUE 3/19/20 7:01 R_32L6lawLQtkoW0B
1092 3312 TRUE 3/19/20 7:01 R_piJZ13b1vPHzSlb
1093 159 TRUE 3/19/20 7:01 R_2b1zo3BC7lO8EGt
1094 355 TRUE 3/19/20 7:01 R_SVJz82G9jo7RLUt
1095 8 TRUE 3/19/20 7:01 R_3Duoxm1TsW2xwLy
1096 220 TRUE 3/19/20 7:01 R_1pyYTeWRuKv4p4h
1097 932 TRUE 3/19/20 7:01 R_TqhUsZGdscPxWTf
1098 322 TRUE 3/19/20 7:01 R_1FlKyB5V4u1SrTr
1099 608 TRUE 3/19/20 7:01 R_5hgTEqeILiVZBrH
1100 306 TRUE 3/19/20 7:01 R_3IQMo2kgvYHTSfT
1101 458 TRUE 3/19/20 7:02 R_3PoBVIJGNLP4ztg
1102 398 TRUE 3/19/20 7:02 R_23dIaSW7y2i91u9
1103 3413 TRUE 3/19/20 7:02 R_3EySrJakiGHyOMk
1104 216 TRUE 3/19/20 7:02 R_24xcCQAobOsy2hn
1105 516 TRUE 3/19/20 7:02 R_d4OteZM8dA123jb
1106 390 TRUE 3/19/20 7:02 R_33CoawJXRHLnGnD
1107 211 TRUE 3/19/20 7:02 R_2U3p1DGbABuesFX
1108 140 TRUE 3/19/20 7:02 R_dgrSwzNu4H8Scwh
1109 578 TRUE 3/19/20 7:02 R_3erU5IqkugmQWuO
1110 2659 TRUE 3/19/20 7:03 R_AgnXCKyJy4MjDgd
1111 249 TRUE 3/19/20 7:03 R_u9xizQtH0Fpm2Sl
1112 6632 TRUE 3/19/20 7:03 R_2dVXGVMO2ACzitO
1113 1956 TRUE 3/19/20 7:03 R_XuKJ2288jU5PM9b
1114 686 TRUE 3/19/20 7:04 R_1GxGQyB5xRKG6gE
1115 362 TRUE 3/19/20 7:04 R_3itiXAYq5Oy3YxZ
1116 599 TRUE 3/19/20 7:04 R_AyOP7Ld95r7v0eR
1117 480 TRUE 3/19/20 7:04 R_3kLYvkVvxzGzS6M
1118 816 TRUE 3/19/20 7:04 R_395fvaKfq2TtD2h
1119 1381 TRUE 3/19/20 7:05 R_1EZDSpEdiwMpPER
1120 668 TRUE 3/19/20 7:05 R_1fdZ7CaW7w5DpLO
1121 1294 TRUE 3/19/20 7:05 R_25Z2pve4JlSuT25
1122 350 TRUE 3/19/20 7:05 R_1hXSc1rFCmhO5FL
1123 231 TRUE 3/19/20 7:05 R_26m9nYRBkPGvham
1124 333 TRUE 3/19/20 7:05 R_dhvVsiWRmpZs4LL
1125 434 TRUE 3/19/20 7:05 R_vkTmLx1eQBmpc1b
1126 484 TRUE 3/19/20 7:05 R_UT15fD5bbephvih
1127 406 TRUE 3/19/20 7:05 R_2at0h2I9j7GgLkL
1128 330 TRUE 3/19/20 7:05 R_3QF9DtVtH4nmzXn
1129 439 TRUE 3/19/20 7:05 R_pFv5rhT5cB6qiMp
1130 189 TRUE 3/19/20 7:06 R_XIkPu1DpRegHBxT
1131 243 TRUE 3/19/20 7:06 R_Wv7t40DCTsdNuTv
1132 307 TRUE 3/19/20 7:06 R_1rlANHul0Y60Ub7
1133 246 TRUE 3/19/20 7:06 R_rrT0SOa46FLDWXD
1134 328 TRUE 3/19/20 7:06 R_1JUPuKBHJ3wTOg4
1135 316 TRUE 3/19/20 7:06 R_2dLO5gGUbtjfCMY
1136 335 TRUE 3/19/20 7:06 R_u51Irm2aKQcXIEF
1137 374 TRUE 3/19/20 7:07 R_1F3Mn0SWQ9hkzyz
1138 306 TRUE 3/19/20 7:07 R_sduGI8Kxk686pRD
1139 448 TRUE 3/19/20 7:07 R_2azRTx6GT4qEkVq
1140 781 TRUE 3/19/20 7:07 R_8f5y3j7fE9NFPLr
1141 299 TRUE 3/19/20 7:07 R_cGPMlttMwCfLSsp
1142 17 TRUE 3/19/20 7:07 R_1q9SLVFSCQ1j7vc
1143 107 TRUE 3/19/20 7:08 R_2XicGijYlgzpI4B
1144 521 TRUE 3/19/20 7:08 R_1dG1S3mTF4v8W4N
1145 503 TRUE 3/19/20 7:08 R_2eaQLWd7feCDDvi
1146 378 TRUE 3/19/20 7:08 R_2xLt5uFldGdYoB2
1147 375 TRUE 3/19/20 7:08 R_eaDCU7ejJUH0FdT
1148 632 TRUE 3/19/20 7:08 R_3G8KLXerMj0sUOE
1149 436 TRUE 3/19/20 7:09 R_3JkCDhuYYV9CMBk
1150 396 TRUE 3/19/20 7:09 R_1AdJXj7dXCIhAWt
1151 1929 TRUE 3/19/20 7:09 R_1rwQqNsby9YxXeh
1152 517 TRUE 3/19/20 7:09 R_1H7F41P5X8wsR33
1153 3222 TRUE 3/19/20 7:09 R_2TZbLrwDuiIinza
1154 347 TRUE 3/19/20 7:10 R_uw5pqerp3x9kjNT
1155 160 TRUE 3/19/20 7:10 R_oYmNCGzBGkbIsOl
1156 251 TRUE 3/19/20 7:10 R_2rTkl8FLBcaPIs8
1157 564 TRUE 3/19/20 7:10 R_rfi33ePZmZSmeK5
1158 431 TRUE 3/19/20 7:10 R_3n1PrcRilcJTRoy
1159 332 TRUE 3/19/20 7:10 R_3PBnZn2kUaKg9q6
1160 293 TRUE 3/19/20 7:10 R_1itvxA4Ufddwl73
1161 375 TRUE 3/19/20 7:10 R_3fq3UGbdDtHCwyt
1162 272 TRUE 3/19/20 7:11 R_2y9PQ4vyNxEVI4u
1163 437 TRUE 3/19/20 7:11 R_241ah4O3gWRG8Ky
1164 352 TRUE 3/19/20 7:11 R_2CEB2NJNs3ljKMZ
1165 401 TRUE 3/19/20 7:11 R_3gT0b29A6c2Vkmm
1166 563 TRUE 3/19/20 7:11 R_3nvZspS2GoQe1QK
1167 481 TRUE 3/19/20 7:11 R_1pYBeL5X1Wx2olb
1168 367 TRUE 3/19/20 7:11 R_38e4PzbpKDHfifL
1169 540 TRUE 3/19/20 7:11 R_1dzBoMByYcKjsxm
1170 300 TRUE 3/19/20 7:11 R_T1sfwwPAdF0SLdv
1171 298 TRUE 3/19/20 7:11 R_ROkCTbwRl0iw4et
1172 251 TRUE 3/19/20 7:12 R_2uVTgvJsEstBQkW
1173 422 TRUE 3/19/20 7:12 R_3oNIGrYxkazSXZj
1174 493 TRUE 3/19/20 7:12 R_1NwbN8pxfQLzkzI
1175 384 TRUE 3/19/20 7:13 R_27KfLi7TjeatZW3
1176 423 TRUE 3/19/20 7:13 R_3iIrswgEtN89nA9
1177 337 TRUE 3/19/20 7:13 R_28UIcScsoSdYQih
1178 375 TRUE 3/19/20 7:13 R_3rSMI0qkBEpapTd
1179 545 TRUE 3/19/20 7:13 R_2EAwRWzXQcbsduR
1180 1185 TRUE 3/19/20 7:13 R_D79HwfPnGR1ZwCR
1181 212 TRUE 3/19/20 7:13 R_1go2pfGyRBuNduu
1182 587 TRUE 3/19/20 7:14 R_3O2q4q0YftkjT7D
1183 456 TRUE 3/19/20 7:14 R_2fBzYoF30dKAqrk
1184 294 TRUE 3/19/20 7:14 R_1pKUfbhhejQyZka
1185 304 TRUE 3/19/20 7:14 R_2sYGe2vgIvybliM
1186 20 TRUE 3/19/20 7:14 R_2Ec7hOAYWVYOG5w
1187 458 TRUE 3/19/20 7:14 R_XiBwfXLtQkX2xX3
1188 441 TRUE 3/19/20 7:14 R_2anOgueLymT8CKw
1189 217 TRUE 3/19/20 7:14 R_1ON35W2UtzD6iPu
1190 480 TRUE 3/19/20 7:14 R_3qrHU9pChtlsVOY
1191 783 TRUE 3/19/20 7:14 R_2pMh5FGGHIlO2wV
1192 43 TRUE 3/19/20 7:14 R_To3eB4Ds6w7mNih
1193 364 TRUE 3/19/20 7:15 R_2rGyI3Zq2ze3Ncz
1194 6 TRUE 3/19/20 7:15 R_3koX5NtppkgpgKd
1195 244 TRUE 3/19/20 7:15 R_2f7HNsrzVLMU5YJ
1196 276 TRUE 3/19/20 7:15 R_UxBTokceneH3C5b
1197 238 TRUE 3/19/20 7:15 R_1kSNax5O471P6CC
1198 490 TRUE 3/19/20 7:15 R_1DCEOepoPlSqOZL
1199 716 TRUE 3/19/20 7:15 R_2zTLVC7UaEbHaj4
1200 554 TRUE 3/19/20 7:15 R_9t5cLEsuDS02a1r
1201 15 TRUE 3/19/20 7:15 R_290rtihc3NJCSrl
1202 572 TRUE 3/19/20 7:16 R_2CxkqTR8zJSdKOK
1203 522 TRUE 3/19/20 7:16 R_1pPTikdrazC5iYn
1204 454 TRUE 3/19/20 7:16 R_8e1g8JvjXbrqaY1
1205 457 TRUE 3/19/20 7:16 R_1duYMAR6k23VfFa
1206 3452 TRUE 3/19/20 7:16 R_2bKtxYJlWpgDvVw
1207 947 TRUE 3/19/20 7:17 R_1nZLx9FUJ4P0RHK
1208 360 TRUE 3/19/20 7:17 R_zUSvKbdzSJeCfO9
1209 504 TRUE 3/19/20 7:17 R_SAz4S7rmhFSQ3zb
1210 344 TRUE 3/19/20 7:17 R_dcnjwUuTeLG8ECt
1211 240 TRUE 3/19/20 7:17 R_10GVEYX0cwB8x4q
1212 352 TRUE 3/19/20 7:17 R_3CTaivpQpJNPVpF
1213 5277 TRUE 3/19/20 7:18 R_301ZA7UOm8faT0T
1214 239 TRUE 3/19/20 7:18 R_3CCtR28Wlh9o4vJ
1215 280 TRUE 3/19/20 7:18 R_1ImaUcDXYuoZsZF
1216 367 TRUE 3/19/20 7:18 R_1M682AgJnxzWMuH
1217 509 TRUE 3/19/20 7:18 R_2Ei5U90XLcNOJj8
1218 11 TRUE 3/19/20 7:18 R_2zuc96fOZMhbF62
1219 1230 TRUE 3/19/20 7:18 R_2AEHmp9rOJlXPA0
1220 893 TRUE 3/19/20 7:18 R_3Jq4Fxy8SErfJvA
1221 593 TRUE 3/19/20 7:18 R_24k4Ju5xh0ZHdSC
1222 249 TRUE 3/19/20 7:19 R_1fiKLeelWF9w6t0
1223 427 TRUE 3/19/20 7:19 R_3McdQcLeYP1dNjp
1224 226 TRUE 3/19/20 7:19 R_27vvY54SgjHmSCZ
1225 523 TRUE 3/19/20 7:19 R_3gtuWCAzQWf1mVz
1226 321 TRUE 3/19/20 7:19 R_1dsQorbslASEald
1227 440 TRUE 3/19/20 7:19 R_2PpdroiOEgYES38
1228 466 TRUE 3/19/20 7:19 R_1EbMoghV1QPYZUn
1229 639 TRUE 3/19/20 7:20 R_1eqM5HswmHrjOnk
1230 122 TRUE 3/19/20 7:20 R_3kpny5FkPvQh2bD
1231 574 TRUE 3/19/20 7:20 R_2o6MwHICNwa61fr
1232 604 TRUE 3/19/20 7:20 R_3Eu8pZ8RNIQCjCW
1233 3433 TRUE 3/19/20 7:20 R_WkZ9nXzo9oNjNAZ
1234 928 TRUE 3/19/20 7:20 R_2qF8wRPz67Ygk9j
1235 632 TRUE 3/19/20 7:21 R_3nOs3PxBkPAsSMy
1236 1020 TRUE 3/19/20 7:21 R_2dZwJaoPNToVkRy
1237 783 TRUE 3/19/20 7:21 R_3j1iHbEyyuzLzLv
1238 477 TRUE 3/19/20 7:21 R_wToqj9NfS3K3CTv
1239 524 TRUE 3/19/20 7:21 R_27wEtw8eTrIwONX
1240 282 TRUE 3/19/20 7:21 R_3HCawiZXC5XlK3n
1241 345 TRUE 3/19/20 7:21 R_2dEGlKPN1GdyoIJ
1242 860 TRUE 3/19/20 7:21 R_cS9OluwfS6zMzkt
1243 390 TRUE 3/19/20 7:22 R_2BwFeS8rzhmfxvB
1244 205 TRUE 3/19/20 7:22 R_3gXCSs3zw0mC21s
1245 247 TRUE 3/19/20 7:22 R_1CJYD7OZjazYDXm
1246 493 TRUE 3/19/20 7:22 R_3gYiRPgvDbh9rhh
1247 294 TRUE 3/19/20 7:22 R_Zru7EHoMXuSQZEd
1248 346 TRUE 3/19/20 7:22 R_2sR9x8hVwbjSiWm
1249 442 TRUE 3/19/20 7:22 R_31FAhUCKFjO3bcu
RecipientLastName RecipientEmail ExternalReference
1 NA NA NA
2 NA NA NA
3 NA NA NA
4 NA NA NA
5 NA NA NA
6 NA NA NA
7 NA NA NA
8 NA NA NA
9 NA NA NA
10 NA NA NA
11 NA NA NA
12 NA NA NA
13 NA NA NA
14 NA NA NA
15 NA NA NA
16 NA NA NA
17 NA NA NA
18 NA NA NA
19 NA NA NA
20 NA NA NA
21 NA NA NA
22 NA NA NA
23 NA NA NA
24 NA NA NA
25 NA NA NA
26 NA NA NA
27 NA NA NA
28 NA NA NA
29 NA NA NA
30 NA NA NA
31 NA NA NA
32 NA NA NA
33 NA NA NA
34 NA NA NA
35 NA NA NA
36 NA NA NA
37 NA NA NA
38 NA NA NA
39 NA NA NA
40 NA NA NA
41 NA NA NA
42 NA NA NA
43 NA NA NA
44 NA NA NA
45 NA NA NA
46 NA NA NA
47 NA NA NA
48 NA NA NA
49 NA NA NA
50 NA NA NA
51 NA NA NA
52 NA NA NA
53 NA NA NA
54 NA NA NA
55 NA NA NA
56 NA NA NA
57 NA NA NA
58 NA NA NA
59 NA NA NA
60 NA NA NA
61 NA NA NA
62 NA NA NA
63 NA NA NA
64 NA NA NA
65 NA NA NA
66 NA NA NA
67 NA NA NA
68 NA NA NA
69 NA NA NA
70 NA NA NA
71 NA NA NA
72 NA NA NA
73 NA NA NA
74 NA NA NA
75 NA NA NA
76 NA NA NA
77 NA NA NA
78 NA NA NA
79 NA NA NA
80 NA NA NA
81 NA NA NA
82 NA NA NA
83 NA NA NA
84 NA NA NA
85 NA NA NA
86 NA NA NA
87 NA NA NA
88 NA NA NA
89 NA NA NA
90 NA NA NA
91 NA NA NA
92 NA NA NA
93 NA NA NA
94 NA NA NA
95 NA NA NA
96 NA NA NA
97 NA NA NA
98 NA NA NA
99 NA NA NA
100 NA NA NA
101 NA NA NA
102 NA NA NA
103 NA NA NA
104 NA NA NA
105 NA NA NA
106 NA NA NA
107 NA NA NA
108 NA NA NA
109 NA NA NA
110 NA NA NA
111 NA NA NA
112 NA NA NA
113 NA NA NA
114 NA NA NA
115 NA NA NA
116 NA NA NA
117 NA NA NA
118 NA NA NA
119 NA NA NA
120 NA NA NA
121 NA NA NA
122 NA NA NA
123 NA NA NA
124 NA NA NA
125 NA NA NA
126 NA NA NA
127 NA NA NA
128 NA NA NA
129 NA NA NA
130 NA NA NA
131 NA NA NA
132 NA NA NA
133 NA NA NA
134 NA NA NA
135 NA NA NA
136 NA NA NA
137 NA NA NA
138 NA NA NA
139 NA NA NA
140 NA NA NA
141 NA NA NA
142 NA NA NA
143 NA NA NA
144 NA NA NA
145 NA NA NA
146 NA NA NA
147 NA NA NA
148 NA NA NA
149 NA NA NA
150 NA NA NA
151 NA NA NA
152 NA NA NA
153 NA NA NA
154 NA NA NA
155 NA NA NA
156 NA NA NA
157 NA NA NA
158 NA NA NA
159 NA NA NA
160 NA NA NA
161 NA NA NA
162 NA NA NA
163 NA NA NA
164 NA NA NA
165 NA NA NA
166 NA NA NA
167 NA NA NA
168 NA NA NA
169 NA NA NA
170 NA NA NA
171 NA NA NA
172 NA NA NA
173 NA NA NA
174 NA NA NA
175 NA NA NA
176 NA NA NA
177 NA NA NA
178 NA NA NA
179 NA NA NA
180 NA NA NA
181 NA NA NA
182 NA NA NA
183 NA NA NA
184 NA NA NA
185 NA NA NA
186 NA NA NA
187 NA NA NA
188 NA NA NA
189 NA NA NA
190 NA NA NA
191 NA NA NA
192 NA NA NA
193 NA NA NA
194 NA NA NA
195 NA NA NA
196 NA NA NA
197 NA NA NA
198 NA NA NA
199 NA NA NA
200 NA NA NA
201 NA NA NA
202 NA NA NA
203 NA NA NA
204 NA NA NA
205 NA NA NA
206 NA NA NA
207 NA NA NA
208 NA NA NA
209 NA NA NA
210 NA NA NA
211 NA NA NA
212 NA NA NA
213 NA NA NA
214 NA NA NA
215 NA NA NA
216 NA NA NA
217 NA NA NA
218 NA NA NA
219 NA NA NA
220 NA NA NA
221 NA NA NA
222 NA NA NA
223 NA NA NA
224 NA NA NA
225 NA NA NA
226 NA NA NA
227 NA NA NA
228 NA NA NA
229 NA NA NA
230 NA NA NA
231 NA NA NA
232 NA NA NA
233 NA NA NA
234 NA NA NA
235 NA NA NA
236 NA NA NA
237 NA NA NA
238 NA NA NA
239 NA NA NA
240 NA NA NA
241 NA NA NA
242 NA NA NA
243 NA NA NA
244 NA NA NA
245 NA NA NA
246 NA NA NA
247 NA NA NA
248 NA NA NA
249 NA NA NA
250 NA NA NA
251 NA NA NA
252 NA NA NA
253 NA NA NA
254 NA NA NA
255 NA NA NA
256 NA NA NA
257 NA NA NA
258 NA NA NA
259 NA NA NA
260 NA NA NA
261 NA NA NA
262 NA NA NA
263 NA NA NA
264 NA NA NA
265 NA NA NA
266 NA NA NA
267 NA NA NA
268 NA NA NA
269 NA NA NA
270 NA NA NA
271 NA NA NA
272 NA NA NA
273 NA NA NA
274 NA NA NA
275 NA NA NA
276 NA NA NA
277 NA NA NA
278 NA NA NA
279 NA NA NA
280 NA NA NA
281 NA NA NA
282 NA NA NA
283 NA NA NA
284 NA NA NA
285 NA NA NA
286 NA NA NA
287 NA NA NA
288 NA NA NA
289 NA NA NA
290 NA NA NA
291 NA NA NA
292 NA NA NA
293 NA NA NA
294 NA NA NA
295 NA NA NA
296 NA NA NA
297 NA NA NA
298 NA NA NA
299 NA NA NA
300 NA NA NA
301 NA NA NA
302 NA NA NA
303 NA NA NA
304 NA NA NA
305 NA NA NA
306 NA NA NA
307 NA NA NA
308 NA NA NA
309 NA NA NA
310 NA NA NA
311 NA NA NA
312 NA NA NA
313 NA NA NA
314 NA NA NA
315 NA NA NA
316 NA NA NA
317 NA NA NA
318 NA NA NA
319 NA NA NA
320 NA NA NA
321 NA NA NA
322 NA NA NA
323 NA NA NA
324 NA NA NA
325 NA NA NA
326 NA NA NA
327 NA NA NA
328 NA NA NA
329 NA NA NA
330 NA NA NA
331 NA NA NA
332 NA NA NA
333 NA NA NA
334 NA NA NA
335 NA NA NA
336 NA NA NA
337 NA NA NA
338 NA NA NA
339 NA NA NA
340 NA NA NA
341 NA NA NA
342 NA NA NA
343 NA NA NA
344 NA NA NA
345 NA NA NA
346 NA NA NA
347 NA NA NA
348 NA NA NA
349 NA NA NA
350 NA NA NA
351 NA NA NA
352 NA NA NA
353 NA NA NA
354 NA NA NA
355 NA NA NA
356 NA NA NA
357 NA NA NA
358 NA NA NA
359 NA NA NA
360 NA NA NA
361 NA NA NA
362 NA NA NA
363 NA NA NA
364 NA NA NA
365 NA NA NA
366 NA NA NA
367 NA NA NA
368 NA NA NA
369 NA NA NA
370 NA NA NA
371 NA NA NA
372 NA NA NA
373 NA NA NA
374 NA NA NA
375 NA NA NA
376 NA NA NA
377 NA NA NA
378 NA NA NA
379 NA NA NA
380 NA NA NA
381 NA NA NA
382 NA NA NA
383 NA NA NA
384 NA NA NA
385 NA NA NA
386 NA NA NA
387 NA NA NA
388 NA NA NA
389 NA NA NA
390 NA NA NA
391 NA NA NA
392 NA NA NA
393 NA NA NA
394 NA NA NA
395 NA NA NA
396 NA NA NA
397 NA NA NA
398 NA NA NA
399 NA NA NA
400 NA NA NA
401 NA NA NA
402 NA NA NA
403 NA NA NA
404 NA NA NA
405 NA NA NA
406 NA NA NA
407 NA NA NA
408 NA NA NA
409 NA NA NA
410 NA NA NA
411 NA NA NA
412 NA NA NA
413 NA NA NA
414 NA NA NA
415 NA NA NA
416 NA NA NA
417 NA NA NA
418 NA NA NA
419 NA NA NA
420 NA NA NA
421 NA NA NA
422 NA NA NA
423 NA NA NA
424 NA NA NA
425 NA NA NA
426 NA NA NA
427 NA NA NA
428 NA NA NA
429 NA NA NA
430 NA NA NA
431 NA NA NA
432 NA NA NA
433 NA NA NA
434 NA NA NA
435 NA NA NA
436 NA NA NA
437 NA NA NA
438 NA NA NA
439 NA NA NA
440 NA NA NA
441 NA NA NA
442 NA NA NA
443 NA NA NA
444 NA NA NA
445 NA NA NA
446 NA NA NA
447 NA NA NA
448 NA NA NA
449 NA NA NA
450 NA NA NA
451 NA NA NA
452 NA NA NA
453 NA NA NA
454 NA NA NA
455 NA NA NA
456 NA NA NA
457 NA NA NA
458 NA NA NA
459 NA NA NA
460 NA NA NA
461 NA NA NA
462 NA NA NA
463 NA NA NA
464 NA NA NA
465 NA NA NA
466 NA NA NA
467 NA NA NA
468 NA NA NA
469 NA NA NA
470 NA NA NA
471 NA NA NA
472 NA NA NA
473 NA NA NA
474 NA NA NA
475 NA NA NA
476 NA NA NA
477 NA NA NA
478 NA NA NA
479 NA NA NA
480 NA NA NA
481 NA NA NA
482 NA NA NA
483 NA NA NA
484 NA NA NA
485 NA NA NA
486 NA NA NA
487 NA NA NA
488 NA NA NA
489 NA NA NA
490 NA NA NA
491 NA NA NA
492 NA NA NA
493 NA NA NA
494 NA NA NA
495 NA NA NA
496 NA NA NA
497 NA NA NA
498 NA NA NA
499 NA NA NA
500 NA NA NA
501 NA NA NA
502 NA NA NA
503 NA NA NA
504 NA NA NA
505 NA NA NA
506 NA NA NA
507 NA NA NA
508 NA NA NA
509 NA NA NA
510 NA NA NA
511 NA NA NA
512 NA NA NA
513 NA NA NA
514 NA NA NA
515 NA NA NA
516 NA NA NA
517 NA NA NA
518 NA NA NA
519 NA NA NA
520 NA NA NA
521 NA NA NA
522 NA NA NA
523 NA NA NA
524 NA NA NA
525 NA NA NA
526 NA NA NA
527 NA NA NA
528 NA NA NA
529 NA NA NA
530 NA NA NA
531 NA NA NA
532 NA NA NA
533 NA NA NA
534 NA NA NA
535 NA NA NA
536 NA NA NA
537 NA NA NA
538 NA NA NA
539 NA NA NA
540 NA NA NA
541 NA NA NA
542 NA NA NA
543 NA NA NA
544 NA NA NA
545 NA NA NA
546 NA NA NA
547 NA NA NA
548 NA NA NA
549 NA NA NA
550 NA NA NA
551 NA NA NA
552 NA NA NA
553 NA NA NA
554 NA NA NA
555 NA NA NA
556 NA NA NA
557 NA NA NA
558 NA NA NA
559 NA NA NA
560 NA NA NA
561 NA NA NA
562 NA NA NA
563 NA NA NA
564 NA NA NA
565 NA NA NA
566 NA NA NA
567 NA NA NA
568 NA NA NA
569 NA NA NA
570 NA NA NA
571 NA NA NA
572 NA NA NA
573 NA NA NA
574 NA NA NA
575 NA NA NA
576 NA NA NA
577 NA NA NA
578 NA NA NA
579 NA NA NA
580 NA NA NA
581 NA NA NA
582 NA NA NA
583 NA NA NA
584 NA NA NA
585 NA NA NA
586 NA NA NA
587 NA NA NA
588 NA NA NA
589 NA NA NA
590 NA NA NA
591 NA NA NA
592 NA NA NA
593 NA NA NA
594 NA NA NA
595 NA NA NA
596 NA NA NA
597 NA NA NA
598 NA NA NA
599 NA NA NA
600 NA NA NA
601 NA NA NA
602 NA NA NA
603 NA NA NA
604 NA NA NA
605 NA NA NA
606 NA NA NA
607 NA NA NA
608 NA NA NA
609 NA NA NA
610 NA NA NA
611 NA NA NA
612 NA NA NA
613 NA NA NA
614 NA NA NA
615 NA NA NA
616 NA NA NA
617 NA NA NA
618 NA NA NA
619 NA NA NA
620 NA NA NA
621 NA NA NA
622 NA NA NA
623 NA NA NA
624 NA NA NA
625 NA NA NA
626 NA NA NA
627 NA NA NA
628 NA NA NA
629 NA NA NA
630 NA NA NA
631 NA NA NA
632 NA NA NA
633 NA NA NA
634 NA NA NA
635 NA NA NA
636 NA NA NA
637 NA NA NA
638 NA NA NA
639 NA NA NA
640 NA NA NA
641 NA NA NA
642 NA NA NA
643 NA NA NA
644 NA NA NA
645 NA NA NA
646 NA NA NA
647 NA NA NA
648 NA NA NA
649 NA NA NA
650 NA NA NA
651 NA NA NA
652 NA NA NA
653 NA NA NA
654 NA NA NA
655 NA NA NA
656 NA NA NA
657 NA NA NA
658 NA NA NA
659 NA NA NA
660 NA NA NA
661 NA NA NA
662 NA NA NA
663 NA NA NA
664 NA NA NA
665 NA NA NA
666 NA NA NA
667 NA NA NA
668 NA NA NA
669 NA NA NA
670 NA NA NA
671 NA NA NA
672 NA NA NA
673 NA NA NA
674 NA NA NA
675 NA NA NA
676 NA NA NA
677 NA NA NA
678 NA NA NA
679 NA NA NA
680 NA NA NA
681 NA NA NA
682 NA NA NA
683 NA NA NA
684 NA NA NA
685 NA NA NA
686 NA NA NA
687 NA NA NA
688 NA NA NA
689 NA NA NA
690 NA NA NA
691 NA NA NA
692 NA NA NA
693 NA NA NA
694 NA NA NA
695 NA NA NA
696 NA NA NA
697 NA NA NA
698 NA NA NA
699 NA NA NA
700 NA NA NA
701 NA NA NA
702 NA NA NA
703 NA NA NA
704 NA NA NA
705 NA NA NA
706 NA NA NA
707 NA NA NA
708 NA NA NA
709 NA NA NA
710 NA NA NA
711 NA NA NA
712 NA NA NA
713 NA NA NA
714 NA NA NA
715 NA NA NA
716 NA NA NA
717 NA NA NA
718 NA NA NA
719 NA NA NA
720 NA NA NA
721 NA NA NA
722 NA NA NA
723 NA NA NA
724 NA NA NA
725 NA NA NA
726 NA NA NA
727 NA NA NA
728 NA NA NA
729 NA NA NA
730 NA NA NA
731 NA NA NA
732 NA NA NA
733 NA NA NA
734 NA NA NA
735 NA NA NA
736 NA NA NA
737 NA NA NA
738 NA NA NA
739 NA NA NA
740 NA NA NA
741 NA NA NA
742 NA NA NA
743 NA NA NA
744 NA NA NA
745 NA NA NA
746 NA NA NA
747 NA NA NA
748 NA NA NA
749 NA NA NA
750 NA NA NA
751 NA NA NA
752 NA NA NA
753 NA NA NA
754 NA NA NA
755 NA NA NA
756 NA NA NA
757 NA NA NA
758 NA NA NA
759 NA NA NA
760 NA NA NA
761 NA NA NA
762 NA NA NA
763 NA NA NA
764 NA NA NA
765 NA NA NA
766 NA NA NA
767 NA NA NA
768 NA NA NA
769 NA NA NA
770 NA NA NA
771 NA NA NA
772 NA NA NA
773 NA NA NA
774 NA NA NA
775 NA NA NA
776 NA NA NA
777 NA NA NA
778 NA NA NA
779 NA NA NA
780 NA NA NA
781 NA NA NA
782 NA NA NA
783 NA NA NA
784 NA NA NA
785 NA NA NA
786 NA NA NA
787 NA NA NA
788 NA NA NA
789 NA NA NA
790 NA NA NA
791 NA NA NA
792 NA NA NA
793 NA NA NA
794 NA NA NA
795 NA NA NA
796 NA NA NA
797 NA NA NA
798 NA NA NA
799 NA NA NA
800 NA NA NA
801 NA NA NA
802 NA NA NA
803 NA NA NA
804 NA NA NA
805 NA NA NA
806 NA NA NA
807 NA NA NA
808 NA NA NA
809 NA NA NA
810 NA NA NA
811 NA NA NA
812 NA NA NA
813 NA NA NA
814 NA NA NA
815 NA NA NA
816 NA NA NA
817 NA NA NA
818 NA NA NA
819 NA NA NA
820 NA NA NA
821 NA NA NA
822 NA NA NA
823 NA NA NA
824 NA NA NA
825 NA NA NA
826 NA NA NA
827 NA NA NA
828 NA NA NA
829 NA NA NA
830 NA NA NA
831 NA NA NA
832 NA NA NA
833 NA NA NA
834 NA NA NA
835 NA NA NA
836 NA NA NA
837 NA NA NA
838 NA NA NA
839 NA NA NA
840 NA NA NA
841 NA NA NA
842 NA NA NA
843 NA NA NA
844 NA NA NA
845 NA NA NA
846 NA NA NA
847 NA NA NA
848 NA NA NA
849 NA NA NA
850 NA NA NA
851 NA NA NA
852 NA NA NA
853 NA NA NA
854 NA NA NA
855 NA NA NA
856 NA NA NA
857 NA NA NA
858 NA NA NA
859 NA NA NA
860 NA NA NA
861 NA NA NA
862 NA NA NA
863 NA NA NA
864 NA NA NA
865 NA NA NA
866 NA NA NA
867 NA NA NA
868 NA NA NA
869 NA NA NA
870 NA NA NA
871 NA NA NA
872 NA NA NA
873 NA NA NA
874 NA NA NA
875 NA NA NA
876 NA NA NA
877 NA NA NA
878 NA NA NA
879 NA NA NA
880 NA NA NA
881 NA NA NA
882 NA NA NA
883 NA NA NA
884 NA NA NA
885 NA NA NA
886 NA NA NA
887 NA NA NA
888 NA NA NA
889 NA NA NA
890 NA NA NA
891 NA NA NA
892 NA NA NA
893 NA NA NA
894 NA NA NA
895 NA NA NA
896 NA NA NA
897 NA NA NA
898 NA NA NA
899 NA NA NA
900 NA NA NA
901 NA NA NA
902 NA NA NA
903 NA NA NA
904 NA NA NA
905 NA NA NA
906 NA NA NA
907 NA NA NA
908 NA NA NA
909 NA NA NA
910 NA NA NA
911 NA NA NA
912 NA NA NA
913 NA NA NA
914 NA NA NA
915 NA NA NA
916 NA NA NA
917 NA NA NA
918 NA NA NA
919 NA NA NA
920 NA NA NA
921 NA NA NA
922 NA NA NA
923 NA NA NA
924 NA NA NA
925 NA NA NA
926 NA NA NA
927 NA NA NA
928 NA NA NA
929 NA NA NA
930 NA NA NA
931 NA NA NA
932 NA NA NA
933 NA NA NA
934 NA NA NA
935 NA NA NA
936 NA NA NA
937 NA NA NA
938 NA NA NA
939 NA NA NA
940 NA NA NA
941 NA NA NA
942 NA NA NA
943 NA NA NA
944 NA NA NA
945 NA NA NA
946 NA NA NA
947 NA NA NA
948 NA NA NA
949 NA NA NA
950 NA NA NA
951 NA NA NA
952 NA NA NA
953 NA NA NA
954 NA NA NA
955 NA NA NA
956 NA NA NA
957 NA NA NA
958 NA NA NA
959 NA NA NA
960 NA NA NA
961 NA NA NA
962 NA NA NA
963 NA NA NA
964 NA NA NA
965 NA NA NA
966 NA NA NA
967 NA NA NA
968 NA NA NA
969 NA NA NA
970 NA NA NA
971 NA NA NA
972 NA NA NA
973 NA NA NA
974 NA NA NA
975 NA NA NA
976 NA NA NA
977 NA NA NA
978 NA NA NA
979 NA NA NA
980 NA NA NA
981 NA NA NA
982 NA NA NA
983 NA NA NA
984 NA NA NA
985 NA NA NA
986 NA NA NA
987 NA NA NA
988 NA NA NA
989 NA NA NA
990 NA NA NA
991 NA NA NA
992 NA NA NA
993 NA NA NA
994 NA NA NA
995 NA NA NA
996 NA NA NA
997 NA NA NA
998 NA NA NA
999 NA NA NA
1000 NA NA NA
1001 NA NA NA
1002 NA NA NA
1003 NA NA NA
1004 NA NA NA
1005 NA NA NA
1006 NA NA NA
1007 NA NA NA
1008 NA NA NA
1009 NA NA NA
1010 NA NA NA
1011 NA NA NA
1012 NA NA NA
1013 NA NA NA
1014 NA NA NA
1015 NA NA NA
1016 NA NA NA
1017 NA NA NA
1018 NA NA NA
1019 NA NA NA
1020 NA NA NA
1021 NA NA NA
1022 NA NA NA
1023 NA NA NA
1024 NA NA NA
1025 NA NA NA
1026 NA NA NA
1027 NA NA NA
1028 NA NA NA
1029 NA NA NA
1030 NA NA NA
1031 NA NA NA
1032 NA NA NA
1033 NA NA NA
1034 NA NA NA
1035 NA NA NA
1036 NA NA NA
1037 NA NA NA
1038 NA NA NA
1039 NA NA NA
1040 NA NA NA
1041 NA NA NA
1042 NA NA NA
1043 NA NA NA
1044 NA NA NA
1045 NA NA NA
1046 NA NA NA
1047 NA NA NA
1048 NA NA NA
1049 NA NA NA
1050 NA NA NA
1051 NA NA NA
1052 NA NA NA
1053 NA NA NA
1054 NA NA NA
1055 NA NA NA
1056 NA NA NA
1057 NA NA NA
1058 NA NA NA
1059 NA NA NA
1060 NA NA NA
1061 NA NA NA
1062 NA NA NA
1063 NA NA NA
1064 NA NA NA
1065 NA NA NA
1066 NA NA NA
1067 NA NA NA
1068 NA NA NA
1069 NA NA NA
1070 NA NA NA
1071 NA NA NA
1072 NA NA NA
1073 NA NA NA
1074 NA NA NA
1075 NA NA NA
1076 NA NA NA
1077 NA NA NA
1078 NA NA NA
1079 NA NA NA
1080 NA NA NA
1081 NA NA NA
1082 NA NA NA
1083 NA NA NA
1084 NA NA NA
1085 NA NA NA
1086 NA NA NA
1087 NA NA NA
1088 NA NA NA
1089 NA NA NA
1090 NA NA NA
1091 NA NA NA
1092 NA NA NA
1093 NA NA NA
1094 NA NA NA
1095 NA NA NA
1096 NA NA NA
1097 NA NA NA
1098 NA NA NA
1099 NA NA NA
1100 NA NA NA
1101 NA NA NA
1102 NA NA NA
1103 NA NA NA
1104 NA NA NA
1105 NA NA NA
1106 NA NA NA
1107 NA NA NA
1108 NA NA NA
1109 NA NA NA
1110 NA NA NA
1111 NA NA NA
1112 NA NA NA
1113 NA NA NA
1114 NA NA NA
1115 NA NA NA
1116 NA NA NA
1117 NA NA NA
1118 NA NA NA
1119 NA NA NA
1120 NA NA NA
1121 NA NA NA
1122 NA NA NA
1123 NA NA NA
1124 NA NA NA
1125 NA NA NA
1126 NA NA NA
1127 NA NA NA
1128 NA NA NA
1129 NA NA NA
1130 NA NA NA
1131 NA NA NA
1132 NA NA NA
1133 NA NA NA
1134 NA NA NA
1135 NA NA NA
1136 NA NA NA
1137 NA NA NA
1138 NA NA NA
1139 NA NA NA
1140 NA NA NA
1141 NA NA NA
1142 NA NA NA
1143 NA NA NA
1144 NA NA NA
1145 NA NA NA
1146 NA NA NA
1147 NA NA NA
1148 NA NA NA
1149 NA NA NA
1150 NA NA NA
1151 NA NA NA
1152 NA NA NA
1153 NA NA NA
1154 NA NA NA
1155 NA NA NA
1156 NA NA NA
1157 NA NA NA
1158 NA NA NA
1159 NA NA NA
1160 NA NA NA
1161 NA NA NA
1162 NA NA NA
1163 NA NA NA
1164 NA NA NA
1165 NA NA NA
1166 NA NA NA
1167 NA NA NA
1168 NA NA NA
1169 NA NA NA
1170 NA NA NA
1171 NA NA NA
1172 NA NA NA
1173 NA NA NA
1174 NA NA NA
1175 NA NA NA
1176 NA NA NA
1177 NA NA NA
1178 NA NA NA
1179 NA NA NA
1180 NA NA NA
1181 NA NA NA
1182 NA NA NA
1183 NA NA NA
1184 NA NA NA
1185 NA NA NA
1186 NA NA NA
1187 NA NA NA
1188 NA NA NA
1189 NA NA NA
1190 NA NA NA
1191 NA NA NA
1192 NA NA NA
1193 NA NA NA
1194 NA NA NA
1195 NA NA NA
1196 NA NA NA
1197 NA NA NA
1198 NA NA NA
1199 NA NA NA
1200 NA NA NA
1201 NA NA NA
1202 NA NA NA
1203 NA NA NA
1204 NA NA NA
1205 NA NA NA
1206 NA NA NA
1207 NA NA NA
1208 NA NA NA
1209 NA NA NA
1210 NA NA NA
1211 NA NA NA
1212 NA NA NA
1213 NA NA NA
1214 NA NA NA
1215 NA NA NA
1216 NA NA NA
1217 NA NA NA
1218 NA NA NA
1219 NA NA NA
1220 NA NA NA
1221 NA NA NA
1222 NA NA NA
1223 NA NA NA
1224 NA NA NA
1225 NA NA NA
1226 NA NA NA
1227 NA NA NA
1228 NA NA NA
1229 NA NA NA
1230 NA NA NA
1231 NA NA NA
1232 NA NA NA
1233 NA NA NA
1234 NA NA NA
1235 NA NA NA
1236 NA NA NA
1237 NA NA NA
1238 NA NA NA
1239 NA NA NA
1240 NA NA NA
1241 NA NA NA
1242 NA NA NA
1243 NA NA NA
1244 NA NA NA
1245 NA NA NA
1246 NA NA NA
1247 NA NA NA
1248 NA NA NA
1249 NA NA NA
LocationLatitude LocationLongitude DistributionChannel
1 53.33380 -6.248795 preview
2 42.34740 -71.158203 preview
3 52.38200 -1.587402 anonymous
4 42.37370 -71.128403 anonymous
5 42.37370 -71.128403 anonymous
6 51.46230 -2.550201 anonymous
7 55.66859 12.584198 anonymous
8 55.65120 12.597000 anonymous
9 51.46230 -2.550201 anonymous
10 55.65120 12.597000 anonymous
11 51.49640 -0.122406 anonymous
12 28.65041 77.237213 anonymous
13 55.65120 12.597000 anonymous
14 51.46230 -2.550201 anonymous
15 28.65041 77.237213 anonymous
16 28.65041 77.237213 anonymous
17 28.65041 77.237213 anonymous
18 42.37370 -71.128403 anonymous
19 51.46230 -2.550201 anonymous
20 42.37370 -71.128403 preview
21 55.66859 12.584198 anonymous
22 56.19389 10.248505 anonymous
23 45.49049 12.242493 anonymous
24 51.46230 -2.550201 anonymous
25 42.84300 -71.455002 anonymous
26 42.84300 -71.455002 anonymous
27 42.37370 -71.128403 anonymous
28 43.14790 12.109695 anonymous
29 42.37370 -71.128403 anonymous
30 44.22180 12.041397 anonymous
31 41.89040 12.512405 anonymous
32 45.71291 12.257004 anonymous
33 43.76370 10.438599 anonymous
34 40.67799 14.793304 anonymous
35 43.14790 12.109695 anonymous
36 44.40280 8.944794 anonymous
37 40.67799 14.793304 anonymous
38 37.63490 14.936798 anonymous
39 38.19389 15.559906 anonymous
40 40.85260 14.268494 anonymous
41 46.06740 13.236404 anonymous
42 44.99860 7.675003 anonymous
43 43.77850 11.249405 anonymous
44 43.96519 10.412903 anonymous
45 39.23019 9.121002 anonymous
46 40.85260 14.268494 anonymous
47 38.11929 13.367493 anonymous
48 45.47070 9.188904 anonymous
49 41.89040 12.512405 anonymous
50 46.46069 11.269897 anonymous
51 38.14670 16.066299 anonymous
52 43.14790 12.109695 anonymous
53 39.23019 9.121002 anonymous
54 43.14790 12.109695 anonymous
55 43.14790 12.109695 anonymous
56 45.01050 7.821304 anonymous
57 45.47070 9.188904 anonymous
58 43.77850 11.249405 anonymous
59 43.14790 12.109695 anonymous
60 44.40280 8.944794 anonymous
61 45.47070 9.188904 anonymous
62 45.47310 10.540802 anonymous
63 40.90660 14.474503 anonymous
64 43.14790 12.109695 anonymous
65 43.14790 12.109695 anonymous
66 45.47070 9.188904 anonymous
67 40.85260 14.268494 anonymous
68 41.89040 12.512405 anonymous
69 41.89040 12.512405 anonymous
70 45.04970 7.663406 anonymous
71 40.85260 14.268494 anonymous
72 41.89040 12.512405 anonymous
73 40.85260 14.268494 anonymous
74 41.89040 12.512405 anonymous
75 45.45750 11.885498 anonymous
76 45.47070 9.188904 anonymous
77 43.14790 12.109695 anonymous
78 43.14790 12.109695 anonymous
79 45.69940 8.462204 anonymous
80 41.11220 16.854706 anonymous
81 46.48869 11.339401 anonymous
82 45.69940 8.462204 anonymous
83 43.14790 12.109695 anonymous
84 41.89040 12.512405 anonymous
85 39.66740 16.298706 anonymous
86 41.11220 16.854706 anonymous
87 45.47070 9.188904 anonymous
88 45.47070 9.188904 anonymous
89 45.74181 9.130203 anonymous
90 46.06740 13.236404 anonymous
91 45.07249 7.687698 anonymous
92 41.89040 12.512405 anonymous
93 40.85260 14.268494 anonymous
94 41.99989 14.993896 anonymous
95 41.89040 12.512405 anonymous
96 43.76370 10.438599 anonymous
97 43.14790 12.109695 anonymous
98 45.07249 7.687698 anonymous
99 43.70850 10.403595 anonymous
100 45.69930 9.609695 anonymous
101 40.85260 14.268494 anonymous
102 45.07249 7.687698 anonymous
103 45.47070 9.188904 anonymous
104 43.14790 12.109695 anonymous
105 45.61310 8.364594 anonymous
106 45.47070 9.188904 anonymous
107 45.47070 9.188904 anonymous
108 40.85260 14.268494 anonymous
109 44.49380 11.338699 anonymous
110 44.90919 8.610107 anonymous
111 42.45840 14.202805 anonymous
112 41.89040 12.512405 anonymous
113 41.11211 16.696396 anonymous
114 45.55051 9.077393 anonymous
115 45.43100 9.110901 anonymous
116 40.72430 8.558807 anonymous
117 45.58189 9.268295 anonymous
118 38.11929 13.367493 anonymous
119 40.86571 14.395493 anonymous
120 43.14790 12.109695 anonymous
121 41.11220 16.854706 anonymous
122 41.89040 12.512405 anonymous
123 45.04970 7.663406 anonymous
124 40.71660 15.683701 anonymous
125 43.14790 12.109695 anonymous
126 40.96950 17.113007 anonymous
127 44.49380 11.338699 anonymous
128 43.14790 12.109695 anonymous
129 45.55220 10.075607 anonymous
130 41.89040 12.512405 anonymous
131 43.38950 10.436203 anonymous
132 42.02901 13.426407 anonymous
133 43.14790 12.109695 anonymous
134 45.64790 10.264893 anonymous
135 41.89040 12.512405 anonymous
136 45.47070 9.188904 anonymous
137 45.53790 9.189194 anonymous
138 43.77850 11.249405 anonymous
139 46.06940 11.114899 anonymous
140 37.56970 14.910004 anonymous
141 41.89040 12.512405 anonymous
142 43.77850 11.249405 anonymous
143 44.49380 11.338699 anonymous
144 45.46809 9.201096 anonymous
145 44.30901 8.477203 anonymous
146 46.06740 13.236404 anonymous
147 40.05251 17.989395 anonymous
148 43.14790 12.109695 anonymous
149 41.89040 12.512405 anonymous
150 41.13370 16.850006 anonymous
151 39.23019 9.121002 anonymous
152 45.55330 12.071899 anonymous
153 40.90750 14.292999 anonymous
154 41.89040 12.512405 anonymous
155 45.83150 12.005997 anonymous
156 44.13989 12.241699 anonymous
157 40.85260 14.268494 anonymous
158 43.14790 12.109695 anonymous
159 43.14790 12.109695 anonymous
160 41.11220 16.854706 anonymous
161 41.24260 16.501007 anonymous
162 41.89040 12.512405 anonymous
163 43.11070 12.390305 anonymous
164 45.53371 10.219101 anonymous
165 43.59419 13.503403 anonymous
166 43.14790 12.109695 anonymous
167 45.56300 8.057999 anonymous
168 45.47070 9.188904 anonymous
169 44.27470 11.839706 anonymous
170 45.07249 7.687698 anonymous
171 44.05750 12.565308 anonymous
172 43.14790 12.109695 anonymous
173 45.49049 12.242493 anonymous
174 44.70081 10.630402 anonymous
175 37.79150 15.209198 anonymous
176 37.49249 15.070099 anonymous
177 43.14790 12.109695 anonymous
178 45.64951 13.776794 anonymous
179 41.89040 12.512405 anonymous
180 42.95779 13.885696 anonymous
181 39.26280 16.194504 anonymous
182 45.07249 7.687698 anonymous
183 43.14790 12.109695 anonymous
184 40.35500 18.174103 anonymous
185 44.79900 10.323395 anonymous
186 41.89040 12.512405 anonymous
187 45.07249 7.687698 anonymous
188 43.77850 11.249405 anonymous
189 45.41020 11.889999 anonymous
190 41.89040 12.512405 anonymous
191 40.85260 14.268494 anonymous
192 45.41020 11.889999 anonymous
193 43.31821 11.330597 anonymous
194 41.89040 12.512405 anonymous
195 40.95720 14.307495 anonymous
196 45.47070 9.188904 anonymous
197 43.14790 12.109695 anonymous
198 43.14790 12.109695 anonymous
199 41.89040 12.512405 anonymous
200 46.02409 8.259003 anonymous
201 43.14790 12.109695 anonymous
202 42.09331 11.796707 anonymous
203 37.49249 15.070099 anonymous
204 45.07249 7.687698 anonymous
205 41.11220 16.854706 anonymous
206 43.14790 12.109695 anonymous
207 45.44580 8.616104 anonymous
208 41.89040 12.512405 anonymous
209 41.13370 16.850006 anonymous
210 43.54430 10.326202 anonymous
211 43.77850 11.249405 anonymous
212 43.89240 10.557098 anonymous
213 38.12900 13.334106 anonymous
214 45.47070 9.188904 anonymous
215 45.07249 7.687698 anonymous
216 41.89040 12.512405 anonymous
217 38.11929 13.367493 anonymous
218 43.14790 12.109695 anonymous
219 45.72881 8.425293 anonymous
220 43.77850 11.249405 anonymous
221 45.64490 11.987305 anonymous
222 45.47070 9.188904 anonymous
223 45.47070 9.188904 anonymous
224 45.53371 10.219101 anonymous
225 45.69740 9.667404 anonymous
226 41.89040 12.512405 anonymous
227 40.85260 14.268494 anonymous
228 42.87691 13.747406 anonymous
229 45.07249 7.687698 anonymous
230 43.14790 12.109695 anonymous
231 41.11220 16.854706 anonymous
232 45.61980 9.798401 anonymous
233 45.47070 9.188904 anonymous
234 45.43480 11.974701 anonymous
235 43.14790 12.109695 anonymous
236 43.14790 12.109695 anonymous
237 43.52049 13.242401 anonymous
238 40.74249 14.674500 anonymous
239 38.66360 16.110992 anonymous
240 41.89040 12.512405 anonymous
241 41.89040 12.512405 anonymous
242 43.67880 10.564102 anonymous
243 45.47070 9.188904 anonymous
244 44.49380 11.338699 anonymous
245 44.41431 12.207901 anonymous
246 43.14790 12.109695 anonymous
247 41.89040 12.512405 anonymous
248 44.44431 11.475494 anonymous
249 40.85620 14.477295 anonymous
250 36.85870 14.759705 anonymous
251 45.81660 8.406998 anonymous
252 45.80870 9.087204 anonymous
253 40.35500 18.174103 anonymous
254 45.64600 9.262695 anonymous
255 45.84940 12.813004 anonymous
256 41.89040 12.512405 anonymous
257 43.14790 12.109695 anonymous
258 41.89040 12.512405 anonymous
259 45.49049 12.242493 anonymous
260 46.02200 8.679306 anonymous
261 43.54430 10.326202 anonymous
262 41.89040 12.512405 anonymous
263 45.47070 9.188904 anonymous
264 45.49049 12.242493 anonymous
265 40.85260 14.268494 anonymous
266 45.60960 11.994202 anonymous
267 45.35001 11.866699 anonymous
268 43.70850 10.403595 anonymous
269 43.77850 11.249405 anonymous
270 42.35320 13.402405 anonymous
271 45.07249 7.687698 anonymous
272 37.49249 15.070099 anonymous
273 39.22940 9.250000 anonymous
274 37.28940 14.995605 anonymous
275 45.73911 9.580795 anonymous
276 43.14790 12.109695 anonymous
277 39.08550 17.126801 anonymous
278 45.53371 10.219101 anonymous
279 44.79900 10.323395 anonymous
280 45.64951 13.776794 anonymous
281 40.85260 14.268494 anonymous
282 40.85260 14.268494 anonymous
283 43.14790 12.109695 anonymous
284 38.11929 13.367493 anonymous
285 40.85260 14.268494 anonymous
286 45.47070 9.188904 anonymous
287 45.47070 9.188904 anonymous
288 40.35500 18.174103 anonymous
289 45.07249 7.687698 anonymous
290 45.38530 10.117401 anonymous
291 45.47070 9.188904 anonymous
292 41.89040 12.512405 anonymous
293 43.77850 11.249405 anonymous
294 45.07249 7.687698 anonymous
295 45.47070 9.188904 anonymous
296 43.14790 12.109695 anonymous
297 45.43170 10.985901 anonymous
298 44.73370 10.784897 anonymous
299 41.59450 12.654205 anonymous
300 40.85260 14.268494 anonymous
301 37.07381 14.240402 anonymous
302 41.89040 12.512405 anonymous
303 40.35500 18.174103 anonymous
304 40.74100 14.615799 anonymous
305 40.91360 14.801498 anonymous
306 40.90660 14.343597 anonymous
307 45.61349 9.238098 anonymous
308 39.33490 16.175598 anonymous
309 43.48061 13.138000 anonymous
310 45.07249 7.687698 anonymous
311 43.14790 12.109695 anonymous
312 43.14790 12.109695 anonymous
313 44.49380 11.338699 anonymous
314 45.47070 9.188904 anonymous
315 42.91180 13.890793 anonymous
316 43.11070 12.390305 anonymous
317 45.57430 9.347900 anonymous
318 38.08121 13.289505 anonymous
319 43.77850 11.249405 anonymous
320 43.76360 11.059204 anonymous
321 42.22659 14.395203 anonymous
322 41.89040 12.512405 anonymous
323 40.85260 14.268494 anonymous
324 45.65480 9.608002 anonymous
325 44.07930 10.097900 anonymous
326 38.12900 13.334106 anonymous
327 39.23019 9.121002 anonymous
328 40.90939 14.209793 anonymous
329 45.47070 9.188904 anonymous
330 45.47070 9.188904 anonymous
331 43.14790 12.109695 anonymous
332 45.58580 8.941299 anonymous
333 41.11220 16.854706 anonymous
334 45.68170 9.716904 anonymous
335 45.61990 9.035400 anonymous
336 45.47070 9.188904 anonymous
337 38.12900 13.334106 anonymous
338 44.40280 8.944794 anonymous
339 44.40280 8.944794 anonymous
340 45.78070 12.840500 anonymous
341 43.14790 12.109695 anonymous
342 45.46809 9.201096 anonymous
343 43.76669 12.766693 anonymous
344 39.33490 16.175598 anonymous
345 45.42210 9.063400 anonymous
346 45.38760 11.792297 anonymous
347 45.07249 7.687698 anonymous
348 45.47070 9.188904 anonymous
349 37.49249 15.070099 anonymous
350 41.89040 12.512405 anonymous
351 43.14790 12.109695 anonymous
352 45.58189 9.268295 anonymous
353 41.89040 12.512405 anonymous
354 43.14790 12.109695 anonymous
355 45.53371 10.219101 anonymous
356 41.89040 12.512405 anonymous
357 40.83260 14.252701 anonymous
358 45.66180 12.242798 anonymous
359 43.76370 10.438599 anonymous
360 37.49249 15.070099 anonymous
361 41.11220 16.854706 anonymous
362 41.89040 12.512405 anonymous
363 43.14790 12.109695 anonymous
364 43.14790 12.109695 anonymous
365 43.31830 13.677505 anonymous
366 45.53259 9.041306 anonymous
367 44.40280 8.944794 anonymous
368 45.60519 10.216995 anonymous
369 43.14790 12.109695 anonymous
370 44.49380 11.338699 anonymous
371 41.89040 12.512405 anonymous
372 38.82390 16.430496 anonymous
373 40.85220 17.126297 anonymous
374 41.89040 12.512405 anonymous
375 41.89040 12.512405 anonymous
376 40.86909 14.436401 anonymous
377 40.81560 14.337204 anonymous
378 43.59419 13.503403 anonymous
379 40.85260 14.268494 anonymous
380 37.49249 15.070099 anonymous
381 44.40280 8.944794 anonymous
382 43.14790 12.109695 anonymous
383 45.07249 7.687698 anonymous
384 43.14790 12.109695 anonymous
385 45.67149 11.927597 anonymous
386 45.07249 7.687698 anonymous
387 45.07249 7.687698 anonymous
388 44.70081 10.630402 anonymous
389 40.81120 14.352798 anonymous
390 43.14790 12.109695 anonymous
391 43.14790 12.109695 anonymous
392 38.12900 13.334106 anonymous
393 43.70850 10.403595 anonymous
394 41.89040 12.512405 anonymous
395 37.77040 12.877396 anonymous
396 42.82690 12.769302 anonymous
397 43.77850 11.249405 anonymous
398 40.86909 14.436401 anonymous
399 43.14790 12.109695 anonymous
400 45.53300 9.231995 anonymous
401 45.47070 9.188904 anonymous
402 40.85260 14.268494 anonymous
403 46.06740 13.236404 anonymous
404 43.14790 12.109695 anonymous
405 43.14790 12.109695 anonymous
406 45.07249 7.687698 anonymous
407 41.59990 13.492294 anonymous
408 41.89040 12.512405 anonymous
409 45.07249 7.687698 anonymous
410 43.14790 12.109695 anonymous
411 41.11220 16.854706 anonymous
412 41.89040 12.512405 anonymous
413 41.89040 12.512405 anonymous
414 38.04660 13.117905 anonymous
415 45.53371 10.219101 anonymous
416 40.74541 14.645401 anonymous
417 43.77850 11.249405 anonymous
418 40.90660 14.343597 anonymous
419 45.07249 7.687698 anonymous
420 39.26280 16.194504 anonymous
421 41.11211 16.696396 anonymous
422 43.70850 10.403595 anonymous
423 45.47070 9.188904 anonymous
424 41.89040 12.512405 anonymous
425 43.14790 12.109695 anonymous
426 45.47070 9.188904 anonymous
427 41.89040 12.512405 anonymous
428 43.54430 10.326202 anonymous
429 40.85260 14.268494 anonymous
430 45.29131 9.868607 anonymous
431 43.54430 10.326202 anonymous
432 45.47070 9.188904 anonymous
433 40.81560 14.337204 anonymous
434 40.85260 14.268494 anonymous
435 41.89040 12.512405 anonymous
436 42.54980 14.117599 anonymous
437 40.85260 14.268494 anonymous
438 45.68810 9.724792 anonymous
439 45.43390 12.130096 anonymous
440 43.70850 10.403595 anonymous
441 45.47070 9.188904 anonymous
442 40.85260 14.268494 anonymous
443 45.54311 11.541504 anonymous
444 45.65030 8.882004 anonymous
445 42.88029 13.913300 anonymous
446 41.89040 12.512405 anonymous
447 43.14790 12.109695 anonymous
448 43.14790 12.109695 anonymous
449 43.14790 12.109695 anonymous
450 43.14790 12.109695 anonymous
451 43.14790 12.109695 anonymous
452 45.53371 10.219101 anonymous
453 45.58189 9.268295 anonymous
454 41.89040 12.512405 anonymous
455 44.49380 11.338699 anonymous
456 37.49249 15.070099 anonymous
457 38.12900 13.334106 anonymous
458 43.14790 12.109695 anonymous
459 45.07249 7.687698 anonymous
460 40.85260 14.268494 anonymous
461 43.14790 12.109695 anonymous
462 41.89040 12.512405 anonymous
463 40.67799 14.793304 anonymous
464 45.65800 9.669495 anonymous
465 41.11220 16.854706 anonymous
466 43.14790 12.109695 anonymous
467 41.89040 12.512405 anonymous
468 44.49380 11.338699 anonymous
469 40.85260 14.268494 anonymous
470 43.14790 12.109695 anonymous
471 45.07249 7.687698 anonymous
472 45.41020 11.889999 anonymous
473 45.69740 9.667404 anonymous
474 41.89040 12.512405 anonymous
475 45.43480 11.974701 anonymous
476 41.11220 16.854706 anonymous
477 45.69740 9.667404 anonymous
478 44.49380 11.338699 anonymous
479 43.14790 12.109695 anonymous
480 43.54430 10.326202 anonymous
481 45.47070 9.188904 anonymous
482 43.14790 12.109695 anonymous
483 41.89040 12.512405 anonymous
484 38.12900 13.334106 anonymous
485 45.47070 9.188904 anonymous
486 40.86571 14.395493 anonymous
487 38.11050 15.661301 anonymous
488 45.53371 10.219101 anonymous
489 41.89040 12.512405 anonymous
490 45.07249 7.687698 anonymous
491 45.41330 11.878403 anonymous
492 45.47070 9.188904 anonymous
493 42.53320 11.924194 anonymous
494 43.14790 12.109695 anonymous
495 38.82629 16.507706 anonymous
496 43.14790 12.109695 anonymous
497 41.89040 12.512405 anonymous
498 40.82660 16.549500 anonymous
499 45.47729 10.010696 anonymous
500 43.54430 10.326202 anonymous
501 37.49249 15.070099 anonymous
502 40.46210 17.246201 anonymous
503 40.62830 14.484299 anonymous
504 45.43170 10.985901 anonymous
505 40.24710 15.268906 anonymous
506 43.84700 10.501801 anonymous
507 43.14790 12.109695 anonymous
508 43.84700 10.501801 anonymous
509 45.47070 9.188904 anonymous
510 41.13370 16.850006 anonymous
511 38.12900 13.334106 anonymous
512 45.63600 12.254105 anonymous
513 45.73860 9.300598 anonymous
514 43.14790 12.109695 anonymous
515 45.07249 7.687698 anonymous
516 45.43170 10.985901 anonymous
517 38.88251 16.601196 anonymous
518 45.44580 8.616104 anonymous
519 43.14790 12.109695 anonymous
520 43.14790 12.109695 anonymous
521 45.63330 11.699997 anonymous
522 40.83260 14.252701 anonymous
523 43.14790 12.109695 anonymous
524 45.07249 7.687698 anonymous
525 44.40280 8.944794 anonymous
526 40.85260 14.268494 anonymous
527 43.75211 12.923599 anonymous
528 41.89040 12.512405 anonymous
529 45.43170 10.985901 anonymous
530 38.12900 13.334106 anonymous
531 45.47070 9.188904 anonymous
532 45.43170 10.985901 anonymous
533 45.62520 9.624207 anonymous
534 40.73759 13.860001 anonymous
535 41.89040 12.512405 anonymous
536 38.12900 13.334106 anonymous
537 45.07249 7.687698 anonymous
538 45.32829 7.721100 anonymous
539 37.56880 14.690796 anonymous
540 43.70850 10.403595 anonymous
541 43.14790 12.109695 anonymous
542 43.54430 10.326202 anonymous
543 41.05560 16.703201 anonymous
544 44.79900 10.323395 anonymous
545 45.64600 9.262695 anonymous
546 45.07249 7.687698 anonymous
547 45.51260 9.703705 anonymous
548 40.83260 14.252701 anonymous
549 45.69740 9.667404 anonymous
550 41.89040 12.512405 anonymous
551 45.61079 8.896194 anonymous
552 45.66180 12.242798 anonymous
553 41.00620 14.780899 anonymous
554 40.85260 14.268494 anonymous
555 37.60471 15.120697 anonymous
556 45.52850 8.770706 anonymous
557 43.67349 10.749496 anonymous
558 40.85260 14.268494 anonymous
559 45.47070 9.188904 anonymous
560 45.47070 9.188904 anonymous
561 45.07249 7.687698 anonymous
562 45.60130 9.118805 anonymous
563 45.69740 9.667404 anonymous
564 43.70850 10.403595 anonymous
565 37.31070 13.576599 anonymous
566 45.57179 9.026794 anonymous
567 42.34700 13.951904 anonymous
568 43.14790 12.109695 anonymous
569 40.67799 14.793304 anonymous
570 45.47070 9.188904 anonymous
571 46.16850 9.871307 anonymous
572 37.63490 14.936798 anonymous
573 37.49249 15.070099 anonymous
574 42.45840 14.202805 anonymous
575 45.44580 8.616104 anonymous
576 45.47070 9.188904 anonymous
577 44.19110 12.128693 anonymous
578 43.14790 12.109695 anonymous
579 45.07249 7.687698 anonymous
580 38.96831 16.305496 anonymous
581 44.70081 10.630402 anonymous
582 38.48720 15.979599 anonymous
583 43.88670 8.042496 anonymous
584 43.77850 11.249405 anonymous
585 41.89040 12.512405 anonymous
586 37.49249 15.070099 anonymous
587 45.07249 7.687698 anonymous
588 44.49380 11.338699 anonymous
589 45.61400 9.197601 anonymous
590 43.14790 12.109695 anonymous
591 41.13071 14.778198 anonymous
592 45.49181 9.298096 anonymous
593 46.09309 13.139694 anonymous
594 45.44279 11.927505 anonymous
595 40.85260 14.268494 anonymous
596 40.85260 14.268494 anonymous
597 38.12900 13.334106 anonymous
598 41.89040 12.512405 anonymous
599 44.49380 11.338699 anonymous
600 43.14790 12.109695 anonymous
601 37.49249 15.070099 anonymous
602 45.07249 7.687698 anonymous
603 44.47050 11.408493 anonymous
604 45.04970 7.663406 anonymous
605 45.47070 9.188904 anonymous
606 37.49249 15.070099 anonymous
607 38.12900 13.334106 anonymous
608 45.38760 11.792297 anonymous
609 45.47070 9.188904 anonymous
610 37.60890 15.165802 anonymous
611 37.49249 15.070099 anonymous
612 40.90981 14.383194 anonymous
613 45.54311 11.541504 anonymous
614 45.42210 9.063400 anonymous
615 41.89040 12.512405 anonymous
616 39.40331 16.155304 anonymous
617 45.69659 9.181595 anonymous
618 41.89040 12.512405 anonymous
619 43.14790 12.109695 anonymous
620 37.60471 15.120697 anonymous
621 45.47070 9.188904 anonymous
622 43.14790 12.109695 anonymous
623 45.66119 9.153397 anonymous
624 40.85260 14.268494 anonymous
625 44.05750 12.565308 anonymous
626 45.43710 12.332703 anonymous
627 42.45840 14.202805 anonymous
628 45.31410 8.854401 anonymous
629 40.85260 14.268494 anonymous
630 46.06740 13.236404 anonymous
631 43.77850 11.249405 anonymous
632 45.47070 9.188904 anonymous
633 43.77850 11.249405 anonymous
634 46.48869 11.339401 anonymous
635 45.47070 9.188904 anonymous
636 45.64951 13.776794 anonymous
637 44.49380 11.338699 anonymous
638 43.14790 12.109695 anonymous
639 44.49380 11.338699 anonymous
640 45.76981 9.182007 anonymous
641 45.47430 9.200699 anonymous
642 44.70081 10.630402 anonymous
643 37.49249 15.070099 anonymous
644 40.81120 14.352798 anonymous
645 45.23489 7.601303 anonymous
646 45.76660 11.730896 anonymous
647 45.54810 8.882996 anonymous
648 39.23019 9.121002 anonymous
649 43.14790 12.109695 anonymous
650 43.14790 12.109695 anonymous
651 43.54430 10.326202 anonymous
652 39.23019 9.121002 anonymous
653 43.14790 12.109695 anonymous
654 45.47070 9.188904 anonymous
655 43.11070 12.390305 anonymous
656 44.64890 10.932404 anonymous
657 43.14790 12.109695 anonymous
658 45.19760 9.157806 anonymous
659 40.92909 14.530396 anonymous
660 45.69740 9.667404 anonymous
661 45.07249 7.687698 anonymous
662 40.94479 14.371399 anonymous
663 41.89040 12.512405 anonymous
664 41.21671 14.533295 anonymous
665 45.53259 9.041306 anonymous
666 40.83321 14.335098 anonymous
667 45.64951 13.776794 anonymous
668 45.39590 11.273499 anonymous
669 41.89040 12.512405 anonymous
670 45.49229 10.222107 anonymous
671 40.85260 14.268494 anonymous
672 40.94141 14.275894 anonymous
673 41.89040 12.512405 anonymous
674 41.13071 14.778198 anonymous
675 40.94141 14.275894 anonymous
676 45.74710 9.006393 anonymous
677 41.89040 12.512405 anonymous
678 43.14790 12.109695 anonymous
679 41.89040 12.512405 anonymous
680 45.26900 11.008896 anonymous
681 43.14790 12.109695 anonymous
682 43.59419 13.503403 anonymous
683 45.47070 9.188904 anonymous
684 40.65981 14.433899 anonymous
685 40.92690 14.307999 anonymous
686 40.85260 14.268494 anonymous
687 46.48869 11.339401 anonymous
688 45.07249 7.687698 anonymous
689 43.14790 12.109695 anonymous
690 40.46210 17.246201 anonymous
691 43.14790 12.109695 anonymous
692 37.49249 15.070099 anonymous
693 39.16460 8.521301 anonymous
694 41.27730 16.410095 anonymous
695 43.14790 12.109695 anonymous
696 46.41330 11.246201 anonymous
697 43.14790 12.109695 anonymous
698 45.47070 9.188904 anonymous
699 40.90750 14.292999 anonymous
700 43.14790 12.109695 anonymous
701 41.89040 12.512405 anonymous
702 43.59419 13.503403 anonymous
703 45.47070 9.188904 anonymous
704 44.64890 10.932404 anonymous
705 45.65691 9.725693 anonymous
706 45.57561 9.126205 anonymous
707 41.13370 16.850006 anonymous
708 37.49249 15.070099 anonymous
709 43.23540 13.589401 anonymous
710 40.85260 14.268494 anonymous
711 46.79939 11.934296 anonymous
712 43.14790 12.109695 anonymous
713 43.57530 13.208298 anonymous
714 41.11220 16.854706 anonymous
715 41.11220 16.854706 anonymous
716 37.57001 15.048096 anonymous
717 44.49380 11.338699 anonymous
718 45.58189 9.268295 anonymous
719 45.65990 8.792892 anonymous
720 46.16850 9.871307 anonymous
721 45.47070 9.188904 anonymous
722 43.14790 12.109695 anonymous
723 43.14790 12.109695 anonymous
724 45.54311 11.541504 anonymous
725 43.14790 12.109695 anonymous
726 40.85260 14.268494 anonymous
727 40.56100 17.805893 anonymous
728 45.73140 9.637100 anonymous
729 43.14790 12.109695 anonymous
730 40.85260 14.268494 anonymous
731 43.14790 12.109695 anonymous
732 41.89040 12.512405 anonymous
733 40.64211 15.807907 anonymous
734 45.53300 9.231995 anonymous
735 40.35001 14.983307 anonymous
736 43.14790 12.109695 anonymous
737 42.40480 12.857407 anonymous
738 45.07249 7.687698 anonymous
739 45.43170 10.985901 anonymous
740 45.43710 12.332703 anonymous
741 45.53371 10.219101 anonymous
742 40.78870 14.365707 anonymous
743 41.89040 12.512405 anonymous
744 44.40280 8.944794 anonymous
745 45.56300 8.057999 anonymous
746 42.51961 12.527603 anonymous
747 44.49380 11.338699 anonymous
748 41.11220 16.854706 anonymous
749 43.14790 12.109695 anonymous
750 45.47070 9.188904 anonymous
751 45.43170 10.985901 anonymous
752 45.53490 9.229507 anonymous
753 45.41330 11.878403 anonymous
754 45.47070 9.188904 anonymous
755 42.45840 14.202805 anonymous
756 43.14790 12.109695 anonymous
757 46.06940 11.114899 anonymous
758 42.45840 14.202805 anonymous
759 41.89040 12.512405 anonymous
760 40.81560 14.337204 anonymous
761 45.07249 7.687698 anonymous
762 45.07249 7.687698 anonymous
763 41.70711 12.688995 anonymous
764 45.47070 9.188904 anonymous
765 45.47070 9.188904 anonymous
766 40.85260 14.268494 anonymous
767 37.60890 15.165802 anonymous
768 46.48869 11.339401 anonymous
769 41.22189 14.534302 anonymous
770 45.64951 13.776794 anonymous
771 45.45110 12.223907 anonymous
772 40.85260 14.268494 anonymous
773 40.85260 14.268494 anonymous
774 42.69600 23.332001 anonymous
775 43.14790 12.109695 anonymous
776 45.47070 9.188904 anonymous
777 42.85010 13.576508 anonymous
778 41.89040 12.512405 anonymous
779 45.07249 7.687698 anonymous
780 44.40280 8.944794 anonymous
781 45.41020 11.889999 anonymous
782 45.70030 9.726105 anonymous
783 43.14790 12.109695 anonymous
784 43.69310 12.654404 anonymous
785 45.55850 9.217697 anonymous
786 45.07249 7.687698 anonymous
787 45.53371 10.219101 anonymous
788 44.40280 8.944794 anonymous
789 45.41020 11.889999 anonymous
790 45.69740 9.667404 anonymous
791 44.64890 10.932404 anonymous
792 43.70850 10.403595 anonymous
793 43.14790 12.109695 anonymous
794 37.60890 15.165802 anonymous
795 45.47070 9.188904 anonymous
796 43.14790 12.109695 anonymous
797 43.14790 12.109695 anonymous
798 44.49380 11.338699 anonymous
799 39.23019 9.121002 anonymous
800 43.77850 11.249405 anonymous
801 43.88670 8.042496 anonymous
802 41.89040 12.512405 anonymous
803 43.14790 12.109695 anonymous
804 45.76289 9.035400 anonymous
805 45.70230 9.949005 anonymous
806 44.64890 10.932404 anonymous
807 40.67070 8.749603 anonymous
808 43.59419 13.503403 anonymous
809 37.55560 15.145294 anonymous
810 45.07249 7.687698 anonymous
811 45.89040 11.040497 anonymous
812 40.75340 14.452499 anonymous
813 43.14790 12.109695 anonymous
814 43.14790 12.109695 anonymous
815 45.71260 11.356705 anonymous
816 41.13370 16.850006 anonymous
817 41.11220 16.854706 anonymous
818 45.98129 13.280197 anonymous
819 45.62920 9.151901 anonymous
820 44.40280 8.944794 anonymous
821 41.89040 12.512405 anonymous
822 41.55750 14.668594 anonymous
823 40.85260 14.268494 anonymous
824 45.57600 9.708893 anonymous
825 43.14790 12.109695 anonymous
826 40.70210 14.486893 anonymous
827 45.57600 9.708893 anonymous
828 42.10460 12.447800 anonymous
829 41.89040 12.512405 anonymous
830 43.14790 12.109695 anonymous
831 45.53371 10.219101 anonymous
832 40.85260 14.268494 anonymous
833 45.50240 9.334503 anonymous
834 45.53220 10.369202 anonymous
835 45.07249 7.687698 anonymous
836 40.85260 14.268494 anonymous
837 42.34830 14.164902 anonymous
838 45.47070 9.188904 anonymous
839 45.57440 9.075394 anonymous
840 45.47070 9.188904 anonymous
841 45.47070 9.188904 anonymous
842 38.12900 13.334106 anonymous
843 40.85260 14.268494 anonymous
844 43.14790 12.109695 anonymous
845 41.89040 12.512405 anonymous
846 41.89040 12.512405 anonymous
847 42.60001 13.149994 anonymous
848 45.47070 9.188904 anonymous
849 40.85260 14.268494 anonymous
850 43.14790 12.109695 anonymous
851 40.85260 14.268494 anonymous
852 42.64560 13.804092 anonymous
853 45.47070 9.188904 anonymous
854 45.47070 9.188904 anonymous
855 38.88251 16.601196 anonymous
856 45.69740 9.667404 anonymous
857 45.47070 9.188904 anonymous
858 40.79359 17.126801 anonymous
859 43.14790 12.109695 anonymous
860 44.64890 10.932404 anonymous
861 40.46210 17.246201 anonymous
862 43.14790 12.109695 anonymous
863 45.61990 9.035400 anonymous
864 36.92570 14.724396 anonymous
865 41.89040 12.512405 anonymous
866 41.89040 12.512405 anonymous
867 39.22940 9.250000 anonymous
868 43.77850 11.249405 anonymous
869 45.46809 9.201096 anonymous
870 45.07249 7.687698 anonymous
871 40.94220 14.234802 anonymous
872 37.49249 15.070099 anonymous
873 43.13330 12.366699 anonymous
874 41.89040 12.512405 anonymous
875 40.21280 16.677902 anonymous
876 45.07249 7.687698 anonymous
877 43.14790 12.109695 anonymous
878 42.50110 14.144897 anonymous
879 41.89040 12.512405 anonymous
880 45.47070 9.188904 anonymous
881 43.59419 13.503403 anonymous
882 45.47070 9.188904 anonymous
883 38.35941 15.851501 anonymous
884 45.47070 9.188904 anonymous
885 45.65880 10.050201 anonymous
886 41.13370 16.850006 anonymous
887 45.47070 9.188904 anonymous
888 45.47310 10.540802 anonymous
889 38.96831 16.305496 anonymous
890 43.14790 12.109695 anonymous
891 36.85870 14.759705 anonymous
892 42.01019 12.750107 anonymous
893 41.89040 12.512405 anonymous
894 45.47070 9.188904 anonymous
895 43.14790 12.109695 anonymous
896 40.85260 14.268494 anonymous
897 41.13370 16.850006 anonymous
898 45.07249 7.687698 anonymous
899 45.07249 7.687698 anonymous
900 45.07249 7.687698 anonymous
901 40.85260 14.268494 anonymous
902 45.47070 9.188904 anonymous
903 40.85260 14.268494 anonymous
904 44.71561 10.226196 anonymous
905 41.89040 12.512405 anonymous
906 44.49380 11.338699 anonymous
907 45.41020 11.889999 anonymous
908 38.11929 13.367493 anonymous
909 39.30920 8.537201 anonymous
910 45.41020 11.889999 anonymous
911 45.79289 9.120193 anonymous
912 45.41020 11.889999 anonymous
913 40.85260 14.268494 anonymous
914 45.58189 9.268295 anonymous
915 41.89040 12.512405 anonymous
916 45.56920 9.569397 anonymous
917 40.35500 18.174103 anonymous
918 45.47070 9.188904 anonymous
919 43.14790 12.109695 anonymous
920 43.46561 12.237503 anonymous
921 43.25301 13.759705 anonymous
922 41.89040 12.512405 anonymous
923 43.84700 10.501801 anonymous
924 45.47070 9.188904 anonymous
925 37.57001 15.048096 anonymous
926 41.11220 16.854706 anonymous
927 45.47430 9.200699 anonymous
928 39.08550 17.126801 anonymous
929 43.13330 12.366699 anonymous
930 45.69740 9.667404 anonymous
931 41.89040 12.512405 anonymous
932 45.49049 12.242493 anonymous
933 40.85260 14.268494 anonymous
934 43.14790 12.109695 anonymous
935 40.86549 14.551697 anonymous
936 43.13330 12.366699 anonymous
937 45.66141 9.081299 anonymous
938 38.12900 13.334106 anonymous
939 41.15109 16.409897 anonymous
940 43.84700 10.501801 anonymous
941 43.88280 11.100800 anonymous
942 45.47070 9.188904 anonymous
943 41.89040 12.512405 anonymous
944 45.41020 11.889999 anonymous
945 45.53371 10.219101 anonymous
946 44.49380 11.338699 anonymous
947 40.72430 8.558807 anonymous
948 43.59419 13.503403 anonymous
949 45.47070 9.188904 anonymous
950 40.57761 17.038101 anonymous
951 46.06740 13.236404 anonymous
952 41.90359 12.473404 anonymous
953 45.53259 9.041306 anonymous
954 45.95450 12.657806 anonymous
955 45.70000 9.716705 anonymous
956 44.40280 8.944794 anonymous
957 38.11929 13.367493 anonymous
958 45.47070 9.188904 anonymous
959 45.60139 12.237198 anonymous
960 41.13370 16.850006 anonymous
961 37.56970 14.910004 anonymous
962 44.58800 7.489105 anonymous
963 38.12900 13.334106 anonymous
964 40.85260 14.268494 anonymous
965 44.49380 11.338699 anonymous
966 45.46719 8.918701 anonymous
967 45.61430 8.847504 anonymous
968 43.70850 10.403595 anonymous
969 40.67799 14.793304 anonymous
970 41.89040 12.512405 anonymous
971 40.92239 14.423904 anonymous
972 44.70081 10.630402 anonymous
973 45.47070 9.188904 anonymous
974 37.49249 15.070099 anonymous
975 45.13921 7.770096 anonymous
976 45.47070 9.188904 anonymous
977 43.59419 13.503403 anonymous
978 45.44580 8.616104 anonymous
979 45.41020 11.889999 anonymous
980 45.47070 9.188904 anonymous
981 41.89040 12.512405 anonymous
982 41.46159 15.556396 anonymous
983 41.05240 14.333298 anonymous
984 43.14790 12.109695 anonymous
985 45.07249 7.687698 anonymous
986 40.46210 17.246201 anonymous
987 43.33940 12.903305 anonymous
988 45.38760 11.792297 anonymous
989 41.89040 12.512405 anonymous
990 38.12900 13.334106 anonymous
991 45.41020 11.889999 anonymous
992 45.07249 7.687698 anonymous
993 45.43170 10.985901 anonymous
994 40.85260 14.268494 anonymous
995 45.31140 9.016998 anonymous
996 45.69740 9.667404 anonymous
997 41.13370 16.850006 anonymous
998 40.92850 14.201996 anonymous
999 43.14790 12.109695 anonymous
1000 45.80870 9.087204 anonymous
1001 43.14790 12.109695 anonymous
1002 45.47070 9.188904 anonymous
1003 37.49249 15.070099 anonymous
1004 44.13989 12.241699 anonymous
1005 43.14790 12.109695 anonymous
1006 45.41020 11.889999 anonymous
1007 40.30479 18.222794 anonymous
1008 43.14790 12.109695 anonymous
1009 43.14790 12.109695 anonymous
1010 45.07249 7.687698 anonymous
1011 39.23019 9.121002 anonymous
1012 40.85260 14.268494 anonymous
1013 39.23019 9.121002 anonymous
1014 43.14790 12.109695 anonymous
1015 41.91670 13.100006 anonymous
1016 45.71300 9.822205 anonymous
1017 41.13370 16.850006 anonymous
1018 43.70850 10.403595 anonymous
1019 41.89999 12.483307 anonymous
1020 43.14790 12.109695 anonymous
1021 41.89040 12.512405 anonymous
1022 43.14790 12.109695 anonymous
1023 44.40280 8.944794 anonymous
1024 45.69659 9.181595 anonymous
1025 41.04340 16.826797 anonymous
1026 37.63490 14.936798 anonymous
1027 45.47070 9.188904 anonymous
1028 45.38760 11.792297 anonymous
1029 43.14790 12.109695 anonymous
1030 45.47070 9.188904 anonymous
1031 45.47070 9.188904 anonymous
1032 41.89040 12.512405 anonymous
1033 44.70081 10.630402 anonymous
1034 45.47070 9.188904 anonymous
1035 45.57179 9.026794 anonymous
1036 45.07249 7.687698 anonymous
1037 43.14790 12.109695 anonymous
1038 44.49380 11.338699 anonymous
1039 43.14790 12.109695 anonymous
1040 45.54311 11.541504 anonymous
1041 44.70081 10.630402 anonymous
1042 40.35069 17.732605 anonymous
1043 41.13370 16.850006 anonymous
1044 38.11050 15.661301 anonymous
1045 43.77850 11.249405 anonymous
1046 45.07249 7.687698 anonymous
1047 45.41330 11.878403 anonymous
1048 40.83260 14.252701 anonymous
1049 45.47070 9.188904 anonymous
1050 39.21730 9.117203 anonymous
1051 45.22681 10.531998 anonymous
1052 44.40280 8.944794 anonymous
1053 40.85260 14.268494 anonymous
1054 44.09010 12.399307 anonymous
1055 38.88251 16.601196 anonymous
1056 41.89040 12.512405 anonymous
1057 38.96831 16.305496 anonymous
1058 43.14790 12.109695 anonymous
1059 45.07249 7.687698 anonymous
1060 37.57671 15.095993 anonymous
1061 43.14790 12.109695 anonymous
1062 40.90939 14.209793 anonymous
1063 37.67860 14.029495 anonymous
1064 41.89040 12.512405 anonymous
1065 43.14790 12.109695 anonymous
1066 44.70081 10.630402 anonymous
1067 45.65440 12.296997 anonymous
1068 43.14790 12.109695 anonymous
1069 45.59109 9.497192 anonymous
1070 43.14790 12.109695 anonymous
1071 45.07249 7.687698 anonymous
1072 38.12900 13.334106 anonymous
1073 43.57260 12.138596 anonymous
1074 39.23019 9.121002 anonymous
1075 43.14790 12.109695 anonymous
1076 45.58189 9.268295 anonymous
1077 40.74249 14.674500 anonymous
1078 45.07870 7.567398 anonymous
1079 41.89040 12.512405 anonymous
1080 41.89040 12.512405 anonymous
1081 45.44580 8.616104 anonymous
1082 41.89040 12.512405 anonymous
1083 43.14790 12.109695 anonymous
1084 43.14790 12.109695 anonymous
1085 43.14790 12.109695 anonymous
1086 45.47070 9.188904 anonymous
1087 41.88210 16.171402 anonymous
1088 45.53371 10.219101 anonymous
1089 43.14790 12.109695 anonymous
1090 42.38319 12.231796 anonymous
1091 41.89040 12.512405 anonymous
1092 45.61549 9.367996 anonymous
1093 37.49249 15.070099 anonymous
1094 38.96831 16.305496 anonymous
1095 40.76010 14.690903 anonymous
1096 39.21730 9.117203 anonymous
1097 44.79900 10.323395 anonymous
1098 42.45840 14.202805 anonymous
1099 45.49049 12.242493 anonymous
1100 45.09351 7.523895 anonymous
1101 41.11220 16.854706 anonymous
1102 45.64999 9.149994 anonymous
1103 41.89040 12.512405 anonymous
1104 41.05560 16.703201 anonymous
1105 43.14790 12.109695 anonymous
1106 45.47070 9.188904 anonymous
1107 38.19389 15.559906 anonymous
1108 45.07249 7.687698 anonymous
1109 45.47070 9.188904 anonymous
1110 45.47070 9.188904 anonymous
1111 46.16710 9.430496 anonymous
1112 43.59419 13.503403 anonymous
1113 45.47070 9.188904 anonymous
1114 43.14790 12.109695 anonymous
1115 45.53371 10.219101 anonymous
1116 43.14790 12.109695 anonymous
1117 44.70081 10.630402 anonymous
1118 45.07249 7.687698 anonymous
1119 43.84700 10.501801 anonymous
1120 43.23100 13.630493 anonymous
1121 43.14790 12.109695 anonymous
1122 43.14790 12.109695 anonymous
1123 39.21730 9.117203 anonymous
1124 38.88251 16.601196 anonymous
1125 43.14790 12.109695 anonymous
1126 40.94479 14.371399 anonymous
1127 43.84700 10.501801 anonymous
1128 45.41020 11.889999 anonymous
1129 43.77850 11.249405 anonymous
1130 43.14790 12.109695 anonymous
1131 45.44580 8.616104 anonymous
1132 41.11220 16.854706 anonymous
1133 45.89630 9.422897 anonymous
1134 41.06000 17.089996 anonymous
1135 45.07249 7.687698 anonymous
1136 45.80870 9.087204 anonymous
1137 43.59419 13.503403 anonymous
1138 41.89040 12.512405 anonymous
1139 40.85260 14.268494 anonymous
1140 42.09331 11.796707 anonymous
1141 44.79900 10.323395 anonymous
1142 45.42210 9.063400 anonymous
1143 45.41020 11.889999 anonymous
1144 45.43170 10.985901 anonymous
1145 45.95450 12.657806 anonymous
1146 45.82080 13.339294 anonymous
1147 40.85260 14.268494 anonymous
1148 45.56821 8.926895 anonymous
1149 45.56900 9.164795 anonymous
1150 41.89040 12.512405 anonymous
1151 41.89040 12.512405 anonymous
1152 45.14461 11.133408 anonymous
1153 39.23019 9.121002 anonymous
1154 41.89040 12.512405 anonymous
1155 43.54430 10.326202 anonymous
1156 39.23019 9.121002 anonymous
1157 45.64951 13.776794 anonymous
1158 41.07050 14.326904 anonymous
1159 43.14790 12.109695 anonymous
1160 41.11220 16.854706 anonymous
1161 46.06190 13.242203 anonymous
1162 45.07249 7.687698 anonymous
1163 45.47070 9.188904 anonymous
1164 45.53371 10.219101 anonymous
1165 43.14790 12.109695 anonymous
1166 44.40280 8.944794 anonymous
1167 43.52049 13.242401 anonymous
1168 41.90359 12.473404 anonymous
1169 43.14790 12.109695 anonymous
1170 43.31830 13.677505 anonymous
1171 40.83260 14.252701 anonymous
1172 41.89040 12.512405 anonymous
1173 45.07249 7.687698 anonymous
1174 44.40280 8.944794 anonymous
1175 41.89040 12.512405 anonymous
1176 44.40280 8.944794 anonymous
1177 45.53371 10.219101 anonymous
1178 39.79060 9.080307 anonymous
1179 41.89040 12.512405 anonymous
1180 38.11929 13.367493 anonymous
1181 40.85260 14.268494 anonymous
1182 41.89040 12.512405 anonymous
1183 43.43550 13.351395 anonymous
1184 45.47070 9.188904 anonymous
1185 37.49249 15.070099 anonymous
1186 41.89040 12.512405 anonymous
1187 43.14790 12.109695 anonymous
1188 40.85260 14.268494 anonymous
1189 38.12900 13.334106 anonymous
1190 41.89040 12.512405 anonymous
1191 43.14790 12.109695 anonymous
1192 45.94090 13.621704 anonymous
1193 41.89040 12.512405 anonymous
1194 40.64450 14.876297 anonymous
1195 43.14790 12.109695 anonymous
1196 39.23019 9.121002 anonymous
1197 43.14790 12.109695 anonymous
1198 45.56900 9.164795 anonymous
1199 40.85620 14.477295 anonymous
1200 45.47070 9.188904 anonymous
1201 45.51950 9.589096 anonymous
1202 43.14790 12.109695 anonymous
1203 39.23019 9.121002 anonymous
1204 43.14790 12.109695 anonymous
1205 43.14790 12.109695 anonymous
1206 41.89040 12.512405 anonymous
1207 44.24451 7.534500 anonymous
1208 41.89040 12.512405 anonymous
1209 43.14790 12.109695 anonymous
1210 45.54379 12.163605 anonymous
1211 45.69740 9.667404 anonymous
1212 43.77850 11.249405 anonymous
1213 45.72330 9.713394 anonymous
1214 40.96950 17.113007 anonymous
1215 42.45840 14.202805 anonymous
1216 44.64890 10.932404 anonymous
1217 43.06430 12.546097 anonymous
1218 40.85260 14.268494 anonymous
1219 45.07249 7.687698 anonymous
1220 45.65630 9.211594 anonymous
1221 45.53371 10.219101 anonymous
1222 43.11070 12.390305 anonymous
1223 44.40280 8.944794 anonymous
1224 45.47430 9.200699 anonymous
1225 45.47070 9.188904 anonymous
1226 45.81779 8.822006 anonymous
1227 39.30290 9.202805 anonymous
1228 40.90511 14.505005 anonymous
1229 41.89040 12.512405 anonymous
1230 45.07249 7.687698 anonymous
1231 43.14790 12.109695 anonymous
1232 38.88251 16.601196 anonymous
1233 40.64450 14.876297 anonymous
1234 36.85870 14.759705 anonymous
1235 45.84869 9.270599 anonymous
1236 43.14790 12.109695 anonymous
1237 45.59680 8.919006 anonymous
1238 41.13370 16.850006 anonymous
1239 45.43390 12.130096 anonymous
1240 41.11220 16.854706 anonymous
1241 44.16949 8.343597 anonymous
1242 43.14790 12.109695 anonymous
1243 45.57440 9.075394 anonymous
1244 39.29919 16.249298 anonymous
1245 43.52049 13.242401 anonymous
1246 38.11330 15.683701 anonymous
1247 43.70850 10.403595 anonymous
1248 45.07249 7.687698 anonymous
1249 40.85260 14.268494 anonymous
UserLanguage Q1
1 EN Yes, I would like to participate in the survey
2 EN Yes, I would like to participate in the survey
3 IT No, I would not like to participate
4 IT Yes, I would like to participate in the survey
5 IT Yes, I would like to participate in the survey
6 IT Yes, I would like to participate in the survey
7 IT Yes, I would like to participate in the survey
8 IT Yes, I would like to participate in the survey
9 IT Yes, I would like to participate in the survey
10 IT Yes, I would like to participate in the survey
11 IT Yes, I would like to participate in the survey
12 IT Yes, I would like to participate in the survey
13 IT Yes, I would like to participate in the survey
14 IT Yes, I would like to participate in the survey
15 IT Yes, I would like to participate in the survey
16 IT Yes, I would like to participate in the survey
17 IT No, I would not like to participate
18 IT Yes, I would like to participate in the survey
19 IT Yes, I would like to participate in the survey
20 EN Yes, I would like to participate in the survey
21 IT Yes, I would like to participate in the survey
22 IT Yes, I would like to participate in the survey
23 IT Yes, I would like to participate in the survey
24 IT Yes, I would like to participate in the survey
25 IT No, I would not like to participate
26 IT Yes, I would like to participate in the survey
27 IT Yes, I would like to participate in the survey
28 IT Yes, I would like to participate in the survey
29 IT Yes, I would like to participate in the survey
30 IT Yes, I would like to participate in the survey
31 IT Yes, I would like to participate in the survey
32 IT Yes, I would like to participate in the survey
33 IT Yes, I would like to participate in the survey
34 IT Yes, I would like to participate in the survey
35 IT Yes, I would like to participate in the survey
36 IT Yes, I would like to participate in the survey
37 IT Yes, I would like to participate in the survey
38 IT Yes, I would like to participate in the survey
39 IT Yes, I would like to participate in the survey
40 IT No, I would not like to participate
41 IT Yes, I would like to participate in the survey
42 IT Yes, I would like to participate in the survey
43 IT Yes, I would like to participate in the survey
44 IT Yes, I would like to participate in the survey
45 IT Yes, I would like to participate in the survey
46 IT Yes, I would like to participate in the survey
47 IT Yes, I would like to participate in the survey
48 IT Yes, I would like to participate in the survey
49 IT Yes, I would like to participate in the survey
50 IT Yes, I would like to participate in the survey
51 IT Yes, I would like to participate in the survey
52 IT Yes, I would like to participate in the survey
53 IT Yes, I would like to participate in the survey
54 IT Yes, I would like to participate in the survey
55 IT Yes, I would like to participate in the survey
56 IT Yes, I would like to participate in the survey
57 IT Yes, I would like to participate in the survey
58 IT Yes, I would like to participate in the survey
59 IT Yes, I would like to participate in the survey
60 IT Yes, I would like to participate in the survey
61 IT Yes, I would like to participate in the survey
62 IT Yes, I would like to participate in the survey
63 IT Yes, I would like to participate in the survey
64 IT Yes, I would like to participate in the survey
65 IT Yes, I would like to participate in the survey
66 IT Yes, I would like to participate in the survey
67 IT Yes, I would like to participate in the survey
68 IT Yes, I would like to participate in the survey
69 IT Yes, I would like to participate in the survey
70 IT Yes, I would like to participate in the survey
71 IT Yes, I would like to participate in the survey
72 IT Yes, I would like to participate in the survey
73 IT Yes, I would like to participate in the survey
74 IT Yes, I would like to participate in the survey
75 IT Yes, I would like to participate in the survey
76 IT Yes, I would like to participate in the survey
77 IT Yes, I would like to participate in the survey
78 IT Yes, I would like to participate in the survey
79 IT No, I would not like to participate
80 IT Yes, I would like to participate in the survey
81 IT Yes, I would like to participate in the survey
82 IT Yes, I would like to participate in the survey
83 IT Yes, I would like to participate in the survey
84 IT Yes, I would like to participate in the survey
85 IT Yes, I would like to participate in the survey
86 IT Yes, I would like to participate in the survey
87 IT Yes, I would like to participate in the survey
88 IT Yes, I would like to participate in the survey
89 IT No, I would not like to participate
90 IT No, I would not like to participate
91 IT Yes, I would like to participate in the survey
92 IT Yes, I would like to participate in the survey
93 IT Yes, I would like to participate in the survey
94 IT Yes, I would like to participate in the survey
95 IT Yes, I would like to participate in the survey
96 IT Yes, I would like to participate in the survey
97 IT Yes, I would like to participate in the survey
98 IT Yes, I would like to participate in the survey
99 IT Yes, I would like to participate in the survey
100 IT Yes, I would like to participate in the survey
101 IT Yes, I would like to participate in the survey
102 IT Yes, I would like to participate in the survey
103 IT Yes, I would like to participate in the survey
104 IT Yes, I would like to participate in the survey
105 IT Yes, I would like to participate in the survey
106 IT Yes, I would like to participate in the survey
107 IT Yes, I would like to participate in the survey
108 IT Yes, I would like to participate in the survey
109 IT Yes, I would like to participate in the survey
110 IT Yes, I would like to participate in the survey
111 IT No, I would not like to participate
112 IT Yes, I would like to participate in the survey
113 IT Yes, I would like to participate in the survey
114 IT Yes, I would like to participate in the survey
115 IT Yes, I would like to participate in the survey
116 IT Yes, I would like to participate in the survey
117 IT Yes, I would like to participate in the survey
118 IT Yes, I would like to participate in the survey
119 IT Yes, I would like to participate in the survey
120 IT Yes, I would like to participate in the survey
121 IT Yes, I would like to participate in the survey
122 IT Yes, I would like to participate in the survey
123 IT Yes, I would like to participate in the survey
124 IT Yes, I would like to participate in the survey
125 IT Yes, I would like to participate in the survey
126 IT Yes, I would like to participate in the survey
127 IT Yes, I would like to participate in the survey
128 IT Yes, I would like to participate in the survey
129 IT Yes, I would like to participate in the survey
130 IT Yes, I would like to participate in the survey
131 IT Yes, I would like to participate in the survey
132 IT Yes, I would like to participate in the survey
133 IT Yes, I would like to participate in the survey
134 IT Yes, I would like to participate in the survey
135 IT Yes, I would like to participate in the survey
136 IT Yes, I would like to participate in the survey
137 IT Yes, I would like to participate in the survey
138 IT Yes, I would like to participate in the survey
139 IT Yes, I would like to participate in the survey
140 IT Yes, I would like to participate in the survey
141 IT Yes, I would like to participate in the survey
142 IT Yes, I would like to participate in the survey
143 IT Yes, I would like to participate in the survey
144 IT Yes, I would like to participate in the survey
145 IT Yes, I would like to participate in the survey
146 IT Yes, I would like to participate in the survey
147 IT Yes, I would like to participate in the survey
148 IT Yes, I would like to participate in the survey
149 IT Yes, I would like to participate in the survey
150 IT Yes, I would like to participate in the survey
151 IT Yes, I would like to participate in the survey
152 IT Yes, I would like to participate in the survey
153 IT Yes, I would like to participate in the survey
154 IT No, I would not like to participate
155 IT Yes, I would like to participate in the survey
156 IT Yes, I would like to participate in the survey
157 IT Yes, I would like to participate in the survey
158 IT Yes, I would like to participate in the survey
159 IT Yes, I would like to participate in the survey
160 IT Yes, I would like to participate in the survey
161 IT Yes, I would like to participate in the survey
162 IT Yes, I would like to participate in the survey
163 IT Yes, I would like to participate in the survey
164 IT Yes, I would like to participate in the survey
165 IT Yes, I would like to participate in the survey
166 IT Yes, I would like to participate in the survey
167 IT Yes, I would like to participate in the survey
168 IT Yes, I would like to participate in the survey
169 IT Yes, I would like to participate in the survey
170 IT Yes, I would like to participate in the survey
171 IT Yes, I would like to participate in the survey
172 IT Yes, I would like to participate in the survey
173 IT Yes, I would like to participate in the survey
174 IT Yes, I would like to participate in the survey
175 IT Yes, I would like to participate in the survey
176 IT Yes, I would like to participate in the survey
177 IT Yes, I would like to participate in the survey
178 IT Yes, I would like to participate in the survey
179 IT Yes, I would like to participate in the survey
180 IT Yes, I would like to participate in the survey
181 IT Yes, I would like to participate in the survey
182 IT Yes, I would like to participate in the survey
183 IT Yes, I would like to participate in the survey
184 IT Yes, I would like to participate in the survey
185 IT Yes, I would like to participate in the survey
186 IT Yes, I would like to participate in the survey
187 IT Yes, I would like to participate in the survey
188 IT Yes, I would like to participate in the survey
189 IT Yes, I would like to participate in the survey
190 IT Yes, I would like to participate in the survey
191 IT Yes, I would like to participate in the survey
192 IT Yes, I would like to participate in the survey
193 IT Yes, I would like to participate in the survey
194 IT Yes, I would like to participate in the survey
195 IT Yes, I would like to participate in the survey
196 IT Yes, I would like to participate in the survey
197 IT Yes, I would like to participate in the survey
198 IT Yes, I would like to participate in the survey
199 IT Yes, I would like to participate in the survey
200 IT Yes, I would like to participate in the survey
201 IT Yes, I would like to participate in the survey
202 IT Yes, I would like to participate in the survey
203 IT Yes, I would like to participate in the survey
204 IT Yes, I would like to participate in the survey
205 IT Yes, I would like to participate in the survey
206 IT Yes, I would like to participate in the survey
207 IT Yes, I would like to participate in the survey
208 IT Yes, I would like to participate in the survey
209 IT Yes, I would like to participate in the survey
210 IT No, I would not like to participate
211 IT Yes, I would like to participate in the survey
212 IT Yes, I would like to participate in the survey
213 IT Yes, I would like to participate in the survey
214 IT Yes, I would like to participate in the survey
215 IT Yes, I would like to participate in the survey
216 IT Yes, I would like to participate in the survey
217 IT Yes, I would like to participate in the survey
218 IT Yes, I would like to participate in the survey
219 IT Yes, I would like to participate in the survey
220 IT Yes, I would like to participate in the survey
221 IT Yes, I would like to participate in the survey
222 IT Yes, I would like to participate in the survey
223 IT Yes, I would like to participate in the survey
224 IT Yes, I would like to participate in the survey
225 IT Yes, I would like to participate in the survey
226 IT Yes, I would like to participate in the survey
227 IT Yes, I would like to participate in the survey
228 IT Yes, I would like to participate in the survey
229 IT Yes, I would like to participate in the survey
230 IT Yes, I would like to participate in the survey
231 IT Yes, I would like to participate in the survey
232 IT Yes, I would like to participate in the survey
233 IT Yes, I would like to participate in the survey
234 IT Yes, I would like to participate in the survey
235 IT Yes, I would like to participate in the survey
236 IT Yes, I would like to participate in the survey
237 IT Yes, I would like to participate in the survey
238 IT Yes, I would like to participate in the survey
239 IT Yes, I would like to participate in the survey
240 IT Yes, I would like to participate in the survey
241 IT Yes, I would like to participate in the survey
242 IT Yes, I would like to participate in the survey
243 IT Yes, I would like to participate in the survey
244 IT Yes, I would like to participate in the survey
245 IT Yes, I would like to participate in the survey
246 IT Yes, I would like to participate in the survey
247 IT Yes, I would like to participate in the survey
248 IT Yes, I would like to participate in the survey
249 IT Yes, I would like to participate in the survey
250 IT Yes, I would like to participate in the survey
251 IT Yes, I would like to participate in the survey
252 IT Yes, I would like to participate in the survey
253 IT Yes, I would like to participate in the survey
254 IT Yes, I would like to participate in the survey
255 IT Yes, I would like to participate in the survey
256 IT Yes, I would like to participate in the survey
257 IT Yes, I would like to participate in the survey
258 IT Yes, I would like to participate in the survey
259 IT Yes, I would like to participate in the survey
260 IT Yes, I would like to participate in the survey
261 IT Yes, I would like to participate in the survey
262 IT Yes, I would like to participate in the survey
263 IT Yes, I would like to participate in the survey
264 IT Yes, I would like to participate in the survey
265 IT Yes, I would like to participate in the survey
266 IT Yes, I would like to participate in the survey
267 IT Yes, I would like to participate in the survey
268 IT Yes, I would like to participate in the survey
269 IT Yes, I would like to participate in the survey
270 IT Yes, I would like to participate in the survey
271 IT No, I would not like to participate
272 IT Yes, I would like to participate in the survey
273 IT Yes, I would like to participate in the survey
274 IT Yes, I would like to participate in the survey
275 IT Yes, I would like to participate in the survey
276 IT No, I would not like to participate
277 IT Yes, I would like to participate in the survey
278 IT Yes, I would like to participate in the survey
279 IT Yes, I would like to participate in the survey
280 IT Yes, I would like to participate in the survey
281 IT Yes, I would like to participate in the survey
282 IT Yes, I would like to participate in the survey
283 IT Yes, I would like to participate in the survey
284 IT No, I would not like to participate
285 IT Yes, I would like to participate in the survey
286 IT Yes, I would like to participate in the survey
287 IT Yes, I would like to participate in the survey
288 IT Yes, I would like to participate in the survey
289 IT No, I would not like to participate
290 IT Yes, I would like to participate in the survey
291 IT Yes, I would like to participate in the survey
292 IT Yes, I would like to participate in the survey
293 IT Yes, I would like to participate in the survey
294 IT Yes, I would like to participate in the survey
295 IT Yes, I would like to participate in the survey
296 IT Yes, I would like to participate in the survey
297 IT Yes, I would like to participate in the survey
298 IT Yes, I would like to participate in the survey
299 IT Yes, I would like to participate in the survey
300 IT Yes, I would like to participate in the survey
301 IT Yes, I would like to participate in the survey
302 IT Yes, I would like to participate in the survey
303 IT Yes, I would like to participate in the survey
304 IT Yes, I would like to participate in the survey
305 IT Yes, I would like to participate in the survey
306 IT No, I would not like to participate
307 IT Yes, I would like to participate in the survey
308 IT Yes, I would like to participate in the survey
309 IT Yes, I would like to participate in the survey
310 IT Yes, I would like to participate in the survey
311 IT Yes, I would like to participate in the survey
312 IT Yes, I would like to participate in the survey
313 IT Yes, I would like to participate in the survey
314 IT Yes, I would like to participate in the survey
315 IT Yes, I would like to participate in the survey
316 IT Yes, I would like to participate in the survey
317 IT Yes, I would like to participate in the survey
318 IT Yes, I would like to participate in the survey
319 IT Yes, I would like to participate in the survey
320 IT Yes, I would like to participate in the survey
321 IT Yes, I would like to participate in the survey
322 IT Yes, I would like to participate in the survey
323 IT Yes, I would like to participate in the survey
324 IT Yes, I would like to participate in the survey
325 IT Yes, I would like to participate in the survey
326 IT Yes, I would like to participate in the survey
327 IT Yes, I would like to participate in the survey
328 IT Yes, I would like to participate in the survey
329 IT Yes, I would like to participate in the survey
330 IT Yes, I would like to participate in the survey
331 IT Yes, I would like to participate in the survey
332 IT Yes, I would like to participate in the survey
333 IT Yes, I would like to participate in the survey
334 IT No, I would not like to participate
335 IT Yes, I would like to participate in the survey
336 IT Yes, I would like to participate in the survey
337 IT Yes, I would like to participate in the survey
338 IT Yes, I would like to participate in the survey
339 IT Yes, I would like to participate in the survey
340 IT Yes, I would like to participate in the survey
341 IT Yes, I would like to participate in the survey
342 IT Yes, I would like to participate in the survey
343 IT Yes, I would like to participate in the survey
344 IT Yes, I would like to participate in the survey
345 IT Yes, I would like to participate in the survey
346 IT Yes, I would like to participate in the survey
347 IT Yes, I would like to participate in the survey
348 IT Yes, I would like to participate in the survey
349 IT Yes, I would like to participate in the survey
350 IT Yes, I would like to participate in the survey
351 IT Yes, I would like to participate in the survey
352 IT Yes, I would like to participate in the survey
353 IT Yes, I would like to participate in the survey
354 IT Yes, I would like to participate in the survey
355 IT Yes, I would like to participate in the survey
356 IT Yes, I would like to participate in the survey
357 IT Yes, I would like to participate in the survey
358 IT Yes, I would like to participate in the survey
359 IT Yes, I would like to participate in the survey
360 IT Yes, I would like to participate in the survey
361 IT Yes, I would like to participate in the survey
362 IT Yes, I would like to participate in the survey
363 IT Yes, I would like to participate in the survey
364 IT Yes, I would like to participate in the survey
365 IT Yes, I would like to participate in the survey
366 IT Yes, I would like to participate in the survey
367 IT Yes, I would like to participate in the survey
368 IT Yes, I would like to participate in the survey
369 IT Yes, I would like to participate in the survey
370 IT Yes, I would like to participate in the survey
371 IT Yes, I would like to participate in the survey
372 IT Yes, I would like to participate in the survey
373 IT Yes, I would like to participate in the survey
374 IT Yes, I would like to participate in the survey
375 IT Yes, I would like to participate in the survey
376 IT No, I would not like to participate
377 IT Yes, I would like to participate in the survey
378 IT Yes, I would like to participate in the survey
379 IT No, I would not like to participate
380 IT Yes, I would like to participate in the survey
381 IT Yes, I would like to participate in the survey
382 IT Yes, I would like to participate in the survey
383 IT Yes, I would like to participate in the survey
384 IT Yes, I would like to participate in the survey
385 IT Yes, I would like to participate in the survey
386 IT Yes, I would like to participate in the survey
387 IT Yes, I would like to participate in the survey
388 IT Yes, I would like to participate in the survey
389 IT Yes, I would like to participate in the survey
390 IT Yes, I would like to participate in the survey
391 IT Yes, I would like to participate in the survey
392 IT Yes, I would like to participate in the survey
393 IT Yes, I would like to participate in the survey
394 IT Yes, I would like to participate in the survey
395 IT Yes, I would like to participate in the survey
396 IT Yes, I would like to participate in the survey
397 IT Yes, I would like to participate in the survey
398 IT Yes, I would like to participate in the survey
399 IT Yes, I would like to participate in the survey
400 IT Yes, I would like to participate in the survey
401 IT Yes, I would like to participate in the survey
402 IT Yes, I would like to participate in the survey
403 IT Yes, I would like to participate in the survey
404 IT Yes, I would like to participate in the survey
405 IT Yes, I would like to participate in the survey
406 IT Yes, I would like to participate in the survey
407 IT Yes, I would like to participate in the survey
408 IT Yes, I would like to participate in the survey
409 IT Yes, I would like to participate in the survey
410 IT Yes, I would like to participate in the survey
411 IT Yes, I would like to participate in the survey
412 IT Yes, I would like to participate in the survey
413 IT Yes, I would like to participate in the survey
414 IT Yes, I would like to participate in the survey
415 IT Yes, I would like to participate in the survey
416 IT Yes, I would like to participate in the survey
417 IT Yes, I would like to participate in the survey
418 IT Yes, I would like to participate in the survey
419 IT Yes, I would like to participate in the survey
420 IT Yes, I would like to participate in the survey
421 IT Yes, I would like to participate in the survey
422 IT No, I would not like to participate
423 IT Yes, I would like to participate in the survey
424 IT Yes, I would like to participate in the survey
425 IT Yes, I would like to participate in the survey
426 IT Yes, I would like to participate in the survey
427 IT Yes, I would like to participate in the survey
428 IT Yes, I would like to participate in the survey
429 IT Yes, I would like to participate in the survey
430 IT Yes, I would like to participate in the survey
431 IT Yes, I would like to participate in the survey
432 IT Yes, I would like to participate in the survey
433 IT Yes, I would like to participate in the survey
434 IT Yes, I would like to participate in the survey
435 IT Yes, I would like to participate in the survey
436 IT Yes, I would like to participate in the survey
437 IT Yes, I would like to participate in the survey
438 IT Yes, I would like to participate in the survey
439 IT Yes, I would like to participate in the survey
440 IT Yes, I would like to participate in the survey
441 IT Yes, I would like to participate in the survey
442 IT Yes, I would like to participate in the survey
443 IT Yes, I would like to participate in the survey
444 IT Yes, I would like to participate in the survey
445 IT Yes, I would like to participate in the survey
446 IT Yes, I would like to participate in the survey
447 IT Yes, I would like to participate in the survey
448 IT Yes, I would like to participate in the survey
449 IT Yes, I would like to participate in the survey
450 IT Yes, I would like to participate in the survey
451 IT No, I would not like to participate
452 IT Yes, I would like to participate in the survey
453 IT Yes, I would like to participate in the survey
454 IT Yes, I would like to participate in the survey
455 IT Yes, I would like to participate in the survey
456 IT Yes, I would like to participate in the survey
457 IT Yes, I would like to participate in the survey
458 IT Yes, I would like to participate in the survey
459 IT Yes, I would like to participate in the survey
460 IT Yes, I would like to participate in the survey
461 IT Yes, I would like to participate in the survey
462 IT Yes, I would like to participate in the survey
463 IT Yes, I would like to participate in the survey
464 IT Yes, I would like to participate in the survey
465 IT No, I would not like to participate
466 IT Yes, I would like to participate in the survey
467 IT Yes, I would like to participate in the survey
468 IT Yes, I would like to participate in the survey
469 IT Yes, I would like to participate in the survey
470 IT Yes, I would like to participate in the survey
471 IT Yes, I would like to participate in the survey
472 IT Yes, I would like to participate in the survey
473 IT Yes, I would like to participate in the survey
474 IT Yes, I would like to participate in the survey
475 IT Yes, I would like to participate in the survey
476 IT Yes, I would like to participate in the survey
477 IT Yes, I would like to participate in the survey
478 IT Yes, I would like to participate in the survey
479 IT Yes, I would like to participate in the survey
480 IT Yes, I would like to participate in the survey
481 IT Yes, I would like to participate in the survey
482 IT Yes, I would like to participate in the survey
483 IT Yes, I would like to participate in the survey
484 IT Yes, I would like to participate in the survey
485 IT Yes, I would like to participate in the survey
486 IT Yes, I would like to participate in the survey
487 IT Yes, I would like to participate in the survey
488 IT Yes, I would like to participate in the survey
489 IT Yes, I would like to participate in the survey
490 IT Yes, I would like to participate in the survey
491 IT Yes, I would like to participate in the survey
492 IT Yes, I would like to participate in the survey
493 IT Yes, I would like to participate in the survey
494 IT Yes, I would like to participate in the survey
495 IT Yes, I would like to participate in the survey
496 IT Yes, I would like to participate in the survey
497 IT Yes, I would like to participate in the survey
498 IT Yes, I would like to participate in the survey
499 IT Yes, I would like to participate in the survey
500 IT Yes, I would like to participate in the survey
501 IT Yes, I would like to participate in the survey
502 IT Yes, I would like to participate in the survey
503 IT Yes, I would like to participate in the survey
504 IT Yes, I would like to participate in the survey
505 IT Yes, I would like to participate in the survey
506 IT Yes, I would like to participate in the survey
507 IT Yes, I would like to participate in the survey
508 IT Yes, I would like to participate in the survey
509 IT Yes, I would like to participate in the survey
510 IT Yes, I would like to participate in the survey
511 IT Yes, I would like to participate in the survey
512 IT Yes, I would like to participate in the survey
513 IT Yes, I would like to participate in the survey
514 IT Yes, I would like to participate in the survey
515 IT Yes, I would like to participate in the survey
516 IT Yes, I would like to participate in the survey
517 IT Yes, I would like to participate in the survey
518 IT Yes, I would like to participate in the survey
519 IT Yes, I would like to participate in the survey
520 IT Yes, I would like to participate in the survey
521 IT Yes, I would like to participate in the survey
522 IT Yes, I would like to participate in the survey
523 IT Yes, I would like to participate in the survey
524 IT Yes, I would like to participate in the survey
525 IT Yes, I would like to participate in the survey
526 IT Yes, I would like to participate in the survey
527 IT Yes, I would like to participate in the survey
528 IT Yes, I would like to participate in the survey
529 IT Yes, I would like to participate in the survey
530 IT Yes, I would like to participate in the survey
531 IT Yes, I would like to participate in the survey
532 IT Yes, I would like to participate in the survey
533 IT Yes, I would like to participate in the survey
534 IT Yes, I would like to participate in the survey
535 IT Yes, I would like to participate in the survey
536 IT Yes, I would like to participate in the survey
537 IT Yes, I would like to participate in the survey
538 IT Yes, I would like to participate in the survey
539 IT Yes, I would like to participate in the survey
540 IT Yes, I would like to participate in the survey
541 IT Yes, I would like to participate in the survey
542 IT Yes, I would like to participate in the survey
543 IT Yes, I would like to participate in the survey
544 IT Yes, I would like to participate in the survey
545 IT Yes, I would like to participate in the survey
546 IT Yes, I would like to participate in the survey
547 IT Yes, I would like to participate in the survey
548 IT Yes, I would like to participate in the survey
549 IT Yes, I would like to participate in the survey
550 IT Yes, I would like to participate in the survey
551 IT Yes, I would like to participate in the survey
552 IT Yes, I would like to participate in the survey
553 IT Yes, I would like to participate in the survey
554 IT Yes, I would like to participate in the survey
555 IT Yes, I would like to participate in the survey
556 IT Yes, I would like to participate in the survey
557 IT Yes, I would like to participate in the survey
558 IT Yes, I would like to participate in the survey
559 IT Yes, I would like to participate in the survey
560 IT Yes, I would like to participate in the survey
561 IT Yes, I would like to participate in the survey
562 IT Yes, I would like to participate in the survey
563 IT Yes, I would like to participate in the survey
564 IT Yes, I would like to participate in the survey
565 IT Yes, I would like to participate in the survey
566 IT Yes, I would like to participate in the survey
567 IT Yes, I would like to participate in the survey
568 IT Yes, I would like to participate in the survey
569 IT Yes, I would like to participate in the survey
570 IT Yes, I would like to participate in the survey
571 IT Yes, I would like to participate in the survey
572 IT Yes, I would like to participate in the survey
573 IT Yes, I would like to participate in the survey
574 IT Yes, I would like to participate in the survey
575 IT Yes, I would like to participate in the survey
576 IT Yes, I would like to participate in the survey
577 IT Yes, I would like to participate in the survey
578 IT Yes, I would like to participate in the survey
579 IT Yes, I would like to participate in the survey
580 IT Yes, I would like to participate in the survey
581 IT Yes, I would like to participate in the survey
582 IT Yes, I would like to participate in the survey
583 IT Yes, I would like to participate in the survey
584 IT Yes, I would like to participate in the survey
585 IT Yes, I would like to participate in the survey
586 IT Yes, I would like to participate in the survey
587 IT Yes, I would like to participate in the survey
588 IT Yes, I would like to participate in the survey
589 IT Yes, I would like to participate in the survey
590 IT Yes, I would like to participate in the survey
591 IT Yes, I would like to participate in the survey
592 IT Yes, I would like to participate in the survey
593 IT Yes, I would like to participate in the survey
594 IT Yes, I would like to participate in the survey
595 IT Yes, I would like to participate in the survey
596 IT Yes, I would like to participate in the survey
597 IT Yes, I would like to participate in the survey
598 IT Yes, I would like to participate in the survey
599 IT Yes, I would like to participate in the survey
600 IT Yes, I would like to participate in the survey
601 IT Yes, I would like to participate in the survey
602 IT Yes, I would like to participate in the survey
603 IT Yes, I would like to participate in the survey
604 IT Yes, I would like to participate in the survey
605 IT Yes, I would like to participate in the survey
606 IT Yes, I would like to participate in the survey
607 IT Yes, I would like to participate in the survey
608 IT Yes, I would like to participate in the survey
609 IT Yes, I would like to participate in the survey
610 IT Yes, I would like to participate in the survey
611 IT Yes, I would like to participate in the survey
612 IT Yes, I would like to participate in the survey
613 IT Yes, I would like to participate in the survey
614 IT Yes, I would like to participate in the survey
615 IT Yes, I would like to participate in the survey
616 IT Yes, I would like to participate in the survey
617 IT Yes, I would like to participate in the survey
618 IT Yes, I would like to participate in the survey
619 IT Yes, I would like to participate in the survey
620 IT Yes, I would like to participate in the survey
621 IT Yes, I would like to participate in the survey
622 IT Yes, I would like to participate in the survey
623 IT Yes, I would like to participate in the survey
624 IT Yes, I would like to participate in the survey
625 IT Yes, I would like to participate in the survey
626 IT Yes, I would like to participate in the survey
627 IT Yes, I would like to participate in the survey
628 IT Yes, I would like to participate in the survey
629 IT Yes, I would like to participate in the survey
630 IT Yes, I would like to participate in the survey
631 IT Yes, I would like to participate in the survey
632 IT Yes, I would like to participate in the survey
633 IT Yes, I would like to participate in the survey
634 IT Yes, I would like to participate in the survey
635 IT Yes, I would like to participate in the survey
636 IT Yes, I would like to participate in the survey
637 IT Yes, I would like to participate in the survey
638 IT Yes, I would like to participate in the survey
639 IT Yes, I would like to participate in the survey
640 IT Yes, I would like to participate in the survey
641 IT Yes, I would like to participate in the survey
642 IT Yes, I would like to participate in the survey
643 IT Yes, I would like to participate in the survey
644 IT Yes, I would like to participate in the survey
645 IT Yes, I would like to participate in the survey
646 IT Yes, I would like to participate in the survey
647 IT Yes, I would like to participate in the survey
648 IT Yes, I would like to participate in the survey
649 IT Yes, I would like to participate in the survey
650 IT Yes, I would like to participate in the survey
651 IT Yes, I would like to participate in the survey
652 IT Yes, I would like to participate in the survey
653 IT Yes, I would like to participate in the survey
654 IT Yes, I would like to participate in the survey
655 IT Yes, I would like to participate in the survey
656 IT Yes, I would like to participate in the survey
657 IT Yes, I would like to participate in the survey
658 IT Yes, I would like to participate in the survey
659 IT Yes, I would like to participate in the survey
660 IT Yes, I would like to participate in the survey
661 IT Yes, I would like to participate in the survey
662 IT Yes, I would like to participate in the survey
663 IT Yes, I would like to participate in the survey
664 IT Yes, I would like to participate in the survey
665 IT Yes, I would like to participate in the survey
666 IT Yes, I would like to participate in the survey
667 IT Yes, I would like to participate in the survey
668 IT Yes, I would like to participate in the survey
669 IT Yes, I would like to participate in the survey
670 IT Yes, I would like to participate in the survey
671 IT Yes, I would like to participate in the survey
672 IT Yes, I would like to participate in the survey
673 IT Yes, I would like to participate in the survey
674 IT Yes, I would like to participate in the survey
675 IT Yes, I would like to participate in the survey
676 IT Yes, I would like to participate in the survey
677 IT Yes, I would like to participate in the survey
678 IT Yes, I would like to participate in the survey
679 IT Yes, I would like to participate in the survey
680 IT Yes, I would like to participate in the survey
681 IT Yes, I would like to participate in the survey
682 IT Yes, I would like to participate in the survey
683 IT No, I would not like to participate
684 IT Yes, I would like to participate in the survey
685 IT Yes, I would like to participate in the survey
686 IT Yes, I would like to participate in the survey
687 IT Yes, I would like to participate in the survey
688 IT Yes, I would like to participate in the survey
689 IT Yes, I would like to participate in the survey
690 IT Yes, I would like to participate in the survey
691 IT Yes, I would like to participate in the survey
692 IT Yes, I would like to participate in the survey
693 IT Yes, I would like to participate in the survey
694 IT Yes, I would like to participate in the survey
695 IT Yes, I would like to participate in the survey
696 IT Yes, I would like to participate in the survey
697 IT Yes, I would like to participate in the survey
698 IT Yes, I would like to participate in the survey
699 IT Yes, I would like to participate in the survey
700 IT Yes, I would like to participate in the survey
701 IT Yes, I would like to participate in the survey
702 IT Yes, I would like to participate in the survey
703 IT Yes, I would like to participate in the survey
704 IT Yes, I would like to participate in the survey
705 IT Yes, I would like to participate in the survey
706 IT Yes, I would like to participate in the survey
707 IT Yes, I would like to participate in the survey
708 IT Yes, I would like to participate in the survey
709 IT Yes, I would like to participate in the survey
710 IT Yes, I would like to participate in the survey
711 IT No, I would not like to participate
712 IT No, I would not like to participate
713 IT Yes, I would like to participate in the survey
714 IT Yes, I would like to participate in the survey
715 IT Yes, I would like to participate in the survey
716 IT Yes, I would like to participate in the survey
717 IT Yes, I would like to participate in the survey
718 IT Yes, I would like to participate in the survey
719 IT Yes, I would like to participate in the survey
720 IT Yes, I would like to participate in the survey
721 IT Yes, I would like to participate in the survey
722 IT Yes, I would like to participate in the survey
723 IT Yes, I would like to participate in the survey
724 IT Yes, I would like to participate in the survey
725 IT Yes, I would like to participate in the survey
726 IT Yes, I would like to participate in the survey
727 IT Yes, I would like to participate in the survey
728 IT Yes, I would like to participate in the survey
729 IT Yes, I would like to participate in the survey
730 IT Yes, I would like to participate in the survey
731 IT Yes, I would like to participate in the survey
732 IT Yes, I would like to participate in the survey
733 IT Yes, I would like to participate in the survey
734 IT Yes, I would like to participate in the survey
735 IT Yes, I would like to participate in the survey
736 IT Yes, I would like to participate in the survey
737 IT Yes, I would like to participate in the survey
738 IT Yes, I would like to participate in the survey
739 IT Yes, I would like to participate in the survey
740 IT Yes, I would like to participate in the survey
741 IT Yes, I would like to participate in the survey
742 IT Yes, I would like to participate in the survey
743 IT Yes, I would like to participate in the survey
744 IT Yes, I would like to participate in the survey
745 IT Yes, I would like to participate in the survey
746 IT Yes, I would like to participate in the survey
747 IT Yes, I would like to participate in the survey
748 IT Yes, I would like to participate in the survey
749 IT Yes, I would like to participate in the survey
750 IT Yes, I would like to participate in the survey
751 IT Yes, I would like to participate in the survey
752 IT Yes, I would like to participate in the survey
753 IT Yes, I would like to participate in the survey
754 IT Yes, I would like to participate in the survey
755 IT Yes, I would like to participate in the survey
756 IT Yes, I would like to participate in the survey
757 IT Yes, I would like to participate in the survey
758 IT Yes, I would like to participate in the survey
759 IT Yes, I would like to participate in the survey
760 IT Yes, I would like to participate in the survey
761 IT Yes, I would like to participate in the survey
762 IT Yes, I would like to participate in the survey
763 IT Yes, I would like to participate in the survey
764 IT Yes, I would like to participate in the survey
765 IT Yes, I would like to participate in the survey
766 IT Yes, I would like to participate in the survey
767 IT Yes, I would like to participate in the survey
768 IT Yes, I would like to participate in the survey
769 IT Yes, I would like to participate in the survey
770 IT Yes, I would like to participate in the survey
771 IT Yes, I would like to participate in the survey
772 IT Yes, I would like to participate in the survey
773 IT Yes, I would like to participate in the survey
774 IT Yes, I would like to participate in the survey
775 IT Yes, I would like to participate in the survey
776 IT Yes, I would like to participate in the survey
777 IT Yes, I would like to participate in the survey
778 IT Yes, I would like to participate in the survey
779 IT Yes, I would like to participate in the survey
780 IT Yes, I would like to participate in the survey
781 IT Yes, I would like to participate in the survey
782 IT Yes, I would like to participate in the survey
783 IT Yes, I would like to participate in the survey
784 IT Yes, I would like to participate in the survey
785 IT Yes, I would like to participate in the survey
786 IT Yes, I would like to participate in the survey
787 IT Yes, I would like to participate in the survey
788 IT Yes, I would like to participate in the survey
789 IT Yes, I would like to participate in the survey
790 IT Yes, I would like to participate in the survey
791 IT Yes, I would like to participate in the survey
792 IT Yes, I would like to participate in the survey
793 IT Yes, I would like to participate in the survey
794 IT Yes, I would like to participate in the survey
795 IT Yes, I would like to participate in the survey
796 IT Yes, I would like to participate in the survey
797 IT Yes, I would like to participate in the survey
798 IT Yes, I would like to participate in the survey
799 IT Yes, I would like to participate in the survey
800 IT Yes, I would like to participate in the survey
801 IT Yes, I would like to participate in the survey
802 IT Yes, I would like to participate in the survey
803 IT Yes, I would like to participate in the survey
804 IT Yes, I would like to participate in the survey
805 IT Yes, I would like to participate in the survey
806 IT Yes, I would like to participate in the survey
807 IT Yes, I would like to participate in the survey
808 IT Yes, I would like to participate in the survey
809 IT Yes, I would like to participate in the survey
810 IT Yes, I would like to participate in the survey
811 IT Yes, I would like to participate in the survey
812 IT Yes, I would like to participate in the survey
813 IT Yes, I would like to participate in the survey
814 IT Yes, I would like to participate in the survey
815 IT Yes, I would like to participate in the survey
816 IT Yes, I would like to participate in the survey
817 IT Yes, I would like to participate in the survey
818 IT Yes, I would like to participate in the survey
819 IT Yes, I would like to participate in the survey
820 IT Yes, I would like to participate in the survey
821 IT Yes, I would like to participate in the survey
822 IT Yes, I would like to participate in the survey
823 IT Yes, I would like to participate in the survey
824 IT Yes, I would like to participate in the survey
825 IT Yes, I would like to participate in the survey
826 IT Yes, I would like to participate in the survey
827 IT Yes, I would like to participate in the survey
828 IT Yes, I would like to participate in the survey
829 IT Yes, I would like to participate in the survey
830 IT Yes, I would like to participate in the survey
831 IT Yes, I would like to participate in the survey
832 IT Yes, I would like to participate in the survey
833 IT Yes, I would like to participate in the survey
834 IT Yes, I would like to participate in the survey
835 IT Yes, I would like to participate in the survey
836 IT Yes, I would like to participate in the survey
837 IT Yes, I would like to participate in the survey
838 IT Yes, I would like to participate in the survey
839 IT Yes, I would like to participate in the survey
840 IT Yes, I would like to participate in the survey
841 IT Yes, I would like to participate in the survey
842 IT Yes, I would like to participate in the survey
843 IT Yes, I would like to participate in the survey
844 IT Yes, I would like to participate in the survey
845 IT Yes, I would like to participate in the survey
846 IT Yes, I would like to participate in the survey
847 IT Yes, I would like to participate in the survey
848 IT Yes, I would like to participate in the survey
849 IT Yes, I would like to participate in the survey
850 IT Yes, I would like to participate in the survey
851 IT Yes, I would like to participate in the survey
852 IT Yes, I would like to participate in the survey
853 IT Yes, I would like to participate in the survey
854 IT Yes, I would like to participate in the survey
855 IT Yes, I would like to participate in the survey
856 IT Yes, I would like to participate in the survey
857 IT Yes, I would like to participate in the survey
858 IT Yes, I would like to participate in the survey
859 IT Yes, I would like to participate in the survey
860 IT Yes, I would like to participate in the survey
861 IT Yes, I would like to participate in the survey
862 IT Yes, I would like to participate in the survey
863 IT No, I would not like to participate
864 IT Yes, I would like to participate in the survey
865 IT Yes, I would like to participate in the survey
866 IT Yes, I would like to participate in the survey
867 IT Yes, I would like to participate in the survey
868 IT Yes, I would like to participate in the survey
869 IT Yes, I would like to participate in the survey
870 IT Yes, I would like to participate in the survey
871 IT Yes, I would like to participate in the survey
872 IT Yes, I would like to participate in the survey
873 IT Yes, I would like to participate in the survey
874 IT Yes, I would like to participate in the survey
875 IT Yes, I would like to participate in the survey
876 IT Yes, I would like to participate in the survey
877 IT Yes, I would like to participate in the survey
878 IT Yes, I would like to participate in the survey
879 IT Yes, I would like to participate in the survey
880 IT Yes, I would like to participate in the survey
881 IT Yes, I would like to participate in the survey
882 IT Yes, I would like to participate in the survey
883 IT Yes, I would like to participate in the survey
884 IT Yes, I would like to participate in the survey
885 IT Yes, I would like to participate in the survey
886 IT Yes, I would like to participate in the survey
887 IT Yes, I would like to participate in the survey
888 IT Yes, I would like to participate in the survey
889 IT Yes, I would like to participate in the survey
890 IT Yes, I would like to participate in the survey
891 IT Yes, I would like to participate in the survey
892 IT Yes, I would like to participate in the survey
893 IT Yes, I would like to participate in the survey
894 IT Yes, I would like to participate in the survey
895 IT Yes, I would like to participate in the survey
896 IT Yes, I would like to participate in the survey
897 IT Yes, I would like to participate in the survey
898 IT Yes, I would like to participate in the survey
899 IT Yes, I would like to participate in the survey
900 IT Yes, I would like to participate in the survey
901 IT Yes, I would like to participate in the survey
902 IT Yes, I would like to participate in the survey
903 IT Yes, I would like to participate in the survey
904 IT Yes, I would like to participate in the survey
905 IT Yes, I would like to participate in the survey
906 IT Yes, I would like to participate in the survey
907 IT Yes, I would like to participate in the survey
908 IT Yes, I would like to participate in the survey
909 IT Yes, I would like to participate in the survey
910 IT Yes, I would like to participate in the survey
911 IT Yes, I would like to participate in the survey
912 IT Yes, I would like to participate in the survey
913 IT Yes, I would like to participate in the survey
914 IT Yes, I would like to participate in the survey
915 IT Yes, I would like to participate in the survey
916 IT Yes, I would like to participate in the survey
917 IT Yes, I would like to participate in the survey
918 IT Yes, I would like to participate in the survey
919 IT Yes, I would like to participate in the survey
920 IT Yes, I would like to participate in the survey
921 IT Yes, I would like to participate in the survey
922 IT Yes, I would like to participate in the survey
923 IT Yes, I would like to participate in the survey
924 IT Yes, I would like to participate in the survey
925 IT Yes, I would like to participate in the survey
926 IT Yes, I would like to participate in the survey
927 IT Yes, I would like to participate in the survey
928 IT Yes, I would like to participate in the survey
929 IT Yes, I would like to participate in the survey
930 IT Yes, I would like to participate in the survey
931 IT Yes, I would like to participate in the survey
932 IT Yes, I would like to participate in the survey
933 IT Yes, I would like to participate in the survey
934 IT Yes, I would like to participate in the survey
935 IT Yes, I would like to participate in the survey
936 IT Yes, I would like to participate in the survey
937 IT Yes, I would like to participate in the survey
938 IT Yes, I would like to participate in the survey
939 IT Yes, I would like to participate in the survey
940 IT Yes, I would like to participate in the survey
941 IT Yes, I would like to participate in the survey
942 IT Yes, I would like to participate in the survey
943 IT Yes, I would like to participate in the survey
944 IT Yes, I would like to participate in the survey
945 IT Yes, I would like to participate in the survey
946 IT Yes, I would like to participate in the survey
947 IT Yes, I would like to participate in the survey
948 IT Yes, I would like to participate in the survey
949 IT Yes, I would like to participate in the survey
950 IT Yes, I would like to participate in the survey
951 IT Yes, I would like to participate in the survey
952 IT Yes, I would like to participate in the survey
953 IT Yes, I would like to participate in the survey
954 IT Yes, I would like to participate in the survey
955 IT Yes, I would like to participate in the survey
956 IT Yes, I would like to participate in the survey
957 IT Yes, I would like to participate in the survey
958 IT Yes, I would like to participate in the survey
959 IT Yes, I would like to participate in the survey
960 IT Yes, I would like to participate in the survey
961 IT Yes, I would like to participate in the survey
962 IT No, I would not like to participate
963 IT Yes, I would like to participate in the survey
964 IT Yes, I would like to participate in the survey
965 IT Yes, I would like to participate in the survey
966 IT Yes, I would like to participate in the survey
967 IT Yes, I would like to participate in the survey
968 IT Yes, I would like to participate in the survey
969 IT Yes, I would like to participate in the survey
970 IT Yes, I would like to participate in the survey
971 IT Yes, I would like to participate in the survey
972 IT Yes, I would like to participate in the survey
973 IT Yes, I would like to participate in the survey
974 IT Yes, I would like to participate in the survey
975 IT Yes, I would like to participate in the survey
976 IT Yes, I would like to participate in the survey
977 IT Yes, I would like to participate in the survey
978 IT Yes, I would like to participate in the survey
979 IT Yes, I would like to participate in the survey
980 IT Yes, I would like to participate in the survey
981 IT Yes, I would like to participate in the survey
982 IT Yes, I would like to participate in the survey
983 IT Yes, I would like to participate in the survey
984 IT Yes, I would like to participate in the survey
985 IT Yes, I would like to participate in the survey
986 IT Yes, I would like to participate in the survey
987 IT Yes, I would like to participate in the survey
988 IT Yes, I would like to participate in the survey
989 IT Yes, I would like to participate in the survey
990 IT Yes, I would like to participate in the survey
991 IT Yes, I would like to participate in the survey
992 IT Yes, I would like to participate in the survey
993 IT Yes, I would like to participate in the survey
994 IT Yes, I would like to participate in the survey
995 IT Yes, I would like to participate in the survey
996 IT Yes, I would like to participate in the survey
997 IT Yes, I would like to participate in the survey
998 IT Yes, I would like to participate in the survey
999 IT Yes, I would like to participate in the survey
1000 IT Yes, I would like to participate in the survey
1001 IT Yes, I would like to participate in the survey
1002 IT Yes, I would like to participate in the survey
1003 IT Yes, I would like to participate in the survey
1004 IT Yes, I would like to participate in the survey
1005 IT Yes, I would like to participate in the survey
1006 IT Yes, I would like to participate in the survey
1007 IT Yes, I would like to participate in the survey
1008 IT Yes, I would like to participate in the survey
1009 IT Yes, I would like to participate in the survey
1010 IT Yes, I would like to participate in the survey
1011 IT No, I would not like to participate
1012 IT Yes, I would like to participate in the survey
1013 IT Yes, I would like to participate in the survey
1014 IT Yes, I would like to participate in the survey
1015 IT Yes, I would like to participate in the survey
1016 IT No, I would not like to participate
1017 IT Yes, I would like to participate in the survey
1018 IT Yes, I would like to participate in the survey
1019 IT Yes, I would like to participate in the survey
1020 IT Yes, I would like to participate in the survey
1021 IT Yes, I would like to participate in the survey
1022 IT Yes, I would like to participate in the survey
1023 IT Yes, I would like to participate in the survey
1024 IT Yes, I would like to participate in the survey
1025 IT Yes, I would like to participate in the survey
1026 IT Yes, I would like to participate in the survey
1027 IT Yes, I would like to participate in the survey
1028 IT Yes, I would like to participate in the survey
1029 IT Yes, I would like to participate in the survey
1030 IT Yes, I would like to participate in the survey
1031 IT Yes, I would like to participate in the survey
1032 IT Yes, I would like to participate in the survey
1033 IT Yes, I would like to participate in the survey
1034 IT Yes, I would like to participate in the survey
1035 IT Yes, I would like to participate in the survey
1036 IT Yes, I would like to participate in the survey
1037 IT Yes, I would like to participate in the survey
1038 IT Yes, I would like to participate in the survey
1039 IT Yes, I would like to participate in the survey
1040 IT Yes, I would like to participate in the survey
1041 IT Yes, I would like to participate in the survey
1042 IT Yes, I would like to participate in the survey
1043 IT Yes, I would like to participate in the survey
1044 IT Yes, I would like to participate in the survey
1045 IT Yes, I would like to participate in the survey
1046 IT Yes, I would like to participate in the survey
1047 IT Yes, I would like to participate in the survey
1048 IT Yes, I would like to participate in the survey
1049 IT Yes, I would like to participate in the survey
1050 IT Yes, I would like to participate in the survey
1051 IT Yes, I would like to participate in the survey
1052 IT Yes, I would like to participate in the survey
1053 IT Yes, I would like to participate in the survey
1054 IT Yes, I would like to participate in the survey
1055 IT Yes, I would like to participate in the survey
1056 IT Yes, I would like to participate in the survey
1057 IT Yes, I would like to participate in the survey
1058 IT Yes, I would like to participate in the survey
1059 IT Yes, I would like to participate in the survey
1060 IT Yes, I would like to participate in the survey
1061 IT Yes, I would like to participate in the survey
1062 IT Yes, I would like to participate in the survey
1063 IT Yes, I would like to participate in the survey
1064 IT Yes, I would like to participate in the survey
1065 IT Yes, I would like to participate in the survey
1066 IT Yes, I would like to participate in the survey
1067 IT Yes, I would like to participate in the survey
1068 IT Yes, I would like to participate in the survey
1069 IT Yes, I would like to participate in the survey
1070 IT Yes, I would like to participate in the survey
1071 IT Yes, I would like to participate in the survey
1072 IT Yes, I would like to participate in the survey
1073 IT No, I would not like to participate
1074 IT Yes, I would like to participate in the survey
1075 IT Yes, I would like to participate in the survey
1076 IT Yes, I would like to participate in the survey
1077 IT No, I would not like to participate
1078 IT Yes, I would like to participate in the survey
1079 IT Yes, I would like to participate in the survey
1080 IT Yes, I would like to participate in the survey
1081 IT Yes, I would like to participate in the survey
1082 IT Yes, I would like to participate in the survey
1083 IT Yes, I would like to participate in the survey
1084 IT Yes, I would like to participate in the survey
1085 IT Yes, I would like to participate in the survey
1086 IT Yes, I would like to participate in the survey
1087 IT Yes, I would like to participate in the survey
1088 IT Yes, I would like to participate in the survey
1089 IT Yes, I would like to participate in the survey
1090 IT Yes, I would like to participate in the survey
1091 IT Yes, I would like to participate in the survey
1092 IT Yes, I would like to participate in the survey
1093 IT Yes, I would like to participate in the survey
1094 IT Yes, I would like to participate in the survey
1095 IT No, I would not like to participate
1096 IT Yes, I would like to participate in the survey
1097 IT Yes, I would like to participate in the survey
1098 IT Yes, I would like to participate in the survey
1099 IT Yes, I would like to participate in the survey
1100 IT Yes, I would like to participate in the survey
1101 IT Yes, I would like to participate in the survey
1102 IT Yes, I would like to participate in the survey
1103 IT Yes, I would like to participate in the survey
1104 IT Yes, I would like to participate in the survey
1105 IT Yes, I would like to participate in the survey
1106 IT Yes, I would like to participate in the survey
1107 IT Yes, I would like to participate in the survey
1108 IT Yes, I would like to participate in the survey
1109 IT Yes, I would like to participate in the survey
1110 IT Yes, I would like to participate in the survey
1111 IT Yes, I would like to participate in the survey
1112 IT Yes, I would like to participate in the survey
1113 IT Yes, I would like to participate in the survey
1114 IT Yes, I would like to participate in the survey
1115 IT Yes, I would like to participate in the survey
1116 IT Yes, I would like to participate in the survey
1117 IT Yes, I would like to participate in the survey
1118 IT Yes, I would like to participate in the survey
1119 IT Yes, I would like to participate in the survey
1120 IT Yes, I would like to participate in the survey
1121 IT Yes, I would like to participate in the survey
1122 IT Yes, I would like to participate in the survey
1123 IT Yes, I would like to participate in the survey
1124 IT Yes, I would like to participate in the survey
1125 IT Yes, I would like to participate in the survey
1126 IT Yes, I would like to participate in the survey
1127 IT Yes, I would like to participate in the survey
1128 IT Yes, I would like to participate in the survey
1129 IT Yes, I would like to participate in the survey
1130 IT Yes, I would like to participate in the survey
1131 IT Yes, I would like to participate in the survey
1132 IT Yes, I would like to participate in the survey
1133 IT Yes, I would like to participate in the survey
1134 IT Yes, I would like to participate in the survey
1135 IT Yes, I would like to participate in the survey
1136 IT Yes, I would like to participate in the survey
1137 IT Yes, I would like to participate in the survey
1138 IT Yes, I would like to participate in the survey
1139 IT Yes, I would like to participate in the survey
1140 IT Yes, I would like to participate in the survey
1141 IT Yes, I would like to participate in the survey
1142 IT No, I would not like to participate
1143 IT Yes, I would like to participate in the survey
1144 IT Yes, I would like to participate in the survey
1145 IT Yes, I would like to participate in the survey
1146 IT Yes, I would like to participate in the survey
1147 IT Yes, I would like to participate in the survey
1148 IT Yes, I would like to participate in the survey
1149 IT Yes, I would like to participate in the survey
1150 IT Yes, I would like to participate in the survey
1151 IT Yes, I would like to participate in the survey
1152 IT Yes, I would like to participate in the survey
1153 IT Yes, I would like to participate in the survey
1154 IT Yes, I would like to participate in the survey
1155 IT Yes, I would like to participate in the survey
1156 IT Yes, I would like to participate in the survey
1157 IT Yes, I would like to participate in the survey
1158 IT Yes, I would like to participate in the survey
1159 IT Yes, I would like to participate in the survey
1160 IT Yes, I would like to participate in the survey
1161 IT Yes, I would like to participate in the survey
1162 IT Yes, I would like to participate in the survey
1163 IT Yes, I would like to participate in the survey
1164 IT Yes, I would like to participate in the survey
1165 IT Yes, I would like to participate in the survey
1166 IT Yes, I would like to participate in the survey
1167 IT Yes, I would like to participate in the survey
1168 IT Yes, I would like to participate in the survey
1169 IT Yes, I would like to participate in the survey
1170 IT Yes, I would like to participate in the survey
1171 IT Yes, I would like to participate in the survey
1172 IT Yes, I would like to participate in the survey
1173 IT Yes, I would like to participate in the survey
1174 IT Yes, I would like to participate in the survey
1175 IT Yes, I would like to participate in the survey
1176 IT Yes, I would like to participate in the survey
1177 IT Yes, I would like to participate in the survey
1178 IT Yes, I would like to participate in the survey
1179 IT Yes, I would like to participate in the survey
1180 IT Yes, I would like to participate in the survey
1181 IT Yes, I would like to participate in the survey
1182 IT Yes, I would like to participate in the survey
1183 IT Yes, I would like to participate in the survey
1184 IT Yes, I would like to participate in the survey
1185 IT Yes, I would like to participate in the survey
1186 IT No, I would not like to participate
1187 IT Yes, I would like to participate in the survey
1188 IT Yes, I would like to participate in the survey
1189 IT Yes, I would like to participate in the survey
1190 IT Yes, I would like to participate in the survey
1191 IT Yes, I would like to participate in the survey
1192 IT No, I would not like to participate
1193 IT Yes, I would like to participate in the survey
1194 IT No, I would not like to participate
1195 IT Yes, I would like to participate in the survey
1196 IT Yes, I would like to participate in the survey
1197 IT Yes, I would like to participate in the survey
1198 IT Yes, I would like to participate in the survey
1199 IT Yes, I would like to participate in the survey
1200 IT Yes, I would like to participate in the survey
1201 IT No, I would not like to participate
1202 IT Yes, I would like to participate in the survey
1203 IT Yes, I would like to participate in the survey
1204 IT Yes, I would like to participate in the survey
1205 IT Yes, I would like to participate in the survey
1206 IT Yes, I would like to participate in the survey
1207 IT Yes, I would like to participate in the survey
1208 IT Yes, I would like to participate in the survey
1209 IT Yes, I would like to participate in the survey
1210 IT Yes, I would like to participate in the survey
1211 IT Yes, I would like to participate in the survey
1212 IT Yes, I would like to participate in the survey
1213 IT Yes, I would like to participate in the survey
1214 IT Yes, I would like to participate in the survey
1215 IT Yes, I would like to participate in the survey
1216 IT Yes, I would like to participate in the survey
1217 IT Yes, I would like to participate in the survey
1218 IT No, I would not like to participate
1219 IT Yes, I would like to participate in the survey
1220 IT Yes, I would like to participate in the survey
1221 IT Yes, I would like to participate in the survey
1222 IT Yes, I would like to participate in the survey
1223 IT Yes, I would like to participate in the survey
1224 IT Yes, I would like to participate in the survey
1225 IT Yes, I would like to participate in the survey
1226 IT Yes, I would like to participate in the survey
1227 IT Yes, I would like to participate in the survey
1228 IT Yes, I would like to participate in the survey
1229 IT Yes, I would like to participate in the survey
1230 IT Yes, I would like to participate in the survey
1231 IT Yes, I would like to participate in the survey
1232 IT Yes, I would like to participate in the survey
1233 IT Yes, I would like to participate in the survey
1234 IT Yes, I would like to participate in the survey
1235 IT Yes, I would like to participate in the survey
1236 IT Yes, I would like to participate in the survey
1237 IT Yes, I would like to participate in the survey
1238 IT Yes, I would like to participate in the survey
1239 IT Yes, I would like to participate in the survey
1240 IT Yes, I would like to participate in the survey
1241 IT Yes, I would like to participate in the survey
1242 IT Yes, I would like to participate in the survey
1243 IT Yes, I would like to participate in the survey
1244 IT Yes, I would like to participate in the survey
1245 IT Yes, I would like to participate in the survey
1246 IT Yes, I would like to participate in the survey
1247 IT Yes, I would like to participate in the survey
1248 IT Yes, I would like to participate in the survey
1249 IT Yes, I would like to participate in the survey
SelfReported_Behavio_1 SelfReported_Behavio_2
1 73 74
2 45 20
3 NA NA
4 45 28
5 53 77
6 18 1
7 5 42
8 60 64
9 18 29
10 52 55
11 50 90
12 93 99
13 55 59
14 9 8
15 93 100
16 98 100
17 NA NA
18 90 95
19 5 6
20 35 17
21 51 48
22 42 31
23 85 100
24 6 9
25 NA NA
26 46 52
27 57 69
28 100 99
29 44 39
30 100 0
31 73 100
32 51 64
33 100 100
34 90 100
35 94 100
36 49 48
37 100 100
38 100 100
39 100 0
40 NA NA
41 80 100
42 100 100
43 100 100
44 91 100
45 100 100
46 100 98
47 100 100
48 100 100
49 97 95
50 100 100
51 100 100
52 100 100
53 82 100
54 100 0
55 83 86
56 98 100
57 98 100
58 100 100
59 100 100
60 90 100
61 69 100
62 79 85
63 100 100
64 100 100
65 73 59
66 93 100
67 46 36
68 100 100
69 100 100
70 90 100
71 100 100
72 100 5
73 100 100
74 91 98
75 42 99
76 100 100
77 100 100
78 61 100
79 NA NA
80 98 100
81 77 23
82 100 100
83 100 0
84 100 100
85 100 100
86 91 0
87 92 100
88 6 100
89 NA NA
90 NA NA
91 73 100
92 86 100
93 100 100
94 100 100
95 100 100
96 98 100
97 98 100
98 85 100
99 100 100
100 100 100
101 42 95
102 100 100
103 99 100
104 87 99
105 3 1
106 83 100
107 0 0
108 100 100
109 91 100
110 99 96
111 NA NA
112 96 89
113 90 100
114 10 100
115 51 52
116 95 100
117 100 100
118 89 82
119 99 99
120 90 100
121 61 62
122 70 100
123 95 100
124 100 100
125 100 100
126 78 25
127 100 100
128 94 100
129 100 100
130 100 100
131 92 100
132 100 100
133 56 100
134 100 100
135 100 100
136 100 100
137 93 100
138 100 100
139 77 76
140 100 100
141 100 100
142 100 100
143 81 100
144 100 100
145 80 100
146 96 100
147 100 100
148 100 100
149 18 100
150 95 100
151 81 100
152 100 100
153 89 87
154 NA NA
155 96 100
156 100 2
157 100 100
158 90 100
159 100 100
160 100 75
161 88 76
162 100 100
163 56 58
164 97 0
165 62 68
166 100 100
167 100 100
168 93 100
169 80 100
170 100 100
171 16 0
172 90 100
173 100 100
174 100 4
175 100 100
176 100 100
177 100 100
178 100 100
179 70 70
180 100 0
181 98 90
182 43 87
183 100 100
184 100 100
185 65 100
186 97 4
187 100 100
188 81 100
189 100 100
190 100 100
191 100 100
192 100 100
193 100 100
194 100 100
195 100 100
196 81 95
197 92 100
198 100 100
199 100 100
200 45 68
201 94 96
202 71 42
203 95 100
204 100 100
205 100 100
206 100 100
207 94 1
208 89 100
209 100 100
210 NA NA
211 100 100
212 98 2
213 94 94
214 100 100
215 40 100
216 93 8
217 98 100
218 100 100
219 100 100
220 82 100
221 90 100
222 100 100
223 100 100
224 100 100
225 100 100
226 92 100
227 10 100
228 90 100
229 83 43
230 100 100
231 100 100
232 100 0
233 82 100
234 100 100
235 100 100
236 89 86
237 97 94
238 100 100
239 100 100
240 79 100
241 100 0
242 100 100
243 94 100
244 100 100
245 100 100
246 100 100
247 100 100
248 83 96
249 0 0
250 70 100
251 100 98
252 80 100
253 82 100
254 99 100
255 100 100
256 52 2
257 29 45
258 9 9
259 100 100
260 70 100
261 100 100
262 97 100
263 100 100
264 0 0
265 70 100
266 71 100
267 86 100
268 98 97
269 98 100
270 100 100
271 NA NA
272 92 100
273 97 99
274 90 91
275 100 100
276 NA NA
277 100 100
278 100 100
279 93 1
280 91 100
281 88 78
282 100 100
283 64 71
284 NA NA
285 99 100
286 100 99
287 89 100
288 100 98
289 NA NA
290 100 100
291 100 96
292 68 68
293 95 100
294 100 100
295 100 100
296 92 100
297 97 100
298 71 73
299 100 44
300 82 0
301 99 1
302 100 100
303 100 100
304 95 100
305 100 100
306 NA NA
307 100 100
308 100 100
309 31 100
310 62 100
311 100 100
312 100 100
313 100 100
314 100 100
315 94 100
316 100 100
317 81 100
318 92 100
319 79 100
320 100 100
321 100 100
322 100 100
323 60 42
324 85 94
325 100 100
326 69 100
327 100 100
328 100 100
329 86 100
330 90 0
331 92 100
332 94 100
333 100 100
334 NA NA
335 100 100
336 100 100
337 100 0
338 91 100
339 95 0
340 100 99
341 17 25
342 100 100
343 8 18
344 100 100
345 100 100
346 57 71
347 36 43
348 92 100
349 100 100
350 81 100
351 91 100
352 98 100
353 92 100
354 100 2
355 99 99
356 85 100
357 94 95
358 100 100
359 100 100
360 100 100
361 1 2
362 98 91
363 100 93
364 100 100
365 94 100
366 44 43
367 100 100
368 85 100
369 98 100
370 100 100
371 92 100
372 100 100
373 91 100
374 100 100
375 100 100
376 NA NA
377 54 58
378 51 4
379 NA NA
380 100 100
381 100 100
382 100 100
383 100 100
384 96 100
385 70 0
386 25 37
387 100 100
388 92 100
389 52 77
390 70 26
391 100 100
392 100 100
393 100 100
394 100 100
395 51 0
396 100 10
397 100 93
398 79 93
399 90 100
400 81 100
401 100 0
402 100 100
403 82 100
404 100 0
405 98 100
406 15 2
407 71 100
408 100 100
409 72 100
410 97 100
411 93 98
412 100 100
413 97 100
414 100 100
415 82 100
416 98 94
417 50 100
418 100 100
419 7 100
420 100 100
421 100 100
422 NA NA
423 52 55
424 100 100
425 100 100
426 100 100
427 100 100
428 80 100
429 100 100
430 100 100
431 93 98
432 82 4
433 94 14
434 99 100
435 100 100
436 100 100
437 100 100
438 48 95
439 100 100
440 100 100
441 100 100
442 100 100
443 0 0
444 88 100
445 100 100
446 100 100
447 100 100
448 100 100
449 2 43
450 89 100
451 NA NA
452 97 100
453 81 100
454 48 37
455 100 100
456 84 72
457 100 100
458 80 0
459 100 100
460 100 100
461 100 70
462 100 100
463 92 100
464 89 85
465 NA NA
466 20 100
467 81 100
468 100 100
469 91 96
470 97 100
471 95 100
472 100 4
473 86 100
474 100 100
475 30 40
476 96 100
477 92 100
478 100 95
479 100 0
480 92 100
481 100 100
482 83 100
483 92 0
484 99 75
485 99 100
486 100 100
487 64 44
488 100 100
489 100 100
490 89 0
491 94 87
492 100 100
493 92 100
494 95 92
495 92 100
496 100 100
497 100 100
498 21 85
499 91 100
500 100 100
501 100 100
502 94 91
503 100 100
504 100 100
505 95 100
506 100 100
507 100 100
508 100 100
509 100 100
510 100 100
511 100 59
512 61 100
513 100 100
514 100 100
515 100 100
516 83 100
517 100 100
518 71 50
519 100 100
520 100 100
521 0 0
522 90 96
523 10 100
524 92 100
525 91 100
526 100 100
527 84 4
528 91 100
529 82 88
530 85 100
531 100 100
532 100 100
533 100 100
534 95 100
535 100 100
536 100 100
537 90 100
538 100 0
539 100 100
540 92 100
541 100 100
542 100 98
543 100 99
544 81 80
545 100 100
546 98 42
547 100 100
548 78 95
549 91 0
550 100 100
551 100 100
552 100 100
553 100 100
554 96 94
555 100 100
556 93 100
557 81 100
558 97 97
559 86 100
560 92 100
561 29 3
562 100 100
563 95 100
564 95 100
565 100 100
566 100 100
567 79 100
568 96 100
569 100 100
570 100 100
571 91 92
572 91 100
573 94 100
574 100 100
575 100 100
576 92 88
577 100 100
578 100 100
579 100 100
580 100 100
581 93 97
582 100 100
583 79 12
584 100 100
585 47 37
586 89 100
587 81 100
588 0 3
589 100 100
590 100 100
591 83 100
592 1 0
593 91 100
594 90 100
595 80 100
596 100 100
597 90 100
598 97 100
599 72 100
600 89 100
601 100 100
602 91 100
603 95 100
604 56 69
605 100 100
606 61 100
607 100 100
608 1 1
609 96 100
610 93 100
611 100 100
612 39 51
613 91 100
614 100 100
615 81 100
616 100 100
617 88 77
618 81 100
619 100 100
620 35 60
621 93 100
622 2 2
623 82 9
624 100 100
625 100 100
626 100 100
627 100 100
628 100 100
629 99 100
630 99 99
631 90 100
632 93 100
633 97 100
634 90 85
635 100 100
636 82 100
637 100 100
638 52 100
639 100 97
640 93 100
641 97 96
642 100 100
643 47 100
644 80 60
645 99 100
646 80 100
647 3 2
648 100 100
649 100 100
650 56 60
651 90 90
652 100 100
653 100 100
654 100 100
655 80 100
656 91 100
657 19 71
658 92 100
659 100 100
660 100 100
661 100 99
662 100 100
663 91 100
664 73 88
665 100 100
666 75 79
667 100 100
668 80 0
669 100 100
670 100 100
671 80 100
672 100 100
673 100 100
674 100 100
675 83 100
676 100 100
677 100 100
678 100 47
679 100 100
680 92 100
681 100 100
682 100 100
683 NA NA
684 99 100
685 100 100
686 50 100
687 92 0
688 100 100
689 100 100
690 81 93
691 100 100
692 100 100
693 100 100
694 100 100
695 90 99
696 82 100
697 82 100
698 92 100
699 100 100
700 100 100
701 98 100
702 26 28
703 100 100
704 92 100
705 100 100
706 89 100
707 85 100
708 98 100
709 100 8
710 89 100
711 NA NA
712 NA NA
713 91 100
714 100 100
715 72 100
716 68 71
717 100 100
718 95 100
719 39 100
720 75 98
721 100 99
722 77 0
723 96 98
724 100 100
725 100 100
726 100 100
727 100 100
728 100 100
729 100 100
730 100 100
731 100 100
732 91 92
733 90 100
734 90 92
735 98 100
736 81 0
737 100 100
738 71 85
739 81 100
740 49 100
741 100 100
742 4 3
743 92 100
744 76 61
745 46 71
746 73 100
747 100 100
748 100 100
749 98 100
750 87 61
751 80 100
752 71 100
753 100 100
754 74 100
755 91 88
756 100 100
757 81 81
758 100 100
759 50 100
760 100 100
761 100 100
762 100 100
763 84 83
764 99 98
765 80 75
766 54 14
767 65 66
768 94 88
769 100 100
770 100 100
771 100 7
772 35 41
773 91 100
774 95 100
775 6 6
776 83 2
777 62 1
778 69 35
779 100 100
780 98 100
781 100 100
782 89 100
783 90 99
784 100 100
785 100 100
786 26 27
787 91 100
788 92 100
789 75 100
790 100 100
791 100 100
792 90 100
793 100 100
794 99 100
795 100 97
796 100 100
797 100 100
798 100 98
799 47 63
800 92 100
801 50 100
802 78 100
803 100 100
804 87 100
805 18 17
806 100 100
807 100 100
808 88 100
809 100 100
810 94 100
811 100 100
812 96 100
813 95 100
814 100 100
815 100 100
816 100 100
817 100 100
818 90 100
819 99 100
820 100 100
821 90 100
822 100 100
823 100 100
824 100 100
825 77 100
826 90 100
827 100 100
828 100 100
829 50 100
830 100 100
831 91 93
832 100 100
833 100 100
834 93 100
835 85 100
836 90 100
837 100 100
838 100 100
839 31 53
840 100 100
841 97 100
842 90 100
843 100 100
844 91 0
845 99 100
846 92 100
847 91 100
848 50 100
849 99 100
850 93 100
851 100 100
852 5 39
853 100 100
854 13 27
855 100 100
856 80 87
857 100 100
858 1 2
859 67 35
860 91 100
861 100 100
862 66 100
863 NA NA
864 100 100
865 100 100
866 90 100
867 100 100
868 92 100
869 100 100
870 91 0
871 100 100
872 100 100
873 100 100
874 100 100
875 100 100
876 74 34
877 100 100
878 94 100
879 100 100
880 100 100
881 92 100
882 100 100
883 100 100
884 100 100
885 80 100
886 89 100
887 100 100
888 100 100
889 50 100
890 51 100
891 100 99
892 21 0
893 100 100
894 39 100
895 100 100
896 100 100
897 73 100
898 96 1
899 100 100
900 99 99
901 99 100
902 50 100
903 100 100
904 100 100
905 93 100
906 91 100
907 82 100
908 80 100
909 100 100
910 100 100
911 94 100
912 100 91
913 100 100
914 100 100
915 100 100
916 0 0
917 95 99
918 82 100
919 98 100
920 100 100
921 100 100
922 99 100
923 100 100
924 91 100
925 100 100
926 94 90
927 93 100
928 93 100
929 100 50
930 92 100
931 30 47
932 100 100
933 92 100
934 50 100
935 80 100
936 83 100
937 90 100
938 100 100
939 100 0
940 70 70
941 92 93
942 100 100
943 100 100
944 100 100
945 100 100
946 96 100
947 100 100
948 90 100
949 90 100
950 100 100
951 95 100
952 100 100
953 96 0
954 91 90
955 91 100
956 91 100
957 92 100
958 100 0
959 100 100
960 100 0
961 100 100
962 NA NA
963 100 4
964 100 100
965 100 100
966 100 100
967 52 100
968 97 100
969 100 100
970 100 99
971 58 74
972 100 100
973 100 100
974 91 100
975 98 100
976 94 100
977 100 100
978 100 100
979 52 100
980 100 100
981 100 100
982 100 100
983 42 100
984 62 61
985 91 4
986 82 100
987 71 100
988 82 100
989 98 12
990 67 69
991 54 29
992 100 100
993 4 2
994 100 100
995 100 100
996 98 100
997 100 100
998 98 95
999 100 100
1000 100 100
1001 100 100
1002 100 100
1003 96 100
1004 96 100
1005 100 100
1006 100 100
1007 43 45
1008 83 83
1009 59 100
1010 81 100
1011 NA NA
1012 100 100
1013 100 100
1014 100 100
1015 95 100
1016 NA NA
1017 72 83
1018 100 100
1019 92 100
1020 30 100
1021 100 100
1022 75 100
1023 82 1
1024 79 100
1025 100 100
1026 100 100
1027 30 100
1028 89 100
1029 100 100
1030 100 100
1031 90 100
1032 100 85
1033 84 85
1034 90 100
1035 91 100
1036 92 100
1037 71 100
1038 78 79
1039 98 95
1040 100 100
1041 82 76
1042 95 22
1043 95 100
1044 100 100
1045 97 100
1046 91 100
1047 39 100
1048 82 100
1049 100 100
1050 100 99
1051 93 100
1052 100 100
1053 90 100
1054 82 100
1055 41 100
1056 100 100
1057 90 88
1058 95 100
1059 95 100
1060 90 100
1061 100 100
1062 100 100
1063 100 100
1064 100 100
1065 83 100
1066 80 100
1067 100 100
1068 83 47
1069 95 100
1070 100 100
1071 93 100
1072 100 100
1073 NA NA
1074 98 98
1075 100 100
1076 100 100
1077 NA NA
1078 96 100
1079 100 100
1080 94 100
1081 93 93
1082 100 71
1083 74 100
1084 100 100
1085 80 100
1086 92 100
1087 100 100
1088 93 100
1089 96 100
1090 71 100
1091 100 100
1092 90 100
1093 75 79
1094 100 100
1095 NA NA
1096 55 53
1097 71 100
1098 100 100
1099 91 100
1100 85 93
1101 74 65
1102 91 100
1103 100 100
1104 88 78
1105 100 100
1106 91 100
1107 100 100
1108 22 31
1109 100 100
1110 50 100
1111 100 100
1112 51 100
1113 100 100
1114 91 100
1115 90 100
1116 100 100
1117 92 100
1118 92 100
1119 100 100
1120 100 100
1121 91 100
1122 0 0
1123 100 100
1124 71 100
1125 99 100
1126 100 100
1127 100 100
1128 93 100
1129 100 100
1130 100 100
1131 100 100
1132 100 100
1133 71 100
1134 85 100
1135 90 100
1136 99 100
1137 100 100
1138 85 100
1139 100 100
1140 61 100
1141 70 100
1142 NA NA
1143 42 54
1144 78 100
1145 10 12
1146 94 94
1147 91 100
1148 51 3
1149 83 100
1150 90 10
1151 100 100
1152 100 100
1153 100 100
1154 100 100
1155 90 100
1156 100 100
1157 81 0
1158 92 100
1159 90 100
1160 96 100
1161 92 93
1162 100 100
1163 97 100
1164 88 100
1165 100 100
1166 92 100
1167 80 100
1168 79 100
1169 92 100
1170 100 100
1171 100 100
1172 100 100
1173 100 100
1174 26 100
1175 93 100
1176 100 100
1177 90 100
1178 100 100
1179 100 100
1180 100 100
1181 99 99
1182 83 0
1183 100 100
1184 93 100
1185 70 100
1186 NA NA
1187 92 100
1188 100 100
1189 100 100
1190 100 0
1191 90 100
1192 NA NA
1193 91 100
1194 NA NA
1195 98 100
1196 73 100
1197 57 100
1198 84 100
1199 100 0
1200 69 99
1201 NA NA
1202 93 100
1203 98 100
1204 100 100
1205 100 100
1206 93 100
1207 100 100
1208 100 100
1209 80 99
1210 100 100
1211 3 100
1212 100 100
1213 100 100
1214 100 12
1215 91 100
1216 95 99
1217 88 89
1218 NA NA
1219 100 100
1220 100 100
1221 100 100
1222 51 100
1223 100 100
1224 82 100
1225 97 100
1226 100 100
1227 98 100
1228 95 100
1229 100 100
1230 42 53
1231 81 100
1232 100 100
1233 91 64
1234 91 100
1235 100 100
1236 98 100
1237 92 100
1238 100 100
1239 81 100
1240 100 0
1241 99 100
1242 100 100
1243 100 89
1244 100 100
1245 50 51
1246 97 100
1247 99 97
1248 81 100
1249 100 100
SelfReported_Behavio_3 SelfReported_Behavio_4
1 82 74
2 8 1
3 NA NA
4 28 31
5 45 51
6 1 1
7 43 41
8 75 65
9 39 28
10 77 64
11 81 20
12 93 96
13 63 94
14 7 6
15 95 100
16 97 100
17 NA NA
18 90 96
19 7 9
20 18 7
21 46 44
22 29 27
23 31 53
24 5 4
25 NA NA
26 45 39
27 59 31
28 99 99
29 31 27
30 100 100
31 84 100
32 66 45
33 100 100
34 90 71
35 91 91
36 48 49
37 100 94
38 100 100
39 100 100
40 NA NA
41 100 100
42 100 100
43 100 100
44 100 100
45 100 81
46 100 100
47 100 100
48 100 100
49 100 100
50 100 100
51 100 92
52 100 100
53 100 100
54 100 100
55 82 77
56 100 94
57 100 100
58 93 92
59 100 100
60 100 100
61 100 63
62 90 66
63 100 100
64 100 91
65 84 68
66 100 84
67 67 40
68 100 100
69 40 50
70 100 100
71 88 83
72 100 100
73 100 100
74 90 84
75 88 83
76 84 81
77 100 100
78 82 43
79 NA NA
80 100 93
81 59 69
82 100 52
83 100 100
84 100 100
85 76 16
86 100 90
87 100 88
88 100 100
89 NA NA
90 NA NA
91 89 96
92 5 40
93 91 0
94 100 100
95 90 56
96 94 91
97 100 100
98 63 93
99 100 100
100 100 100
101 100 60
102 67 61
103 98 100
104 99 100
105 100 100
106 95 81
107 78 48
108 100 100
109 100 100
110 100 100
111 NA NA
112 95 96
113 80 70
114 72 82
115 52 50
116 100 95
117 100 97
118 78 80
119 100 100
120 100 100
121 64 69
122 81 80
123 100 96
124 100 71
125 100 100
126 100 100
127 91 83
128 100 81
129 100 100
130 100 100
131 90 100
132 100 30
133 99 96
134 100 100
135 100 86
136 40 0
137 100 100
138 100 100
139 79 80
140 99 99
141 100 100
142 79 76
143 100 19
144 77 67
145 100 30
146 100 86
147 90 70
148 100 100
149 100 90
150 95 100
151 46 46
152 91 88
153 84 84
154 NA NA
155 100 92
156 100 100
157 100 100
158 98 65
159 100 100
160 80 76
161 78 89
162 100 100
163 60 57
164 100 100
165 74 71
166 100 100
167 100 100
168 100 93
169 100 70
170 100 100
171 90 94
172 96 80
173 96 99
174 81 100
175 84 100
176 60 86
177 87 86
178 100 80
179 66 46
180 100 99
181 100 93
182 74 100
183 100 87
184 100 100
185 91 100
186 69 46
187 100 85
188 100 91
189 100 100
190 100 100
191 73 50
192 100 100
193 81 100
194 100 58
195 100 100
196 54 54
197 94 98
198 100 100
199 100 100
200 48 75
201 52 40
202 59 70
203 85 67
204 100 100
205 100 38
206 100 86
207 2 2
208 100 80
209 94 100
210 NA NA
211 82 58
212 87 5
213 94 90
214 84 75
215 80 40
216 100 79
217 50 100
218 100 100
219 100 100
220 100 100
221 100 91
222 85 100
223 100 100
224 100 87
225 100 100
226 80 80
227 100 79
228 100 100
229 98 74
230 100 99
231 100 100
232 100 100
233 100 90
234 81 92
235 100 100
236 74 88
237 95 97
238 100 73
239 100 100
240 100 80
241 100 100
242 100 100
243 100 100
244 17 44
245 83 77
246 100 100
247 100 87
248 77 36
249 0 0
250 70 17
251 97 98
252 100 77
253 86 92
254 100 100
255 100 100
256 52 99
257 59 57
258 100 100
259 100 90
260 80 65
261 100 70
262 100 100
263 72 59
264 100 100
265 100 90
266 100 89
267 90 91
268 86 88
269 98 100
270 84 100
271 NA NA
272 100 93
273 100 78
274 82 83
275 50 80
276 NA NA
277 100 65
278 100 100
279 100 96
280 83 84
281 81 56
282 100 100
283 73 44
284 NA NA
285 100 93
286 100 100
287 68 57
288 74 98
289 NA NA
290 100 100
291 100 99
292 53 94
293 55 66
294 100 100
295 70 70
296 100 91
297 100 98
298 76 83
299 100 100
300 100 100
301 100 97
302 49 100
303 100 80
304 94 94
305 100 100
306 NA NA
307 100 100
308 100 100
309 41 43
310 81 70
311 84 61
312 99 100
313 100 100
314 90 100
315 100 100
316 88 32
317 100 82
318 100 70
319 100 100
320 100 100
321 100 100
322 100 100
323 82 81
324 80 65
325 100 100
326 100 83
327 50 100
328 100 100
329 100 100
330 90 90
331 100 100
332 94 2
333 100 100
334 NA NA
335 100 100
336 100 100
337 61 51
338 100 100
339 81 30
340 100 100
341 50 51
342 100 100
343 78 75
344 100 100
345 100 100
346 69 48
347 57 68
348 95 95
349 100 90
350 60 60
351 70 78
352 7 92
353 100 100
354 100 100
355 86 88
356 100 100
357 95 98
358 100 100
359 100 100
360 100 100
361 4 2
362 96 93
363 87 55
364 100 100
365 100 100
366 56 42
367 100 100
368 81 75
369 95 100
370 80 30
371 73 48
372 100 55
373 100 79
374 100 90
375 85 100
376 NA NA
377 56 65
378 100 100
379 NA NA
380 88 98
381 100 100
382 100 100
383 65 83
384 100 90
385 93 89
386 58 75
387 100 100
388 100 100
389 93 59
390 82 31
391 100 100
392 100 100
393 49 58
394 100 90
395 100 92
396 100 65
397 99 99
398 99 68
399 100 80
400 100 100
401 100 100
402 100 100
403 96 97
404 100 100
405 100 100
406 80 99
407 85 94
408 51 100
409 100 100
410 98 99
411 96 98
412 100 100
413 100 100
414 100 61
415 73 84
416 91 98
417 100 100
418 95 97
419 100 61
420 100 100
421 100 100
422 NA NA
423 67 59
424 100 100
425 100 100
426 100 78
427 100 87
428 100 100
429 63 54
430 68 61
431 95 98
432 84 83
433 54 83
434 100 100
435 100 100
436 100 81
437 100 100
438 89 90
439 100 66
440 100 70
441 100 87
442 93 100
443 0 0
444 100 100
445 82 58
446 100 89
447 100 100
448 68 100
449 31 23
450 88 75
451 NA NA
452 95 87
453 82 91
454 47 52
455 100 100
456 83 86
457 100 100
458 81 81
459 90 100
460 76 73
461 50 100
462 100 100
463 100 100
464 89 86
465 NA NA
466 73 74
467 100 100
468 100 100
469 85 56
470 100 100
471 72 25
472 100 50
473 87 68
474 100 100
475 93 22
476 96 100
477 91 77
478 89 47
479 100 100
480 100 94
481 100 95
482 100 100
483 93 100
484 100 100
485 98 96
486 100 100
487 61 49
488 28 90
489 100 100
490 75 51
491 88 95
492 100 90
493 67 75
494 100 100
495 100 100
496 100 100
497 100 100
498 91 56
499 100 100
500 100 100
501 100 99
502 62 92
503 100 100
504 100 100
505 98 100
506 100 100
507 0 100
508 100 83
509 81 61
510 96 88
511 66 100
512 100 53
513 100 100
514 100 100
515 100 100
516 100 100
517 85 100
518 100 76
519 90 80
520 100 100
521 0 1
522 96 97
523 100 100
524 12 73
525 89 81
526 70 100
527 100 71
528 92 100
529 50 56
530 100 100
531 96 77
532 79 76
533 100 100
534 90 100
535 0 0
536 100 81
537 100 90
538 100 4
539 100 93
540 100 93
541 100 76
542 100 100
543 100 100
544 63 83
545 100 60
546 51 52
547 100 100
548 99 96
549 71 3
550 100 100
551 100 100
552 100 100
553 100 100
554 6 95
555 74 56
556 100 89
557 100 87
558 97 96
559 83 85
560 100 100
561 3 10
562 100 76
563 100 97
564 50 88
565 5 78
566 100 100
567 88 94
568 87 83
569 0 100
570 100 100
571 89 88
572 100 99
573 99 97
574 100 100
575 100 100
576 86 90
577 76 100
578 100 100
579 100 100
580 20 100
581 99 92
582 100 100
583 70 100
584 100 68
585 56 24
586 100 86
587 82 81
588 72 6
589 100 100
590 100 67
591 86 88
592 100 52
593 52 30
594 50 30
595 80 90
596 100 100
597 100 95
598 100 97
599 100 100
600 100 100
601 100 100
602 90 88
603 100 100
604 73 76
605 100 100
606 80 61
607 98 100
608 98 100
609 100 94
610 99 100
611 100 100
612 40 47
613 73 75
614 80 67
615 100 100
616 100 83
617 63 48
618 100 82
619 100 100
620 58 100
621 100 94
622 2 5
623 19 83
624 100 90
625 81 93
626 100 100
627 80 100
628 100 100
629 100 100
630 95 100
631 90 100
632 94 92
633 88 78
634 90 94
635 99 100
636 100 50
637 100 86
638 81 70
639 100 96
640 84 69
641 98 100
642 100 100
643 4 57
644 56 66
645 100 100
646 100 100
647 61 4
648 100 100
649 100 100
650 62 63
651 93 90
652 100 60
653 100 100
654 100 99
655 100 90
656 0 100
657 42 51
658 85 95
659 9 100
660 100 100
661 100 98
662 100 72
663 100 100
664 58 62
665 100 100
666 79 88
667 100 100
668 80 72
669 100 100
670 100 90
671 60 70
672 97 62
673 79 88
674 100 100
675 100 92
676 100 100
677 100 100
678 100 90
679 100 100
680 100 93
681 100 100
682 100 100
683 NA NA
684 82 78
685 100 100
686 100 100
687 100 100
688 69 49
689 91 100
690 84 87
691 100 55
692 59 90
693 57 100
694 90 50
695 90 100
696 100 100
697 100 100
698 94 98
699 100 60
700 100 100
701 88 92
702 39 34
703 100 83
704 88 100
705 100 100
706 100 100
707 91 82
708 100 0
709 100 98
710 100 93
711 NA NA
712 NA NA
713 100 93
714 100 100
715 81 82
716 70 84
717 100 100
718 100 100
719 60 75
720 100 99
721 92 100
722 10 100
723 98 98
724 100 100
725 100 100
726 100 100
727 100 100
728 100 90
729 100 100
730 100 90
731 100 54
732 43 71
733 100 85
734 85 73
735 100 100
736 91 87
737 100 100
738 85 85
739 70 49
740 97 83
741 50 100
742 41 2
743 100 100
744 85 78
745 52 81
746 86 67
747 100 100
748 100 100
749 99 100
750 89 84
751 100 100
752 56 62
753 100 63
754 70 82
755 90 90
756 100 100
757 81 82
758 99 100
759 50 25
760 100 100
761 100 100
762 100 26
763 87 82
764 98 98
765 100 30
766 100 100
767 55 70
768 81 60
769 100 90
770 100 100
771 100 100
772 39 39
773 100 87
774 100 100
775 94 91
776 98 100
777 100 100
778 72 36
779 100 100
780 100 100
781 100 100
782 100 43
783 96 98
784 100 100
785 100 100
786 19 20
787 91 100
788 100 98
789 20 75
790 100 100
791 100 100
792 85 80
793 100 100
794 100 100
795 80 50
796 68 83
797 70 51
798 100 73
799 64 73
800 100 6
801 0 54
802 74 53
803 52 50
804 35 84
805 23 11
806 90 93
807 100 100
808 93 77
809 100 100
810 100 100
811 85 100
812 100 100
813 100 100
814 100 100
815 100 100
816 100 98
817 99 70
818 100 100
819 100 100
820 100 100
821 99 100
822 100 100
823 100 100
824 100 100
825 100 94
826 90 70
827 100 100
828 100 100
829 100 100
830 100 100
831 95 95
832 100 57
833 81 95
834 100 97
835 75 62
836 100 100
837 100 100
838 20 100
839 34 65
840 100 83
841 95 99
842 100 90
843 100 100
844 96 73
845 100 84
846 100 91
847 100 89
848 91 62
849 100 100
850 99 96
851 100 100
852 64 51
853 80 90
854 59 42
855 51 100
856 93 92
857 100 100
858 100 100
859 87 77
860 62 63
861 97 98
862 100 98
863 NA NA
864 100 100
865 100 100
866 100 80
867 100 100
868 100 76
869 14 13
870 92 100
871 100 100
872 83 100
873 100 100
874 100 100
875 100 100
876 94 100
877 85 90
878 100 84
879 100 100
880 100 100
881 92 82
882 14 100
883 75 100
884 54 80
885 100 91
886 58 26
887 100 60
888 48 100
889 82 84
890 62 85
891 100 100
892 39 100
893 100 100
894 100 48
895 100 100
896 100 100
897 100 100
898 82 83
899 71 45
900 90 92
901 100 100
902 100 100
903 87 100
904 71 71
905 74 79
906 100 84
907 85 58
908 100 80
909 100 100
910 81 91
911 92 82
912 93 61
913 100 100
914 51 66
915 100 100
916 0 0
917 76 94
918 100 100
919 100 86
920 50 0
921 100 100
922 91 100
923 100 100
924 57 54
925 100 100
926 68 58
927 88 100
928 99 99
929 100 100
930 85 100
931 27 39
932 99 98
933 100 100
934 100 93
935 78 73
936 100 91
937 100 100
938 100 100
939 100 100
940 76 70
941 94 95
942 100 100
943 100 99
944 100 100
945 100 100
946 100 100
947 70 83
948 96 91
949 90 93
950 52 91
951 64 93
952 100 100
953 98 98
954 90 65
955 91 71
956 100 85
957 88 100
958 100 76
959 100 100
960 48 49
961 86 87
962 NA NA
963 100 63
964 100 66
965 100 100
966 100 100
967 63 29
968 100 100
969 90 100
970 100 100
971 71 76
972 100 78
973 100 100
974 100 100
975 73 100
976 73 88
977 100 100
978 100 100
979 92 91
980 100 100
981 100 100
982 100 100
983 88 69
984 58 86
985 100 90
986 99 64
987 100 100
988 72 87
989 62 53
990 86 86
991 40 37
992 85 80
993 96 97
994 80 81
995 83 83
996 98 98
997 94 70
998 97 98
999 100 100
1000 62 67
1001 100 100
1002 100 100
1003 62 70
1004 100 100
1005 100 49
1006 70 60
1007 51 43
1008 87 86
1009 82 100
1010 100 90
1011 NA NA
1012 100 100
1013 100 80
1014 100 85
1015 88 84
1016 NA NA
1017 75 81
1018 50 100
1019 100 100
1020 100 78
1021 100 89
1022 100 100
1023 100 83
1024 100 69
1025 50 100
1026 100 100
1027 100 70
1028 100 100
1029 50 70
1030 51 80
1031 100 100
1032 91 77
1033 91 89
1034 100 97
1035 100 100
1036 100 100
1037 100 94
1038 79 89
1039 98 96
1040 100 100
1041 78 83
1042 96 98
1043 100 81
1044 100 79
1045 91 89
1046 100 100
1047 80 81
1048 100 83
1049 100 99
1050 100 100
1051 100 100
1052 100 100
1053 50 90
1054 88 42
1055 100 100
1056 100 100
1057 81 75
1058 46 98
1059 100 80
1060 100 100
1061 70 100
1062 100 100
1063 54 79
1064 100 100
1065 99 87
1066 0 61
1067 100 63
1068 83 73
1069 100 100
1070 100 100
1071 100 100
1072 100 100
1073 NA NA
1074 100 100
1075 68 41
1076 100 100
1077 NA NA
1078 99 87
1079 100 100
1080 100 100
1081 95 93
1082 100 71
1083 79 100
1084 100 100
1085 100 92
1086 83 100
1087 100 100
1088 100 100
1089 100 100
1090 73 100
1091 100 100
1092 100 100
1093 87 81
1094 100 100
1095 NA NA
1096 31 91
1097 100 81
1098 100 100
1099 100 92
1100 92 77
1101 64 69
1102 84 83
1103 50 71
1104 84 84
1105 100 100
1106 51 100
1107 100 100
1108 39 25
1109 100 100
1110 29 13
1111 100 68
1112 50 85
1113 93 73
1114 100 100
1115 18 100
1116 100 100
1117 93 100
1118 100 100
1119 100 81
1120 64 100
1121 100 100
1122 100 0
1123 100 100
1124 100 82
1125 75 75
1126 100 100
1127 100 100
1128 100 95
1129 100 97
1130 100 100
1131 58 58
1132 100 100
1133 100 100
1134 100 90
1135 100 100
1136 100 100
1137 100 69
1138 100 79
1139 100 90
1140 100 90
1141 86 65
1142 NA NA
1143 47 47
1144 100 76
1145 32 28
1146 93 82
1147 100 100
1148 73 75
1149 100 100
1150 51 100
1151 100 100
1152 100 100
1153 89 41
1154 82 99
1155 85 90
1156 100 100
1157 53 99
1158 100 100
1159 100 50
1160 100 70
1161 60 65
1162 85 92
1163 62 32
1164 73 57
1165 100 88
1166 100 100
1167 89 100
1168 100 100
1169 100 100
1170 100 100
1171 50 50
1172 100 68
1173 98 93
1174 74 93
1175 100 100
1176 100 100
1177 0 54
1178 95 100
1179 100 100
1180 100 100
1181 100 100
1182 100 100
1183 90 74
1184 100 92
1185 100 94
1186 NA NA
1187 100 100
1188 100 100
1189 100 99
1190 100 100
1191 88 75
1192 NA NA
1193 100 82
1194 NA NA
1195 89 100
1196 86 99
1197 100 96
1198 82 93
1199 72 100
1200 100 71
1201 NA NA
1202 100 99
1203 100 100
1204 100 49
1205 100 41
1206 100 94
1207 50 74
1208 93 31
1209 100 100
1210 100 100
1211 100 90
1212 99 100
1213 100 100
1214 100 100
1215 49 90
1216 100 100
1217 92 91
1218 NA NA
1219 100 100
1220 100 100
1221 100 100
1222 100 55
1223 85 100
1224 68 69
1225 100 97
1226 100 100
1227 100 100
1228 78 100
1229 60 50
1230 35 46
1231 100 86
1232 100 99
1233 63 64
1234 91 92
1235 81 82
1236 100 98
1237 100 93
1238 71 70
1239 60 70
1240 95 100
1241 100 100
1242 79 100
1243 85 79
1244 100 100
1245 52 51
1246 100 100
1247 96 87
1248 90 81
1249 100 100
SelfReported_Behavio_5
1 55
2 1
3 NA
4 47
5 67
6 1
7 44
8 62
9 21
10 52
11 100
12 98
13 40
14 6
15 100
16 93
17 NA
18 92
19 11
20 13
21 43
22 29
23 100
24 6
25 NA
26 57
27 65
28 98
29 41
30 100
31 99
32 39
33 100
34 100
35 100
36 48
37 93
38 100
39 100
40 NA
41 100
42 100
43 100
44 100
45 100
46 91
47 100
48 83
49 100
50 100
51 98
52 100
53 100
54 100
55 82
56 100
57 100
58 93
59 100
60 100
61 100
62 83
63 100
64 100
65 80
66 100
67 58
68 99
69 100
70 100
71 97
72 100
73 100
74 100
75 86
76 100
77 100
78 100
79 NA
80 100
81 45
82 100
83 100
84 100
85 100
86 100
87 100
88 100
89 NA
90 NA
91 100
92 65
93 100
94 100
95 100
96 100
97 100
98 90
99 100
100 100
101 100
102 100
103 98
104 99
105 97
106 100
107 100
108 100
109 100
110 100
111 NA
112 100
113 100
114 100
115 53
116 100
117 99
118 80
119 100
120 100
121 71
122 100
123 100
124 100
125 100
126 100
127 100
128 100
129 100
130 37
131 90
132 100
133 100
134 100
135 100
136 100
137 100
138 100
139 80
140 100
141 100
142 100
143 100
144 77
145 100
146 100
147 100
148 100
149 100
150 100
151 100
152 100
153 85
154 NA
155 100
156 100
157 100
158 100
159 100
160 100
161 93
162 92
163 53
164 100
165 70
166 100
167 100
168 100
169 100
170 100
171 100
172 100
173 97
174 100
175 97
176 71
177 100
178 100
179 53
180 100
181 100
182 79
183 100
184 100
185 100
186 63
187 100
188 100
189 100
190 100
191 77
192 100
193 100
194 100
195 100
196 88
197 100
198 100
199 100
200 32
201 76
202 64
203 96
204 100
205 100
206 100
207 2
208 100
209 100
210 NA
211 100
212 100
213 94
214 100
215 100
216 100
217 100
218 100
219 100
220 100
221 100
222 100
223 100
224 55
225 100
226 80
227 100
228 100
229 100
230 99
231 100
232 100
233 100
234 100
235 100
236 78
237 100
238 100
239 100
240 100
241 100
242 100
243 100
244 99
245 86
246 100
247 100
248 100
249 0
250 88
251 86
252 100
253 90
254 100
255 100
256 100
257 91
258 100
259 100
260 100
261 100
262 100
263 100
264 100
265 100
266 100
267 100
268 96
269 100
270 100
271 NA
272 100
273 100
274 89
275 100
276 NA
277 31
278 100
279 96
280 100
281 68
282 100
283 78
284 NA
285 100
286 100
287 100
288 100
289 NA
290 100
291 97
292 66
293 78
294 100
295 100
296 100
297 100
298 86
299 99
300 50
301 92
302 100
303 100
304 100
305 100
306 NA
307 100
308 100
309 100
310 100
311 100
312 100
313 100
314 100
315 100
316 96
317 83
318 65
319 100
320 100
321 100
322 100
323 75
324 74
325 100
326 100
327 100
328 100
329 100
330 90
331 100
332 99
333 100
334 NA
335 100
336 100
337 100
338 100
339 65
340 100
341 41
342 100
343 56
344 0
345 100
346 85
347 90
348 100
349 100
350 70
351 100
352 100
353 100
354 100
355 96
356 100
357 99
358 100
359 100
360 100
361 2
362 94
363 88
364 100
365 100
366 20
367 100
368 100
369 100
370 100
371 100
372 100
373 100
374 100
375 100
376 NA
377 57
378 100
379 NA
380 100
381 100
382 100
383 100
384 100
385 90
386 79
387 100
388 100
389 68
390 93
391 100
392 100
393 100
394 100
395 100
396 50
397 100
398 99
399 100
400 100
401 100
402 100
403 100
404 100
405 100
406 100
407 100
408 100
409 100
410 100
411 97
412 100
413 100
414 100
415 100
416 100
417 100
418 100
419 100
420 100
421 100
422 NA
423 69
424 100
425 100
426 100
427 100
428 100
429 57
430 100
431 100
432 83
433 100
434 100
435 100
436 96
437 100
438 88
439 89
440 79
441 99
442 100
443 0
444 100
445 86
446 100
447 100
448 99
449 27
450 100
451 NA
452 100
453 100
454 57
455 100
456 69
457 100
458 77
459 100
460 99
461 100
462 100
463 100
464 97
465 NA
466 75
467 100
468 100
469 87
470 100
471 100
472 100
473 100
474 100
475 14
476 100
477 93
478 72
479 100
480 100
481 100
482 100
483 100
484 100
485 95
486 100
487 75
488 100
489 100
490 100
491 96
492 100
493 100
494 98
495 100
496 100
497 100
498 83
499 100
500 100
501 100
502 85
503 100
504 100
505 100
506 100
507 100
508 100
509 82
510 100
511 100
512 100
513 100
514 100
515 100
516 100
517 100
518 98
519 100
520 100
521 0
522 100
523 100
524 68
525 100
526 100
527 100
528 100
529 100
530 100
531 100
532 96
533 100
534 100
535 100
536 99
537 83
538 100
539 100
540 100
541 100
542 100
543 100
544 97
545 100
546 42
547 100
548 96
549 100
550 100
551 100
552 100
553 100
554 94
555 100
556 99
557 100
558 100
559 98
560 100
561 99
562 100
563 62
564 100
565 57
566 95
567 100
568 97
569 100
570 100
571 100
572 100
573 99
574 100
575 100
576 92
577 100
578 100
579 100
580 100
581 100
582 100
583 100
584 100
585 50
586 100
587 100
588 94
589 100
590 100
591 100
592 100
593 100
594 100
595 100
596 100
597 100
598 100
599 100
600 98
601 100
602 100
603 100
604 86
605 100
606 100
607 100
608 98
609 52
610 100
611 100
612 75
613 93
614 93
615 100
616 87
617 32
618 100
619 100
620 49
621 100
622 6
623 100
624 100
625 100
626 100
627 100
628 100
629 100
630 100
631 100
632 100
633 100
634 95
635 100
636 100
637 94
638 100
639 98
640 100
641 100
642 100
643 85
644 51
645 100
646 100
647 75
648 100
649 100
650 63
651 91
652 100
653 100
654 89
655 100
656 100
657 15
658 100
659 100
660 100
661 99
662 100
663 100
664 74
665 100
666 71
667 100
668 100
669 100
670 100
671 95
672 79
673 100
674 100
675 100
676 100
677 100
678 100
679 100
680 100
681 100
682 100
683 NA
684 70
685 100
686 100
687 100
688 100
689 97
690 89
691 50
692 100
693 100
694 100
695 96
696 85
697 100
698 100
699 100
700 100
701 100
702 42
703 100
704 100
705 100
706 98
707 100
708 100
709 100
710 100
711 NA
712 NA
713 100
714 100
715 81
716 61
717 100
718 100
719 100
720 99
721 100
722 100
723 100
724 100
725 100
726 100
727 100
728 100
729 100
730 100
731 100
732 94
733 90
734 100
735 100
736 100
737 100
738 90
739 100
740 99
741 100
742 100
743 100
744 68
745 68
746 100
747 100
748 100
749 100
750 93
751 100
752 62
753 100
754 88
755 90
756 100
757 81
758 100
759 100
760 100
761 100
762 100
763 84
764 100
765 100
766 100
767 78
768 72
769 100
770 100
771 100
772 51
773 100
774 100
775 85
776 100
777 100
778 73
779 100
780 100
781 100
782 100
783 93
784 100
785 99
786 19
787 100
788 100
789 100
790 100
791 100
792 100
793 100
794 99
795 81
796 99
797 100
798 100
799 73
800 100
801 100
802 100
803 100
804 100
805 15
806 100
807 100
808 96
809 100
810 100
811 100
812 100
813 100
814 100
815 100
816 100
817 100
818 100
819 100
820 100
821 100
822 100
823 100
824 100
825 100
826 100
827 100
828 100
829 100
830 100
831 95
832 99
833 100
834 98
835 100
836 100
837 100
838 100
839 73
840 100
841 100
842 100
843 100
844 94
845 92
846 100
847 100
848 83
849 100
850 96
851 100
852 60
853 100
854 43
855 100
856 91
857 100
858 100
859 77
860 92
861 100
862 100
863 NA
864 100
865 100
866 100
867 100
868 100
869 100
870 52
871 100
872 99
873 100
874 100
875 100
876 87
877 100
878 100
879 100
880 100
881 83
882 53
883 100
884 100
885 100
886 100
887 100
888 100
889 100
890 100
891 100
892 100
893 100
894 100
895 100
896 100
897 100
898 100
899 100
900 98
901 100
902 100
903 100
904 100
905 86
906 100
907 100
908 100
909 100
910 100
911 100
912 100
913 100
914 100
915 100
916 1
917 95
918 100
919 100
920 100
921 100
922 99
923 100
924 95
925 100
926 48
927 100
928 100
929 100
930 100
931 50
932 47
933 100
934 100
935 100
936 75
937 100
938 100
939 100
940 74
941 92
942 100
943 100
944 100
945 100
946 100
947 78
948 95
949 100
950 100
951 100
952 100
953 99
954 65
955 92
956 100
957 95
958 100
959 100
960 76
961 100
962 NA
963 100
964 100
965 100
966 90
967 100
968 100
969 100
970 100
971 74
972 100
973 100
974 100
975 100
976 100
977 100
978 99
979 100
980 100
981 100
982 100
983 99
984 56
985 100
986 76
987 100
988 100
989 90
990 100
991 35
992 100
993 82
994 100
995 100
996 98
997 100
998 96
999 100
1000 100
1001 100
1002 100
1003 88
1004 100
1005 100
1006 100
1007 66
1008 83
1009 100
1010 100
1011 NA
1012 100
1013 100
1014 100
1015 80
1016 NA
1017 100
1018 100
1019 100
1020 100
1021 100
1022 100
1023 100
1024 100
1025 100
1026 100
1027 100
1028 100
1029 100
1030 100
1031 100
1032 100
1033 93
1034 100
1035 100
1036 100
1037 97
1038 90
1039 100
1040 100
1041 85
1042 97
1043 100
1044 86
1045 93
1046 100
1047 100
1048 100
1049 100
1050 99
1051 100
1052 100
1053 100
1054 88
1055 100
1056 100
1057 83
1058 100
1059 100
1060 100
1061 100
1062 100
1063 50
1064 100
1065 100
1066 100
1067 100
1068 57
1069 100
1070 100
1071 100
1072 100
1073 NA
1074 100
1075 99
1076 100
1077 NA
1078 100
1079 100
1080 100
1081 95
1082 100
1083 100
1084 100
1085 100
1086 100
1087 100
1088 100
1089 100
1090 100
1091 100
1092 100
1093 84
1094 100
1095 NA
1096 81
1097 100
1098 100
1099 93
1100 92
1101 72
1102 100
1103 100
1104 77
1105 100
1106 100
1107 100
1108 27
1109 100
1110 100
1111 100
1112 100
1113 100
1114 83
1115 100
1116 100
1117 100
1118 100
1119 100
1120 100
1121 100
1122 100
1123 100
1124 97
1125 74
1126 100
1127 100
1128 100
1129 100
1130 100
1131 80
1132 100
1133 100
1134 100
1135 100
1136 100
1137 100
1138 100
1139 100
1140 100
1141 76
1142 NA
1143 52
1144 100
1145 34
1146 92
1147 98
1148 51
1149 100
1150 100
1151 100
1152 100
1153 100
1154 100
1155 100
1156 100
1157 100
1158 100
1159 100
1160 100
1161 100
1162 100
1163 100
1164 71
1165 100
1166 100
1167 100
1168 100
1169 100
1170 100
1171 100
1172 100
1173 100
1174 100
1175 100
1176 100
1177 100
1178 100
1179 100
1180 100
1181 97
1182 100
1183 100
1184 100
1185 100
1186 NA
1187 100
1188 100
1189 100
1190 100
1191 100
1192 NA
1193 100
1194 NA
1195 91
1196 100
1197 94
1198 100
1199 100
1200 100
1201 NA
1202 80
1203 100
1204 100
1205 100
1206 100
1207 100
1208 100
1209 100
1210 96
1211 99
1212 100
1213 100
1214 100
1215 100
1216 100
1217 94
1218 NA
1219 100
1220 100
1221 100
1222 95
1223 100
1224 80
1225 100
1226 100
1227 100
1228 100
1229 100
1230 32
1231 100
1232 99
1233 73
1234 100
1235 100
1236 100
1237 100
1238 100
1239 100
1240 100
1241 100
1242 100
1243 100
1244 100
1245 50
1246 100
1247 95
1248 100
1249 100
Reflection
1
2
3
4
5
6
7 lsd
8 Hjj
9
10 Ghj
11 Mi fa pensare che dovrei rimanere a casa. Mi fa sentire un po’ manipolata, ma il messaggio dice pur sempre la veritÃ
12
13
14 Mi fa sentire impaurito
15
16 yuiuiuyuiyui
17
18 x
19
20
21 sdf
22
23
24
25
26
27
28 preoccupato
29
30
31 è molto importante rispettare tutte le indicazioni fornite dalle autorità competenti. solo in questo modo possiamo sconfiggere l'aumento di contagi nel nostro paese. Sono ancora preoccupato spero che il picco stia per finire.
32
33
34
35
36 preoccupato
37
38
39 Sono pienamente d'accordo e coloro che escono da casa per motivi non consentiti sono da ritenere criminali e come tali perseguiti
40
41
42 Mi sento responsabile delle vite, ma gli altri, soprattutto se anziani non fanno altrettanto perché sono una generazione ignorante e stupida.
43
44
45
46 Impotente
47 ggdyoknvfuk0
48
49
50 Sono più consapevole del pericolo che lo rappresenta questo virus.
51
52 Credo che quello che sta succedendo farà riflettere sull'importanza della vita.
53
54
55 Resto a casa in ogni caso
56
57
58
59 che bisogna seguire tutte le indicazioni per poter cercare di fermare la diffusione del virus
60
61 L’unico modo che abbiamo per dare il nostro contributo contro il virus, è appunto scegliendo di stare a casa. Per il nostro bene e per quello degli altri
62
63
64 Responsabile per me e per le persone che mi stanno intorno.
65 Stando a casa si tiene lontano il virus
66
67
68 Non ho parole mi preoccupo per il lavoro non per il virus
69 Dovremmo tutti collaborare per il benessere sociale
70
71 mi sembra un ottimo messaggio
72
73
74
75
76
77 Che bisogna pensare piu agli altri\\n\\n
78
79
80
81
82
83 È giustissimo e condivido in pieno
84
85
86
87
88
89
90
91
92
93
94 se soni un tipo responsabile, resto a casa
95
96 Rimarrei a casa certamente per proteggere c'ho mi sta vicino\\n
97 Ho paura
98 è corretta
99
100 GIUSTO
101 Lavorando nel settore sanitario devo fare regolarmente i turni e non vado a trovare i miei parenti
102
103 È corretto questo comportamento
104
105
106
107
108
109 Mi fa sentire male,sono molto preoccupato perchè ho visto tanta superficialità in tanta gente
110
111
112
113
114
115
116
117
118 mi sembra giusto restare a casa
119
120
121 Sono d'accordo
122
123
124 Restando a casa puoi salvare 8 vite
125
126 È meglio restare a casa \\nGli ospedali devono essere più attrezzati\\n
127 Mi fa sentire una persona non libera ma ció è necessario perché sono se collaboriamo tutti insieme riusciremo ad uscire fuori\\n
128
129
130 Mi dispiace..despero fnisca tt il prima possibile\\n
131
132
133
134
135
136
137 Mi fa sentire in ansia,spero che tt si risolva al meglio
138
139
140
141
142
143 Mi fa pensare che ognuno di noi ha la responsabilità della propria saluta e di quella deglia altri
144
145 Il messaggio riassume completamente quello che dobbiamo fare e mi fa stare make vedere persone che non rispettano tutto ciò \\ne
146
147 Bisogna restare a casa permettendo ai medici di lavorare nel miglior modo possibile
148
149
150
151
152
153
154
155
156
157
158 Questo messaggio fa rifletter sull’importanza di restare a casa ed uscire solamente in casi di vera necessità per lavoro, spesa o motivi sanitari seri e certificati. Se tutti facessero la loro parte questa pandemia verrebbe sconfitta più facilmente. Anche se non si hanno problemi di salute e non si è soggetti a rischio bisogna pensare ai più deboli , anziani e a chi ha patologie o è immunodepresso
159 Rimarrei sicuramente a casa per non nuocere a nessuno
160
161
162
163 non so
164
165 io sono sempre a casa da un mese per questo non voglio che la gente muoia.
166
167
168
169 Sono uscita solo per recarmi al lavoro, spesa e farmacia e già sentivo un senso di colpa. Ho cercato di fare il più possibile quello che ci hanno detto. Morire da soli non è umano, si deve stare a casa
170
171
172
173 Andrà tutto bene!
174
175 è il momento di comportarsi in modo inteliggente, tutti a casa
176
177
178 è meglio stare a casa ed evitare il contagio che ammalarsi contagiando chi ci sta intorno
179
180 Giusyo
181
182
183
184 Vivo da solo e sono chiuso in casa da 10 giorni, tranne per 1 ora sabato scorso necessaria per fare la spesa.
185 Sicuramente eviterei il contatto con tutti i parenti specialmente i più anziani \\n
186
187
188
189
190 Ansia
191 Ho deciso infatti di restare a casa non vado più a trovare neanche i miei nonni ho paura per loro
192
193
194 ERAVAMO FELICI E NON LO SAPEVAMO
195
196
197 Sono d'accordo. Ma tutti dovremmo seguire queste indicazioni.
198
199
200 Fgcgbbhvcfcv
201 mi sembra un pò grosso come numero ma mi sto attenendo alle richieste
202 Paura
203 E' una responsabilità dolorosa di cui non voglio prendermi carico. Preferirei non avere contatti con nessuno.
204
205
206
207
208
209 Malissimo. Mi fa stare male ma é giusto rimanere a casa. Perché così non solo salvo la mia vita e quella dei miei parenti ma anche il mio paese
210
211
212
213
214
215 Mi provoca angoscia e tristezza.
216 Male,resto a casa
217 Rabbia nei confronti di chi sottovaluta la situazione
218 Perché rischire di uscire ed essere infettato o infettare a tutti? Meglio stare a casa senza correre nessun pericolo\\nE poi gli ospedali sono tutti pieni \\nPerche mettere a rischio la propria vita
219
220 E' ciò che già penso. Mi sentirei ferocemente motivato ad eseguire l'indicazione.
221
222 è giusto stare a casa
223
224
225 Non voglio infettare nessuno e prendo le precauzioni
226
227 sintetico ed arriva al dunque
228
229
230
231 Stare attind
232
233
234
235
236
237 se tutti rispettiamo le regole il virus scomparirà presto. tutti dobbiamo fare il nostro dovere
238
239
240
241
242
243 bisognia rispettare le misure mese in atto dal governo contro questa emergenza
244
245
246
247 mi sentirei in colpa se ciò accadesse
248
249
250
251
252
253 Disperazione
254
255
256
257
258
259
260
261 Penso sia giusto rimanere a casa, per rispetto proprio e degli altri. Voler uscire a tutti i costi è un comportamento egoista e irresponsabile.
262
263 Si deve stare a casa per se stessi e per la collettivitÃ
264
265 un senso di angoscia e inquietudine, ma anche maggiore responsabilità nei comportamenti, per salvaguardare la mia salute e, soprattutto, quella delle persona a me vicine
266
267
268
269
270
271
272 Per me rimanere a casa è l'unico rimedio al momento possibile per cercare di diminuire il rischio di contagio, lo stato d'animo è come se avessi commesso un reato ma se uno ci riflette lo stare a casa ti fa riscoprire i valori della famiglia
273 Penso che faccia riflettere e se amiamo le persone care seguiamo le regole
274 Credo che sia un dovere morale ed etico rispettare le regole
275 ognuno deve fare la sua parte e adottare le misure di sicurezza se non vogliamo essere contagiati tutti
276
277
278
279 sono d'accordo con le iniziative del governo e auspico che tutti le osservino
280
281
282
283 Male infatti sono sempre dentro casa
284
285
286
287
288 di essere maturo e responsabile
289
290 Un gesto di grande responsabilità e di rispetto nei confronti di tutti. \\nE tutti dobbiamo restare a casa!
291 Tutti dovremo restare a casa e aiutare questo nostro bellissimo paese
292 Socuro
293
294
295
296
297 Ti fa capire che il sacrificio di una persona può fare la differenza e Chi non si comporta in modo responsabile è da considerarsi un delinquente\\n\\n
298
299
300
301
302
303
304 Per la sicurezza nostra e delle altre persone,che siano nostri cari o anche semplici conoscenti,è indispensabile rispettare le regole.
305
306
307
308
309
310
311
312 Siamo responsabili delle nostre scelte, se sono sbagliate possiamo essere causa di tutto ciò che accade...dobbiamo essere meno egoisti e più responsabili stare a casa punto
313 non mi sembra un messaggio particolarmente efficace, i giovani pensano solo per sé
314
315
316
317 vorrei poter uscire molto meno, ma ho già limitato le uscite all'essenziale
318
319
320
321
322
323
324
325 che bisogna essere responsabili e rispettare le regole
326 In uno stato di pandemia
327
328
329
330
331
332 Non saprei
333 Pensando a questo sacrificio che ci e' stato chiesto , credo che tutti noi dobbiamo stare a casa , per evitare che il virus di propaga piuì forte
334
335
336
337 Io resto a casa speriamo che passi in fretta
338
339 L'unico modo per non essere infettati è non contagiare parenti e amici è stare a casa. Solo perché sono giovane non significa che sono immune
340
341 Si
342 Resto a casa
343
344
345
346
347 se
348 Mi sento triste per tutti quelli che rischiano la vita altrui non adottando le misure di sicurezza e prevenzione. Io non ho più i miei nonni ma se li avessi non li avrei mai messo in pericolo! Non capisco come altri possano essere così scellerati.
349
350
351
352
353
354
355 In questo momento bisogna prendere tutte le precauzioni indicate dal,Ministro e assumersi una responsabilità sociale e morale nei confronti di tutti
356 Il comportamento di ogni singolo è fondamentale per evitare il propagare del contagio
357
358
359
360
361
362 è esagerato ma condivido il messaggio
363
364
365
366
367
368
369 Non vedo mia mamma da quasi 4 settimane perché ho paura per la sua salute, preferisco restare a casa
370 Mi rendo confonderla situazione drammatica che viviamo in questo periodo in italia. Rimango chiuso in casa e cerco di fare tutto on line per evitare assembramenti saluti e quant'altro per evitare ogni contatto con altre persone
371
372 Considero Fondamentale rispettare le regole per non diffondere il contagio e salvare più vite possibili. Agisco responsabile.
373 Mi fa sentire tutta la mia responsabilità nella diffusione o non diffusione del virus
374
375
376
377
378 Mi sento molto male pensando a questo. Farò tutto che non accadesse questo.
379
380 Questi giorni mancavano per completare il pesante bagaglio della mia vita.\\nSono fiducioso che quanto prima tutto verrà risolto ma, ho paura per la mia famiglia, per L'Italia. per quello che succederà nel mondo.
381 E' perfettamente giusto e corretto, se tutti rispettassero sarebbe tutto più facile
382 Tutti devono impegnarsi nel loro piccolo per evitare l'aumento dell'epidemia che sta subendo un aumento drammatico di vittime e di nuovi contagi
383
384
385
386
387 non molto al sicuro
388 2000 e 8 come si relazionano?
389
390
391
392 resto a casa
393 2000 persone mi sembra esagerato, ma non sottovaluto la situazione
394 Responsabilizzata
395
396
397
398 spaventoso, ho paura
399
400 Assolutamente vero! Bisogna stare a casa per combattere questo nemico invisibile
401 e guisto stare a casa non solo per altre persone, ma per i nonni
402
403 peno che sia meglio restare a casa ed uscire solo per motivi di lavoro, medici o per fare una spesa abbondante che basta per almeno una settimana. meglio salvare più vite possibili non contagiando le altre persone
404
405
406 Mi fa sentire più responsabile del solito. Credo sia la cosa più giusta da fare adesso.
407 che bisogna stare a casa, il concetto è semplice, ma gli italiani sembrano non capire
408
409
410 Mi convince a restare a casa
411 Avrei preferito essere chiuso in casa completamente consapevole di salvare vite umane. Ci sono persone che dicono mi sono infettato e infetterò gli altri. Perchè l'uomo è sia santo che diavolo?
412
413
414 Se venissi contagiata mi sentirei male x me e x le persone che mi stanno accanto, x questo RESTO A CASA
415
416
417
418 mi fa consolare nel mio sacrifficio
419
420 Mi fa sentire in dovere di essere responsabile sia per me stesso che per i miei familiari. È fondamentale restare a casa e seguire le procedure di sicurezza.
421
422
423 G6gg
424 Sto a casa
425
426
427
428
429
430 devo rispettare ciò che viene consigliato dalla autoriÃ
431
432 Resto a casa
433
434 La vita è energia di positivi affetti, ricordarsi che per amare bisogna amare l'amore: l'altro, altrove e oltre.
435 Rimango a casa per il mio bene e per il bene dei miei cari
436
437
438
439
440 stare a casa
441
442 Scegliamo la vita\\n
443
444
445 La salute viene prima di tutto. Nostra e di chi ci sta intorno. Dobbiamo fare un passo indietro oggi per avanzare domani. Tutti
446
447
448 Di restare a casa
449
450 bisogna essere tutti prudenti e responsabili.\\nSta a noi contribuire a fermare questa pandemia rispettando le regole
451
452
453
454 io sto rispettando il decreto
455
456 Hjkk
457 Responsabile, bisogna rispettare le regole
458
459
460 Mi dà una sensazione vagamente claustrofobica
461
462 Molto importante rimanere A casa per salvaguardare la propria salute e quella degli altri
463 è assolutamente vero, dobbiamo fare tutti di più
464
465
466
467 triste
468 Rimanendo in casa diminuiscono le probabilità di contagio è la scelta migliore ed unica.
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486 mi sembra un messaggio utile ed indispensabile
487
488
489
490 Fa male
491
492
493 E' terribile e non è facile abituarsi a pensare così...
494
495 Voglio vivere.Resto a casa.
496
497 ci credo e farei di tutto per evitare che ciò accada
498
499
500
501 Sono d'accordo. Bisogna restare a casa se vogliamo bene ai nostri familiari e se rispettiamo le persone. Uscire solo per acquistare beni e prima necessità una volta a settimana.
502
503
504
505
506
507 indifferente dato che io sono sempre stato una persona che preferisce stare a casa piuttosto che uscire quindi per me non è cambiato granchè
508 Sto a casa.
509
510
511 Restare a casa e un bene per tutti
512 Sono d’accordo e consapevole della gravità della situazione
513
514 Assolutamente vero. Bisogna preoccuparsi di noi stessi e dei nostri cari soprattutto i più anziani che sono a rischio.
515 SONO D'ACCORDO
516 Credo che l'importante sia rispettare le regole di igiene distanza protezione individuale, tuttavia penso che la paura sia la peggior nemica in questi casi, quindi io non ho paura. Gradirei poter uscire a camminare almeno, qui non è più concesso.
517
518
519
520
521
522 siamo tutti sulla stessa barca
523 Vorrei che tutti capissero l'importanza dei propri comportamenti
524 verità assoluta, vale per tutti!
525
526
527
528
529 Giusto
530
531
532
533
534 Che sono assolutamente d’accordo
535
536
537
538
539
540
541
542 Bisogna stare a casa senza se e senza ma,muoversi soltanto per cose importanti
543 Tutto giusto rimaniamo a casa
544
545 Proteggi chi è più debole\\n
546
547
548
549
550
551
552
553 abbastanza male
554
555
556 Sono consapevole di ciò e mi attengo al decreto emanato da Conte e resto a casa!
557 restiamo a casa
558 Che chi è infettato dal coronavirus può distruggere tante vite umane, senza l'isolamento
559
560 bisogna essere responsabili io resto a casa lontana anche dalle mie figlie, dai miei nipotini, da tutti, faccio la spesa online e aspetto e spero che si risolva al più presto
561
562 incerta
563 Penso sia un dovere di tutti rispettare blentegol\\n\\n\\n\\nPenso sia un dovere di tutti rispettare le regole, salvando così più di una vita. Tutti hanno il diritto alla vita!!\\n\\n
564 Rimanere a casa è quello che si deve fare in questi casi, o comunque evitare il contatto con altre persone il più possibile; è una catena che fa presto ad attivarsi
565 Mi fa sentire responsabile per la vita mia e degli altri.
566
567
568
569 Fiducia e serenitÃ
570
571 Mi sento di considerare il fatto che posso fare la differenza con delle semplici azioni quotidiane come non uscire di casa se non strettamente necessario. \\nInoltre mi fa sentire molto fiero di me stesso poter salvare delle vite e avere un impatto grande su questo grande problema dando il mio contributo
572
573 spero di non dover infettare nessuno, seguo scrupolosamente i consigli delle istituzioni
574
575
576
577
578
579
580 il sacrificio che facciamo vale la pena perchè possiamo evitare che si ammalino persone
581
582
583 Mi fa stare male solo a pensarci\\n
584 La salute è la cosa più importante
585
586 personalmente a priscindere dal contagio, io rimango a casa., per tutelere me stesa, le persone che ame e i cittadini in generale. Io resto a casa, anche se mi pesa moltissimo.
587
588
589
590
591 io resto a casa
592
593 stiamo a casa
594 meglio
595
596 è ciò che bisogna fare ora
597 non so
598
599
600
601 Rimango a casa mia fino a quando non si sa che fare
602 Ovviamente sono al corrente e continuero a prendere le dovute precauzione nel rispetto del prossimo
603
604 giusto deve stare acasa
605 Non esco da quasi un mese non vedo i miei genitori non vedo le mie nonne
606 mi fa pensare che delle piccole accortezze possono salvare tante vite e che dobbiamo essere responsabili non solo per il nostro bene ma altrettanto per il bene dei nostri cari o di chiunque entri in contatto con noi
607
608
609 ok chiamerò il medico di base
610
611
612 dovete restare a casa per 15 giorni
613
614
615
616 fa aumentare in me la vogla di rimanere a casa per un bene superiore e per senso civico
617 Ok
618
619
620
621
622
623
624 Verissimo, ma c'è ancora una porzione di popolazione che non ha capito la gravitÃ
625
626
627
628 concordo pienamente con questo messaggio ,dipende dal comportamento dei cittadini che devono usare buon senso in una situazione cosi delicata
629
630
631
632 è bello stare al sicuro in casa
633
634
635
636
637
638
639
640
641 Mi sprona a continuare a rimanere a casa
642
643
644
645 La rapidità di diffusione del contagio fa capire molto bene a quale tipo di rischio siamo esposti
646 Vorrei poter stare a casa del tutto ma purtroppo lavoro in banca
647
648 Ho un genitore anziano che sto proteggendo con tutte le mie forze.
649
650 Non so
651
652
653
654
655 E' quello che ho fatto per non infettare la mia famiglia
656
657 Non uscire di casa
658
659
660
661 Iorestoa CASA
662
663
664 padrone del destino comune
665
666
667
668
669
670
671 resto a casa!
672 M
673 Riflessione giusto penso che non si tratti di contagiare me stessa ma di contagiare loro ovvero i miei genitori o i miei nonni che gli ultimi due stanno assumendo farmaci che favoriscono l’aggravamento del virus
674 significa avere coscienza ed evitare di contattare chiunque
675 messaggio emozionante,ti fa venire voglia di attivarsi
676
677 Mamma papà mio fratello
678 per me è inquietante avere una notizia del genere, anche se serve a diramare l'importante azione da seguire per ridurre i contagi.
679
680 non ho i nonni ma un genitore anziano che vive con me, non esco e nopn lo faccio uscire per non fargli correre rischi, sono acquisti x alimentari nientaltro
681
682
683
684 mi fa sentire il dovere di essere responsabile per la comunità in cui vivo
685
686
687
688
689
690
691
692
693 Sono cosciente della gravità della situazione, resto a casa.
694
695
696
697
698
699 Restare a casa \\nSempre
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714 Capisco perfettamente tutto quello che sta accadendo, quindi mio malgrado, resto in casa, ma vorrei che questo lo comprenda tutta quella gente che purtroppo continua a uscire, soprattutto i giovani, anche tutti i giorni! Penso che più resteremo a casa,prima ne usciremo!
715
716 Uno schifo\\n
717
718 Stiamo parlando di un virus molto contagioso e poco conosciuto. E' fondamentale cercare di non avere contatti sociali di alcun tipo in questa fase, razionalmente e senza andare in panico.
719
720
721
722
723 Con i veri sintomi e' farsi controllare
724
725
726 Stare tanti giorni a casa non è indubbiamente facile, ma del resto penso che c'è di peggio e che se questo può contribuire a \\fare la mia parte\\" la faccio cercando di non lamentarmi."
727 molto giusto
728
729
730
731
732
733
734
735
736 Sono cosciente del fatto che stando a contatto con le persone, soprattutto se da vicino, si rischi di ampliare il contagio e sto rinunciando ai rapporti diretti con la mia famiglia. Penso che questo piccolissimo \\sacrificio\\" debbano farlo tutti, per il bene della comunità e di se stessi, poiché non è così complesso da attuare. Per la mia famiglia sono più o meno serena, ma in queste situazioni rimango delusa, mi aspetterei maggiore autogestione nelle persone, soprattutto a partire dalle piccole comunità di paese. Faccio difficoltà nel trovare la forza nel miglioramento del mio paese, ma questo, forse, è il motivo stesso che mi spinge a fare sempre meglio nella mia vita."
737 Sono d'accordo e cerco di rimanere a casa il più possibile
738
739
740
741
742
743
744
745 Io penso che deviamo stare tutti a casa per fermare questo contagio da corona virus
746 stiamo esagerando
747 Sono una persona responsabile e non metterei mai a rischio i miei cari
748
749
750
751
752 Ci credo, ma sembra una cosa ancora cosi assurda!! Credo di non aver metabolizzato completamente tutto! Se mi fermo a pensare, ho un pò paura!
753
754
755
756
757
758
759 Se gli anziani, i bambini le persone che hanno delle patologie resano a casa ed io e altri usciamo di casa è meglio, a causa loro si creano dei gravi problemi economici in Italia e nel mondo non uscendo di casa.
760 Così come si propaga in modo esponenziale, attenendoci alle indicazioni di restare in casa, si può ridurre altrettanto in modo esponenziale. La medicina appropriata dovrebbe fare il resto per poterlo debellare definitivamente.
761
762
763 Non contagi se stai a casa
764
765
766
767 si
768
769 sono consapevole della pericolosità del Coronavirus e sono uno dei soggetti a rischio per cui mi sto sforzando, al meglio delle mie capacità , di ottemperare alle raccomandazioni che il governo, e soprattutto i medici ci stanno dando
770
771
772
773
774 vero
775
776 tanta tristeza
777
778
779
780 Stiamo a casa e tutto passera
781 Speriamo che non acada
782
783 Sono d accordo
784
785 assszza cha lalla
786
787
788 Il covid19 non ha gambe,ma usa le nostre. Non portiamolo in giro! Fermiamoci,stiamo a casa !! Sono preoccupata per il mio compagno,che lavora... e per i miei genitori e suoceri,anziani
789 Non potrei mai contagiare cosi' tante persone
790 È un messaggio che mi fa capire la responsabilità dei miei comportamenti in questa fase delicata della vita
791
792
793 Seguire le regole puo' salvare vite.
794 Socialmente responsabile
795
796
797
798
799
800 bene ma il problema sono i luoghi di lavoro dove le restrizioni vengono applicate pensando prima agli interessi delle produzioni
801
802
803
804 ognuno di noi deve sentirsi responsabile pre la cura di se stessi e delle persone che ci circondano, privarsi di una corsa è il minimo per salvaguardare la salute di tante altre persone
805 Giustissimo
806
807
808 Penso che farò di tutto per prendere le migliori precauzioni
809
810
811
812
813 Bisogna avere a maggior \\nragione responsabilitá e seguire le.indicazioni degli esperti
814 bisogna stare a casa
815
816
817 Che la gente è irresponsabile e continua a fregarsene di queste regole
818
819
820
821 Bisogna essere responsabili e rispettare non solo le persone a noi cari ma tutto il resto della èpopolazione per poter sconfiggere questa situzione
822
823 Un grande senso di responsabilitÃ
824
825
826
827
828
829
830
831
832
833 Mi fa sentire responsabile e rimango a casa il più possibile
834
835 si deve seguire le indicazioni del goverso e il ministero della salute
836 Ognuno deve fare la sua parte per uscire da questa crisi
837
838 Già lo faccio.
839
840 Meglio rinunciare a qualche giorno di libertà per salvare molte vite in più.
841
842 Stare a casa salverà la tua vita e quelle delle persone che ami,e quelle che loro amano a loro volta.
843
844
845
846
847
848 è importante restare a casa
849 boh
850 Assolutamente d accordo
851 Non ho il virus fortunatamente
852 mi pare giusto
853 Dobbiamo essere responsabili, rispettosi e seguire le indicazioni date dalle autorità . Solo in questo modo riusciremo ad uscire da questa situazione
854 Devo lavorare
855 mI fa riflettere e spero che tutti rimangono a casa. voglio che quest'incubo finisca al più presto
856 Tutti siamo chiamati a fare la nostra parte e rispettare regole e divieti
857
858 la mia salute vale tanto quanto quella delle persone che mi circondano
859
860
861 Mi fa sentire più consapevole delle conseguenze del virus.
862
863
864 ne sono a conoscenza e mi sentirei in colpa se succedesse qualcosa del genere
865
866
867 Come essere umano e credente, tengo a sottolineare che resto a casa per me e per tutte quelle persone che il tran tran quotidiano mi mette vicino...credo nel massimo rispetto del mio prossimo e come tale la loro vita è importante...più importante della mia..
868 Rimanere a casa può renderci eroi
869
870 che bisogna stare a casa per non infettare altri
871
872
873
874 Mi fa sentire sopraffatta perché ti fa rendere conto di quanto sia potente questo virus ma trovo anche giusto usare dei toni forti perché sembra che le persone non capiscano quale sia l'effettiva situazione.
875
876
877
878
879 penso che la situazione sia preoccupante per questo è importante non uscire di casa per salvaguardare la propria salute e quella degli altri.
880
881 dobbiamo tutti rispettare le regole per noi stessi ma anche per il benessere delle persone intorno a noi
882
883 La situazione è molto grave e complicata, bisogna avere buon senso per sé e per gli altri. State a casa?!!!!
884
885
886
887
888
889 bisogna essere molto consapevoli
890
891 Mi fà sentire veramente male, solo il pensiero che per colpa mia potrei infettare migliaia di persone, mi fa stare male, meglio rimanere a casa
892 so benissimo, ma lavoro
893
894
895
896
897
898
899 Trovo che restare a casa sia la cosa giusta da fare per contenere il virus, prima tutti adempiremo a quest obbligo e prima usciremo dalla pandemia, nonostante non sia facile, specie per tutti coloro che come me senza uscire di casa non hanno possibilità di guardare denaro e hanno più difficoltà essendo giovani e dovendo affrontare lo studio da casa
900 Possiamo fare tutto da casa , e allora stai a casaaaaa
901
902
903
904
905
906 che devo stare attento
907
908
909 Capisco perfettamente il pericolo che può portare un virus così contagioso. Anche se l'isolamento può essere frustrante è l'unico modo per salvaguardare la mia salute e quelli dei miei cari
910
911
912 È importante attenersi alle regole
913 Dobbiamo stare a casa ed aiutarci
914
915
916
917 che la cosa spaventosa di questo virus è proprio la velocità di diffusione. questa cosa mi fa capire quanto è fragile la nostra societÃ
918 basta fare leva sul discorso anziani! bisogna fare leva sul senso civico delle persone e bisogna parlare ale persone rivolgendosi in maniera adeguata spiegando i fatti e la realtà smettendola di parlare per titoli giornalistici e slogan!
919
920
921 #iorestoacasa
922
923 Se vengo contagiato chiederei subito aiuto e starei il più lontano possibile da chi amo per paura di contagiarli
924
925
926
927
928
929 meglio stare in casa per una settimana,ho duo cosi ti riprendi e nn farai del male hai tuoi cari e amici
930 giusto. molte persone ancora non l'hanno capito
931
932
933
934 Sono completamente d'accordo, se non fossi costretta ad andare a lavorare mi chiuderei anch'io a casa
935
936 Io se fossi contaggiato dal virus rimanerei a casa.
937 io mi sento bene ma potrei essere un portatore di virus, dovrebbero fare controlli a tappeto per identificare i probabili portatori di virus.
938 Sicuramente che lo farò
939
940
941
942
943 Responsabile e insieme atterrito dagli sviluppi possibili e dall'impossibilità di poter influire sugli eventi
944
945
946 Rispettare sé stessi e gli altri è il dovere di tutti. Ci fa sentire tranquilli con la nostra coscienza.
947
948 È giusto avere rispetto per sé stessi e per gli altri, se bisogna restare a casa si resta a casa
949
950
951
952
953
954
955
956 tristezza
957
958
959 mi trova completamente d'accordo e per questo motivo rispetto accuratamente le regole imposte.\\n
960
961 Bisogna essere responsabili
962
963
964 Spaventato
965
966 Credo che TUTTI dovrebbero rimanere a casa, uscendo solo per lo stretto necessario e adottando le misure di sicurezza. Solo così si può arginare e risolvere questo enorme problema nel minor tempo possibile.
967
968
969
970
971 Male e molto preoccupata
972
973 Usare la forza contro chi esce
974
975
976 Incentivato a rispettare i decreti per il benessere della collettività e degli affetti
977
978
979
980 Dobbiamo seguire le direttive e rimanere a casa il più possibile per debellare questo virus
981 Se vengo contagiatodal corona virus é scontato che vengano contagiare persone che ci circondano.\\nRestando a casa si può evitare di contagiare altre persone e salvagiardarsi.
982
983
984 È vero. Io resto a casa
985 Stiamo a casa
986 giusto
987
988
989
990 meglio rimanere a casa
991
992
993
994 giusto
995
996 Triste
997
998
999 Dobbiamo restare a casa
1000
1001
1002 Non tutti siano coscienti
1003
1004
1005
1006
1007
1008
1009
1010 Mi rende maggiormente conscio delle responsabilità che ognuno di noi si deve assumere al fine di proteggere se stesso e i propri cari, seguendo le indicazioni delle autoritÃ
1011
1012
1013
1014
1015 mi fa sentire un po' agitata perché i cretini che sottovalutano la questione ed ancora escono come se non ci fosse nulla, ci sono ancora e sono un pericolo per tutti
1016
1017
1018
1019 proteggi te stesso e quindi proteggi i tuoi cari
1020
1021
1022
1023
1024
1025
1026 Mi sento in dovere di osservare la legislazione. Mi sposto solo saltuariamente per la spesa.
1027 Secondo me dovrebbero chiudere tutto per due settimane
1028
1029
1030 Mi convince a stare a casa in modo più deciso
1031
1032
1033
1034
1035
1036
1037 vivo da solo
1038
1039 Penso che sia la soluzione migliore ovviamente, è da quando è iniziata la quarantena che non esco di casa
1040
1041
1042 ggvv v vv vg v bvv bhn
1043 mi fa capire che per in questi momenti se si vuole bene una persona la prima cosa da fare è stare lontano da quella persona
1044 Di rimanere a casa e non provare nemmeno ad uscire. LA VITA E' UNA SOLTANTO.
1045
1046
1047 Resterei molto volentieri a casa, se non dovessi andare a lavorare. Un lavoro peraltro affatto indispensabile, ma il mio ufficio non chiude. Per fortuna siamo solo in 2 e lavoriamo separati. Ho comunque rinunciato a vederemia figlia, che é a casa del padre. Mi sento ovviamente triste e preoccupata soprattutto per lo stato d'animo della mia bambina.
1048
1049 Concordo pienamente
1050 Bisogna stare a casa per il nostro bene e quello degli altri.
1051
1052
1053
1054
1055
1056 Recupereremo tutto dopo... L'attesa aumenta il desideio... Restiamo a casa e facciamo del bene a noi e a chi amiamo
1057
1058
1059 Il messaggio non ha molto effetto su di me perché non spiega come sia giunto a queste conclusioni. Secondo me esistono dati e messaggi che possono sensibilizzare con più efficacia. Ad esempio, il tasso di letalità è relativamente basso ma, chi guarisce dalle complicanze dell'infezione, assistito in terapia intensiva, può subire danni permanenti, che sia giovane o anziano.
1060 Io faccio il mio dovere...esco solo per fare la spesa ogni 10 giorni circa (l'ultima volta venerdì 13 marzo). E mi da fastidio che ci sono tanti menefreghisti delle regole che mettono a rischio la vita degli altri
1061
1062
1063 spero non finisca presto quest’incubo
1064
1065 Mi fa sentire parte importante di questa battaglia contro il virus
1066
1067
1068 47
1069 In primis mi spaventerebbe il numero dei possibili contagiati che potrei creare, ma la priorità è quella di rimanere a casa ed anche tenere i corretti comportanti con i familiari che vivono/frequentano inevitabilmente la mia casa
1070
1071
1072 Ottimo messaggio
1073
1074
1075
1076
1077
1078 Preoccupante
1079
1080 Sono responsabile della saute e della vita delle persone. Devo rispettare le regole stabilite
1081
1082
1083 Non aspettavo questa notizia
1084 Resto a casa. Non esco e penso che ci voymisure piut drastiche. Chiusura totale di tutte le attività per due settimane se no non usciremo da questa situazione nel breve periodo.
1085
1086
1087
1088
1089 è importante stare vattenti
1090 l'appoggio in pieno , dovrebbero chiudere tutte le attivitÃ
1091 Na chiami a
1092 Mi fà diventare più responsabile e quindi esco solo per necessità da casa
1093 Jkkm
1094
1095
1096
1097 Quella che viene definita \\distacco sociale\\", pur comprendendone l'assoluta necessità , lo vivo con un profondo senso di impotenza ed amarezza. Io cerco di avere tutte le precauzioni, pur non presentando sintomi, ma, essendo talvolta costretto ad uscire (vuoi per la spesa, vuoi per lavoro) mi rendo perfettamente conto di poter essere sia vittima, sia veicolo di contagio (inconsapevole vista la asitmicità )."
1098 perchè 2000 e non 2020? 8? orizzontale o verticale?
1099 nn mi appartiene
1100
1101
1102
1103
1104
1105
1106
1107 Credo sia giusto rimanere a casa
1108
1109
1110
1111
1112
1113
1114
1115
1116 Siquificative
1117
1118 Penso che se tutti rispettassero le regole forse riusciremmo ad uscirne molto prima da questa emergenza.
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130 concordo
1131 molto efficace
1132
1133
1134 mi fa capire l'importanza di restare a casa
1135
1136 Consapevole, e d'accordo.
1137
1138
1139
1140
1141
1142
1143 NON SAPREI
1144 È tutto vero!bisogna rimanere a casa!
1145
1146 meglio stare a casa oggi che infettare tutti
1147
1148
1149
1150 sto cercando di rimanere in casa a parte la spesa o la farmacia
1151 No perche io resto a casa
1152
1153
1154
1155
1156
1157 si può restare a casa ma non per un tempo indefinito: l'economia e la nazione ne risentono, stare a casa per 14 giorni ci può stare, non sicuramente per due o tre mesi!
1158
1159
1160 Restare a casa ed uscire solo se necessario
1161
1162
1163 Se inferto 2000persone,perchr posso salvare solo 8vite?
1164
1165 Mi preoccupa molto questa situazione sono in pericolo molte vite io rimango a casa
1166
1167
1168
1169
1170
1171
1172 mi sembrano numeri esagerati
1173 per poter uscire da questa pandemia l'unica soluzione al momento è isolarsi e non uscire di casa
1174
1175
1176 Ne ero perfettamente consapevole.
1177
1178
1179 Io sono dentro casa da prima che uscisse il decreto di non uscire di casa. Spero che tutto si risolva per il meglio, mi sembra di essere in un film, mi sembra di vivere una situazione paranormale, ho tanta paura. Io e la mia famiglia non ci muoviamo da casa.
1180 Che dobbiamo stare attenti a non contagiare nessuno dei nostri cari e per quello dobbiamo restare a casa
1181 Restiamo a casa
1182
1183
1184
1185
1186
1187 E' la potenziale verità , dovrebbe essere comunicato !
1188 Restiamo a casa, c'è la faremo
1189
1190
1191
1192
1193
1194
1195
1196
1197 Mi sento davvero impotente, costretti a lavorare senza le dovute precauzioni e ho paura
1198
1199
1200 Trovo giusto usare maggiori precauzioni rispetto ad un periodo di \\normalità \\" ma vedo in giro persone che cadono nel ridicolo tipo guidare la propria macchina, non avere a bordo nessun'altro ed indossare mascherina e guanti. Ridono anche i polli....."
1201
1202
1203
1204
1205 Questo messaggio mi fa capire che stare a casa è la cosa migliore
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219 triste ma bisogna stare a casa
1220 Vorrei che fosse recapitato ad ogni Italiano, specialmente quelli che vanno a fare le passeggiatine in piazza, amo andare in bici ma non esco perché so che se supero un altro ciclista (o uno supera me) il mio fiatone sarà respirato da quello che mi segue
1221
1222 È vero
1223 Sono una persona estremamente responsabile...non farei nulla x mettere in pericolo la vita delle persone.
1224
1225
1226 Mi fa sentire preoccupato
1227
1228
1229 Vorrei che tutte le persone capiscano che il restare a casa è una misura necessaria per non contagiare gli altri. Stare a casa è un gesto di altruismo e di rispetto per la vita. Se ogniuno facesse davvero il proprio dovere (restare a casa) si risolverebbe tutto in poco tempo.
1230
1231 Wlf\\n\\n
1232
1233
1234
1235
1236
1237 Sto a casa
1238
1239
1240
1241
1242 È giusto. Direi che se posso infettare 2000 persone ne posso salvare altrettante. Purtroppo molti incoscienti, per non dire altro, non hanno capito la gravità della situazione. Bisogna vietare espressamente di uscire di casa tramite decreto, e non semplicemente consigliare e affidarsi al buon senso della gente, perché molta gente di buon senso non ne ha. E in più, chi viene pescato fuori casa senza una valida motivazione, ovvero fare spesa, lavoro e medico, ARRESTO IMMEDIATO e minimo 1 anno di reclusione!!!
1243 È importante proteggere se stessi e gli altri, adottando le precauzioni dovute
1244
1245
1246
1247
1248
1249
T2
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21 1
22
23
24
25
26
27
28
29
30 Franca
31
32 i miei
33
34
35
36
37 Nonni, padre, prozie
38
39
40
41 Mio papÃ
42
43
44 i miei nonni
45 Genitore
46
47
48
49
50
51
52
53
54
55
56
57 Suoceri
58
59
60 Partner
61
62
63 anna
64
65
66
67 Non so
68
69
70 Mio padre
71
72 madre
73 Mio padre
74
75 mia mamma
76
77
78 Mio padre
79
80
81 Mio padre
82
83
84 Mi sembra giusti
85 mio fratello
86
87 Giuseppe
88
89
90
91
92 MIO PADRE
93 maria
94
95
96
97
98
99 Fa.gliari
100
101
102
103
104 Mia mamma
105
106
107
108 I miei figli mio marito
109
110
111
112
113 famiglia
114 Pierluigi
115
116 Silvia
117
118
119 Mia nonna
120 caterina
121
122 Tiziana, Paolo
123 piera
124
125 Antonio
126
127
128 Mia nonna
129
130
131
132
133 Figlia
134
135 mia madre
136 Mia nonna
137
138
139
140
141
142 Mamma
143
144 Genitori
145
146
147
148
149 mio padre
150 Teresa
151
152 Nonni
153 me stessa
154
155
156 Mia madre
157 Genitori
158
159
160 Mio zio
161
162
163
164 mia mamma
165
166
167
168 mia nonna materna
169
170
171 Manuel
172
173
174
175
176
177 Mio nonno
178
179
180
181 Teresa
182
183
184
185
186 Tutti
187
188 Mio padre
189
190
191
192
193 mia madre
194
195
196
197
198
199
200
201
202
203
204
205 mia moglie
206 Nonno nonna
207
208 papÃ
209
210
211 Mio padre
212
213
214
215
216
217
218
219
220
221 suoceri
222
223
224 Mamma
225
226
227
228 Papa
229 Angela
230 mia suocera
231
232 Nonna
233 Mia madre
234
235
236 Ughvbh
237
238
239 padre
240 Gilberto
241
242 Mio padre e mia madre
243
244
245 Mio padre, miei zii, mia madre, mia nonna
246
247
248 Nonna
249 1
250
251 non so
252
253
254 mio padre
255 Mio padre
256
257
258
259
260 Le mie nonne
261
262 Nessuno
263
264
265
266
267
268 SI
269
270 Maria
271
272
273
274
275
276
277 mia mamma
278 Mio padre, i miei fratelli, mia nipote, i miei cognati.
279
280
281 I miei nonni
282 mio marido essendo già malato
283
284
285
286 Mia madre
287 Mia nonna
288
289
290
291
292
293 mia madre
294 Teresa
295
296
297
298
299
300 vivo da solo, i miei genitori abitano lontani
301 tutti
302
303 mio padre
304
305
306
307
308
309
310 Mia madre.
311
312
313
314 mia madre
315
316 Pippo
317
318
319 i miei parenti stretti
320 padre
321
322 mia moglie
323
324
325
326
327 nonna paolina
328 mamma
329 mia sorella
330
331
332
333
334
335
336 Uguale
337
338 madre, padre
339
340
341
342
343
344
345
346
347
348
349 Mamma R
350
351
352 mia mamma
353
354
355
356
357 anna
358
359
360
361
362
363 Mia madre
364 Mio padre
365
366
367 mio padre
368 miei figli
369
370
371 mia nonna
372
373
374 papÃ
375 mio padre
376
377
378
379
380
381
382
383 Mio padre
384 Padre
385 maria
386
387
388
389
390 Mia nonna
391 m
392
393
394
395
396
397 mio marito
398
399
400
401
402
403
404
405 Nonna Angela
406
407
408 mia madre
409
410
411
412 Mamma e nonna
413 mio padre
414
415
416 PapÃ
417 Mia madre
418
419
420
421 La mia mamma e mia suocea
422
423
424
425 mia nonna
426 Mia nonna
427 mia madre
428
429 Nonna
430
431 barbara
432
433
434
435
436
437
438 iride
439
440
441 Mio marito
442
443
444
445
446
447 Tutti
448
449
450
451
452
453 mia mamma
454
455 Mamma
456
457
458 Franci
459
460
461
462
463
464 IOLANDA
465
466 Francesco
467
468
469
470
471 Moglie
472
473 Le mie nonne
474 Padre
475
476 mia madre e mio padre
477
478 mamma
479
480 Zio con tumore
481
482
483 a
484 Sincetskente predeirir fsr eyutot pi che alteo cosj taccio cwuakciendhw shwnxsjjxjwjxjwhxhwbhxwbxhsjxjnshxbanxjejjanxnsnxnnsncennxhsjsjskxjennnjjh
485 madre
486
487
488
489 mio padre
490
491
492
493
494 Pina
495
496
497
498 Si
499
500
501
502
503
504 Marites
505 Mia nonna
506
507
508
509
510 Mia madre
511
512
513
514
515
516
517 I miei genitori
518 Mio nonno, mia nonna
519 Mia mamma
520
521 Padre, marito
522
523
524
525 Mia Madre
526 Mio padre
527
528
529
530
531
532
533
534
535
536 i miei nonni
537
538
539
540
541
542
543
544 mia moglie
545
546
547 Cm
548
549
550 Mia madre e mia suocera
551
552
553
554 Papa mamma zia
555 Padre Madre Fratello Nonna Zii
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570 mamma
571
572
573
574 mia moglie
575
576
577 Giancarlo
578
579 Famiglia
580
581
582
583
584
585
586
587
588
589 mio padre
590 mia sorella
591
592 D
593
594
595
596
597
598 Tutti
599 Miei figli e nipoti
600 Mia madre
601
602
603 mia madre
604
605
606
607
608
609
610
611
612
613
614 Pinu
615 nessuno
616
617
618 maria
619 Figli
620
621 mamma
622
623
624
625 mia moglie miei fratelli
626 il mio amante
627
628
629 nessuno
630
631 Nonno Nando
632
633 lucia
634 padre
635 Mio padre Angelo
636
637
638 Mia madre
639
640
641
642
643 mio padre
644 i miei nonni
645
646
647 Padre
648
649 Mio padre
650
651 Famihlia
652
653 Mia madre
654 Mia madre
655
656
657
658 Mamma
659 Le mie nonne e i miei genitori e io
660
661
662
663 mia madre e i miei suoceri
664
665 Mia sorella e I miei figli
666 Mio padre
667
668 Mia mamma
669
670 Mia nonna
671
672
673
674
675
676
677
678
679
680
681 Mio padre
682
683
684
685
686
687 Ivana
688
689
690
691 Nessuno
692
693
694 Il ragazzo che amo
695
696 Ji
697
698 il mio compagno
699
700 Mio padre
701
702
703
704
705
706 Padre
707 Mia nonna, mio nonno, mio padre, mia madre
708
709
710 la mia compagna
711
712
713
714
715 famiglia
716
717 I miei genitori
718
719 MIA MAMMA
720
721
722
723
724
725
726
727
728 mia fidanzata
729
730 Giovanni
731
732 Mio zio e mamma
733
734
735
736
737
738
739 mamma
740 Eugenio
741 I miei familiari
742
743
744
745
746
747
748
749
750 Mamma
751
752
753
754 Tonino
755
756
757
758
759
760
761
762
763
764
765 mio padre mia mamma mia nonna
766 padre
767
768
769
770 luciano
771 Mamma
772
773
774
775 Mamma, papÃ
776
777
778
779 Mio padre
780
781
782 No
783
784
785
786 liv
787 mio padre
788
789
790
791
792 Mio padre
793
794
795
796
797
798 Antonio
799
800
801 Mio padre
802
803
804
805
806
807 mia madre
808
809
810
811 mia figlia
812 Mia madre
813
814
815 Per tutti i miei familiari
816 X
817
818
819 mio padre
820
821
822
823
824 Genitori
825 Mio padre
826 mio padre
827 Elena
828 mi gratto le palle
829
830 mio padre mia madre
831
832 mia nonna
833
834 Benitori
835
836
837
838
839
840
841 lidia
842
843 mia suocera
844
845 Nonna
846
847
848
849
850
851
852
853
854
855
856
857 Il marito di mia mamma (come un padre per me)
858
859 Debora,Patrizio
860
861
862
863
864
865
866
867
868
869
870
871 Daniela
872
873
874
875
876
877 mia compagna
878
879
880 Madre
881
882 Alessandro
883
884 Madre
885
886
887 Genitori e fratelli
888 claudio
889
890 Mamma
891
892
893
894 PapÃ
895 Mio padre
896 mia madre
897
898 mio padre
899
900
901 Mia moglie è mio figlio
902 A
903 mia madre
904 le mie nonne
905 Mia nonna
906
907
908 mia zia
909
910
911
912
913
914
915
916
917
918
919 Nonno
920 Mia nonna
921
922 io resto a casa nel mio risetto mio e degli altri
923
924
925 Mia nonna
926
927 Silvia
928
929
930
931 Mamma
932
933
934
935 i miei genitori
936
937
938
939
940 x
941 mia madre
942
943
944 Cosimina
945
946
947
948
949 Mio padre
950 Salvatore torre
951 mia mamma
952 mia madre
953 carlo
954 Mia nonna
955
956
957
958 Miq mamma
959
960 Mia nonna
961
962
963 Si
964
965
966
967
968 Mio padre
969 Rosaria
970
971
972
973
974 me stesso
975
976
977 vivo da solo
978 i miei genitori
979
980
981
982
983
984
985
986
987 Sandra
988
989
990
991 Ggh
992 mia mamma
993 mamma
994
995
996
997 mia madre
998 mia sorellas
999
1000 mia nonna
1001 mio padre
1002
1003 mio papa'
1004 gif
1005 Mia sorella
1006 Nessuno
1007
1008 Mi sento responsabile
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018 I miei genitori
1019
1020
1021 Manuela
1022
1023 Mario
1024 madre
1025 Mio padre
1026
1027
1028
1029 mia mamma
1030
1031
1032 mia madre e mio padre
1033
1034 mia mamma
1035 mia moglie
1036
1037
1038 Josh
1039
1040
1041 mia moglie
1042
1043
1044
1045
1046
1047
1048 Mio padre
1049
1050
1051 mio padre
1052
1053 Carmela
1054 Padre, mamma, nipote, sorella
1055 Mia suocera
1056
1057 Tu
1058 nessuno
1059
1060
1061
1062
1063
1064 Franca
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074 Mio padre
1075
1076 Io, ho 52 e sono immunodepressa
1077
1078
1079
1080
1081
1082 sergio
1083
1084
1085
1086 Mio cugino
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102 Mia moglie
1103
1104 Nonna
1105
1106
1107
1108
1109 mio papÃ
1110
1111 mia nonna
1112
1113
1114 vivo da solo genitori deceduti
1115
1116
1117 Andrea
1118
1119 mia nonna , mio nonno
1120 mio marito
1121
1122
1123
1124
1125
1126 Le mie nipotine
1127
1128 Mio padre
1129
1130
1131
1132 mio suocero
1133
1134
1135 Mio figlio
1136
1137 mia sorella
1138
1139
1140 MIO PADRE
1141
1142
1143
1144
1145 Nonna
1146
1147
1148 vivo solo
1149 Mamma Marta
1150
1151
1152
1153 i miei genitori
1154 nicola
1155 Mia Madre
1156
1157
1158
1159 mia nonna
1160
1161
1162
1163
1164 Nonno
1165
1166
1167 Mio zio
1168
1169 mia madre
1170 madre padre sorella zia
1171 nessuno
1172
1173
1174
1175 mia madre
1176
1177
1178
1179
1180
1181
1182
1183
1184 MIA MADRE
1185 Mio padre
1186
1187
1188
1189
1190
1191 Rosa
1192
1193
1194
1195
1196
1197
1198 Nonna
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212 Sandra
1213 mamma
1214
1215
1216 Renata
1217
1218
1219
1220
1221 Mio figlio mio marito
1222
1223
1224 Mia figlia
1225
1226
1227
1228 Mio padre
1229
1230 Dfhh
1231
1232 memia mpglie
1233 mi padre
1234
1235 mia figlia
1236
1237
1238 Mia suocera
1239 mia madre
1240
1241
1242
1243
1244 Padre
1245
1246 margherita
1247 mamma
1248 Mio figlio Fabio .
1249 Mia Moglie
social handshake stores curfew SOB_1 SOB_2 SOB_3 SOB_4
1 NA 79 NA NA
2 No Yes Yes Yes 75 69 67 68
3 NA NA NA NA
4 Yes Yes Yes Yes 42 41 38 49
5 Yes Yes Yes Yes 56 53 37 58
6 Yes Yes Yes Yes 1 1 1 1
7 No Yes No Yes 55 44 46 47
8 Yes No Yes Yes 60 55 55 49
9 Yes Yes Yes Yes 7 12 13 13
10 Yes Yes Yes Yes 45 38 49 32
11 Yes Yes Yes Yes 70 80 70 69
12 Yes Yes Yes Yes 95 100 92 98
13 Yes Yes Yes Yes 64 47 57 57
14 Yes Yes Yes Yes 13 13 13 12
15 Yes Yes Yes Yes 97 98 100 100
16 Yes Yes Yes Yes 97 100 100 100
17 NA NA NA NA
18 No No No No 5 3 2 1
19 Yes Yes Yes Yes 5 11 9 16
20 Yes Yes Yes Yes 32 27 21 55
21 Yes Yes No Yes 55 51 49 48
22 Yes Yes No No 42 35 43 34
23 Yes Yes Yes Yes 71 62 62 63
24 No Yes Yes Yes 5 11 8 8
25 NA NA NA NA
26 Yes Yes Yes Yes 44 37 92 46
27 No Yes Yes Yes 41 35 15 21
28 Yes Yes Yes Yes 81 84 90 90
29 Yes No No Yes 25 38 40 51
30 Yes Yes Yes Yes 90 100 95 95
31 Yes Yes Yes Yes 80 93 75 75
32 Yes Yes Yes Yes 54 68 53 58
33 Yes Yes Yes Yes 43 42 42 43
34 Yes Yes Yes Yes 96 98 75 76
35 Yes Yes Yes Yes 83 100 100 85
36 Yes Yes Yes Yes 50 49 49 49
37 Yes Yes Yes Yes 72 53 43 43
38 Yes Yes Yes Yes 93 89 57 76
39 Yes Yes Yes Yes 72 61 61 63
40 NA NA NA NA
41 Yes Yes Yes Yes 81 93 71 62
42 Yes Yes Yes Yes 100 100 70 100
43 Yes Yes Yes Yes 73 78 69 66
44 Yes Yes Yes Yes 99 99 99 99
45 Yes Yes Yes Yes 92 100 100 100
46 Yes Yes Yes Yes 100 95 100 99
47 Yes Yes Yes No 100 100 100 100
48 Yes Yes Yes Yes 80 79 80 79
49 Yes Yes Yes Yes 99 100 100 100
50 Yes Yes Yes Yes 71 92 92 71
51 Yes Yes Yes Yes 84 93 49 72
52 Yes Yes Yes Yes 60 70 80 60
53 Yes Yes Yes Yes 100 100 100 100
54 Yes Yes Yes Yes 92 100 100 92
55 Yes Yes Yes Yes 86 84 79 76
56 Yes Yes Yes Yes 100 100 99 100
57 Yes Yes Yes Yes 75 80 82 70
58 Yes Yes Yes Yes 94 84 89 77
59 Yes Yes Yes Yes 83 83 78 76
60 Yes Yes Yes Yes 77 88 73 65
61 Yes Yes Yes Yes 77 90 68 78
62 Yes Yes Yes Yes 74 67 62 46
63 Yes Yes Yes Yes 80 95 90 85
64 Yes Yes Yes Yes 58 94 50 49
65 Yes Yes Yes Yes 85 69 89 88
66 Yes Yes Yes No 91 100 91 15
67 No Yes Yes Yes 53 44 68 45
68 Yes Yes Yes Yes 92 100 100 96
69 Yes Yes Yes Yes 60 70 70 40
70 Yes Yes Yes Yes 100 100 100 100
71 Yes Yes Yes Yes 80 81 83 84
72 Yes Yes Yes Yes 99 100 98 89
73 Yes Yes Yes Yes 74 98 97 90
74 Yes Yes Yes Yes 70 78 81 73
75 Yes Yes No Yes 62 64 45 61
76 Yes Yes Yes Yes 80 81 91 82
77 Yes Yes Yes Yes 67 71 74 75
78 Yes Yes Yes Yes 61 83 33 46
79 NA NA NA NA
80 Yes Yes Yes Yes 82 100 62 63
81 Yes Yes Yes Yes 34 83 88 93
82 Yes Yes Yes Yes 72 72 62 52
83 Yes Yes Yes Yes 100 100 100 100
84 Yes Yes Yes Yes 85 80 83 83
85 Yes Yes Yes Yes 82 86 67 70
86 Yes Yes Yes Yes 81 99 80 83
87 Yes Yes Yes Yes 92 90 92 94
88 Yes Yes Yes Yes 18 7 16 14
89 NA NA NA NA
90 NA NA NA NA
91 Yes Yes Yes Yes 80 89 70 73
92 Yes Yes Yes Yes 58 61 73 70
93 Yes Yes Yes Yes 80 92 92 60
94 Yes Yes Yes Yes 100 100 92 91
95 Yes Yes Yes Yes 80 89 92 88
96 Yes Yes Yes Yes 87 100 99 99
97 Yes Yes Yes Yes 50 51 49 91
98 Yes Yes No Yes 65 92 47 68
99 Yes Yes Yes Yes 100 100 100 100
100 Yes Yes Yes Yes 100 100 100 100
101 Yes Yes Yes Yes 79 86 74 87
102 Yes Yes Yes Yes 85 95 73 78
103 Yes Yes No No 88 100 100 97
104 Yes Yes Yes Yes 100 99 99 81
105 Yes Yes Yes Yes 3 14 14 5
106 Yes Yes Yes Yes 73 92 50 50
107 Yes Yes Yes Yes 97 96 87 89
108 Yes Yes Yes Yes 71 71 71 73
109 Yes Yes Yes Yes 71 72 51 52
110 Yes Yes Yes Yes 62 82 73 87
111 NA NA NA NA
112 Yes Yes Yes Yes 39 87 79 88
113 Yes Yes Yes No 80 90 70 70
114 Yes Yes Yes Yes 74 94 89 75
115 Yes Yes Yes Yes 49 52 55 63
116 Yes Yes Yes Yes 75 90 65 55
117 Yes Yes Yes Yes 100 100 93 86
118 Yes Yes Yes Yes 76 84 82 85
119 Yes Yes Yes Yes 95 74 90 99
120 Yes Yes No Yes 81 70 71 83
121 Yes Yes Yes Yes 58 60 91 77
122 Yes Yes Yes Yes 64 77 50 50
123 Yes Yes No Yes 40 40 7 39
124 Yes Yes Yes Yes 50 70 52 35
125 Yes Yes Yes Yes 71 79 75 77
126 No Yes Yes Yes 100 79 100 57
127 Yes Yes Yes Yes 77 63 50 76
128 Yes Yes Yes Yes 67 60 45 48
129 Yes Yes Yes Yes 65 100 87 82
130 Yes Yes Yes Yes 100 100 100 100
131 Yes Yes Yes Yes 70 80 80 90
132 Yes No No Yes 50 75 0 100
133 Yes Yes Yes Yes 63 68 60 77
134 Yes Yes Yes Yes 84 86 81 82
135 Yes Yes No Yes 52 73 63 91
136 Yes Yes Yes Yes 80 75 60 50
137 Yes Yes Yes Yes 90 100 100 85
138 Yes Yes Yes Yes 76 85 75 84
139 Yes Yes Yes Yes 76 77 77 79
140 Yes Yes Yes Yes 99 100 100 100
141 Yes Yes Yes Yes 70 94 87 87
142 Yes Yes Yes Yes 100 49 79 51
143 Yes Yes Yes Yes 90 79 69 50
144 Yes Yes Yes Yes 60 79 87 91
145 Yes Yes Yes Yes 80 80 96 66
146 Yes Yes Yes Yes 70 86 72 87
147 Yes Yes Yes Yes 60 100 80 60
148 Yes Yes No Yes 80 92 0 56
149 Yes Yes Yes Yes 73 91 63 73
150 Yes Yes Yes Yes 81 80 83 77
151 Yes Yes Yes Yes 71 72 70 70
152 Yes Yes Yes Yes 100 100 90 100
153 Yes Yes Yes Yes 62 60 53 62
154 NA NA NA NA
155 Yes Yes Yes Yes 99 99 95 98
156 Yes Yes No Yes 95 97 91 92
157 Yes Yes Yes Yes 48 100 100 100
158 Yes Yes Yes Yes 87 100 98 100
159 Yes Yes Yes Yes 90 90 80 80
160 Yes Yes Yes Yes 83 77 100 94
161 Yes Yes Yes Yes 87 85 88 89
162 Yes Yes Yes Yes 90 100 100 93
163 Yes Yes Yes Yes 62 52 55 59
164 Yes Yes Yes Yes 91 99 99 99
165 Yes Yes Yes Yes 82 85 93 96
166 Yes Yes Yes Yes 60 75 70 55
167 Yes Yes Yes Yes 90 100 70 70
168 Yes Yes Yes Yes 61 60 62 62
169 Yes Yes Yes Yes 66 71 65 66
170 Yes Yes Yes Yes 60 77 42 37
171 Yes Yes Yes Yes 100 100 100 10
172 Yes Yes Yes Yes 80 100 90 90
173 Yes Yes Yes Yes 100 97 95 94
174 Yes Yes Yes Yes 70 80 65 80
175 Yes Yes Yes Yes 68 84 60 71
176 Yes Yes Yes Yes 69 50 59 65
177 Yes Yes No No 81 85 59 63
178 Yes Yes Yes Yes 71 49 32 61
179 No Yes No Yes 54 68 74 60
180 Yes Yes Yes Yes 43 46 66 24
181 Yes Yes Yes Yes 67 78 67 52
182 Yes Yes Yes Yes 65 74 100 84
183 Yes Yes Yes Yes 2 100 100 100
184 Yes Yes Yes Yes 75 90 70 65
185 Yes Yes Yes Yes 100 100 91 100
186 Yes Yes Yes Yes 3 4 5 6
187 Yes Yes Yes Yes 82 90 90 76
188 Yes Yes Yes Yes 60 59 58 61
189 Yes Yes Yes Yes 57 81 54 28
190 Yes Yes Yes Yes 51 53 55 52
191 Yes Yes Yes Yes 84 83 65 70
192 Yes Yes Yes Yes 70 91 90 80
193 Yes Yes Yes Yes 91 100 100 80
194 Yes Yes Yes Yes 78 93 72 75
195 Yes Yes Yes Yes 58 60 60 55
196 Yes Yes Yes Yes 59 83 59 70
197 Yes Yes Yes Yes 80 95 83 71
198 Yes Yes Yes Yes 93 84 100 90
199 Yes Yes Yes Yes 57 74 71 76
200 Yes No Yes No 47 44 25 66
201 Yes Yes No Yes 41 87 30 45
202 Yes Yes Yes Yes 58 67 73 61
203 Yes Yes Yes Yes 70 80 90 70
204 Yes Yes Yes Yes 81 100 100 100
205 Yes Yes Yes Yes 93 100 49 57
206 Yes No Yes Yes 87 59 100 47
207 Yes Yes Yes Yes 1 1 2 0
208 Yes Yes Yes Yes 60 75 60 60
209 No Yes Yes Yes 50 50 75 100
210 NA NA NA NA
211 Yes Yes Yes Yes 65 80 40 50
212 No Yes Yes Yes 97 95 93 93
213 Yes Yes Yes Yes 82 0 85 85
214 Yes Yes Yes Yes 84 81 89 77
215 Yes Yes Yes Yes 65 40 50 50
216 Yes Yes Yes Yes 69 72 79 78
217 Yes Yes Yes Yes 60 60 45 60
218 Yes Yes Yes Yes 100 100 100 100
219 Yes Yes Yes Yes 78 85 100 74
220 Yes Yes Yes Yes 83 93 84 71
221 Yes Yes Yes Yes 61 92 81 61
222 Yes Yes Yes Yes 96 100 100 98
223 Yes Yes Yes Yes 70 75 78 77
224 Yes Yes Yes Yes 54 56 60 64
225 Yes Yes Yes Yes 100 100 100 100
226 Yes Yes Yes Yes 71 70 70 50
227 Yes Yes No Yes 81 92 50 57
228 Yes Yes Yes Yes 70 80 70 80
229 No Yes Yes Yes 78 82 65 69
230 Yes Yes Yes Yes 96 96 96 93
231 Yes Yes Yes Yes 64 62 46 54
232 Yes Yes Yes Yes 89 100 85 93
233 Yes Yes Yes Yes 76 88 85 80
234 Yes Yes Yes Yes 82 83 83 84
235 Yes Yes Yes Yes 54 78 79 84
236 Yes Yes Yes Yes 86 78 90 90
237 Yes Yes Yes Yes 61 49 45 34
238 Yes Yes Yes Yes 100 70 81 90
239 Yes Yes Yes Yes 100 100 100 100
240 Yes Yes No Yes 72 80 65 79
241 Yes Yes Yes Yes 93 96 99 98
242 Yes Yes Yes Yes 54 77 100 56
243 Yes Yes Yes Yes 95 98 80 65
244 Yes Yes Yes Yes 70 60 50 51
245 Yes Yes Yes Yes 59 56 60 48
246 Yes Yes Yes Yes 60 60 60 60
247 Yes Yes Yes Yes 91 90 90 90
248 Yes Yes Yes Yes 69 84 70 79
249 Yes Yes Yes Yes 0 0 0 0
250 Yes Yes Yes Yes 90 80 60 60
251 Yes Yes Yes Yes 76 69 73 64
252 Yes Yes Yes Yes 63 59 67 67
253 Yes Yes Yes Yes 96 94 87 75
254 Yes Yes Yes Yes 91 91 92 94
255 Yes Yes Yes Yes 91 100 100 90
256 Yes Yes No No 90 100 51 59
257 Yes No Yes No 62 61 64 63
258 Yes Yes Yes Yes 91 94 90 92
259 Yes Yes Yes No 73 60 95 80
260 Yes Yes Yes Yes 90 100 80 61
261 Yes Yes Yes Yes 70 100 85 71
262 Yes Yes Yes Yes 99 100 100 100
263 Yes Yes Yes Yes 80 80 58 42
264 Yes Yes Yes Yes 54 48 49 50
265 Yes Yes Yes Yes 100 80 70 40
266 Yes Yes Yes Yes 82 97 96 97
267 Yes Yes Yes Yes 87 90 72 61
268 Yes Yes Yes Yes 88 86 88 89
269 Yes Yes Yes Yes 50 50 51 53
270 Yes Yes Yes Yes 60 61 49 35
271 NA NA NA NA
272 Yes Yes Yes Yes 92 100 93 93
273 Yes Yes Yes Yes 92 87 83 89
274 Yes Yes Yes Yes 71 90 73 72
275 No Yes Yes Yes 60 92 73 56
276 NA NA NA NA
277 Yes Yes No Yes 92 93 95 93
278 Yes Yes Yes Yes 81 100 61 61
279 Yes Yes Yes Yes 90 94 80 89
280 Yes Yes Yes Yes 70 70 36 54
281 Yes Yes Yes Yes 51 43 52 56
282 Yes Yes Yes Yes 74 90 100 98
283 Yes Yes Yes Yes 77 89 80 57
284 NA NA NA NA
285 Yes Yes Yes Yes 79 84 85 73
286 Yes Yes Yes Yes 63 63 69 71
287 Yes Yes Yes Yes 84 69 78 80
288 Yes Yes Yes Yes 97 99 92 97
289 NA NA NA NA
290 Yes Yes Yes Yes 90 90 100 85
291 Yes Yes Yes Yes 75 74 65 79
292 Yes Yes Yes Yes 98 70 62 67
293 Yes Yes Yes Yes 87 95 83 83
294 Yes Yes Yes Yes 81 90 80 75
295 Yes Yes Yes Yes 50 50 50 40
296 Yes Yes Yes Yes 79 82 79 81
297 Yes Yes Yes Yes 97 100 94 90
298 Yes Yes Yes Yes 75 82 75 76
299 Yes No Yes Yes 98 100 100 100
300 Yes Yes Yes Yes 60 80 60 50
301 Yes Yes Yes Yes 41 46 51 49
302 Yes Yes Yes Yes 71 71 71 75
303 Yes Yes Yes Yes 80 100 80 80
304 Yes Yes Yes Yes 93 87 87 83
305 Yes Yes Yes Yes 69 82 65 70
306 NA NA NA NA
307 Yes Yes Yes Yes 96 95 95 85
308 Yes Yes No No 100 100 100 100
309 Yes No Yes Yes 51 51 51 52
310 Yes Yes Yes Yes 71 82 59 69
311 Yes Yes Yes Yes 60 90 60 70
312 Yes Yes Yes Yes 47 74 72 19
313 Yes Yes No Yes 95 100 50 60
314 Yes Yes Yes Yes 70 70 70 60
315 Yes Yes Yes Yes 91 95 92 93
316 No No No No 52 52 52 50
317 Yes Yes Yes Yes 92 93 82 83
318 Yes Yes No Yes 81 89 73 77
319 Yes Yes Yes Yes 100 100 100 100
320 Yes Yes Yes Yes 91 91 91 90
321 Yes Yes Yes Yes 91 91 90 90
322 Yes Yes Yes Yes 100 100 100 100
323 Yes Yes No Yes 71 79 60 69
324 No Yes Yes Yes 78 86 74 72
325 Yes Yes Yes Yes 40 100 61 34
326 Yes Yes Yes Yes 55 100 100 48
327 Yes Yes Yes No 80 60 75 40
328 Yes Yes Yes Yes 100 100 100 100
329 Yes Yes Yes Yes 92 88 97 85
330 No Yes Yes No 30 100 72 31
331 Yes Yes Yes Yes 93 97 96 90
332 Yes Yes Yes Yes 99 95 98 95
333 Yes Yes Yes Yes 100 100 100 100
334 NA NA NA NA
335 Yes Yes Yes Yes 80 80 80 80
336 Yes Yes Yes Yes 70 40 70 80
337 Yes Yes Yes Yes 91 90 90 90
338 Yes Yes Yes Yes 80 50 90 93
339 Yes Yes Yes Yes 60 61 50 48
340 Yes Yes Yes Yes 80 87 81 83
341 Yes Yes Yes Yes 32 30 9 27
342 Yes Yes Yes Yes 99 99 99 100
343 Yes Yes No Yes 59 63 71 70
344 Yes Yes Yes Yes 80 81 100 95
345 Yes Yes Yes Yes 100 100 100 100
346 Yes Yes Yes Yes 57 65 70 79
347 Yes Yes Yes Yes 63 69 73 71
348 Yes Yes Yes Yes 60 82 71 51
349 Yes Yes Yes Yes 100 100 100 100
350 Yes Yes Yes Yes 95 90 65 60
351 Yes Yes Yes Yes 80 89 68 53
352 Yes Yes Yes Yes 95 100 90 80
353 Yes Yes Yes Yes 72 87 87 85
354 Yes Yes Yes Yes 75 88 84 92
355 Yes Yes Yes Yes 89 89 79 81
356 Yes Yes Yes Yes 72 73 64 63
357 Yes Yes Yes Yes 88 82 83 81
358 Yes Yes Yes Yes 100 100 30 80
359 Yes Yes Yes Yes 70 53 82 72
360 Yes Yes Yes Yes 70 71 50 50
361 No No No No 100 100 64 35
362 Yes Yes No Yes 94 89 88 92
363 Yes Yes Yes Yes 90 85 75 64
364 Yes Yes Yes Yes 75 80 75 75
365 Yes Yes Yes Yes 72 76 78 79
366 No Yes Yes No 63 47 53 44
367 Yes Yes Yes Yes 30 30 30 30
368 Yes Yes Yes Yes 85 92 61 66
369 Yes Yes Yes Yes 85 90 93 95
370 Yes Yes Yes Yes 85 90 70 85
371 Yes Yes Yes Yes 91 96 66 68
372 Yes Yes No Yes 100 0 53 99
373 Yes Yes Yes Yes 53 75 56 47
374 Yes Yes Yes Yes 82 100 71 75
375 Yes Yes Yes Yes 70 70 59 71
376 NA NA NA NA
377 Yes Yes Yes Yes 53 47 50 51
378 Yes Yes Yes Yes 63 100 51 72
379 NA NA NA NA
380 Yes Yes Yes Yes 80 70 65 65
381 Yes Yes Yes Yes 100 100 100 100
382 Yes Yes Yes Yes 90 100 90 70
383 Yes Yes Yes Yes 84 85 85 72
384 Yes Yes Yes No 81 100 91 26
385 Yes Yes Yes Yes 54 75 88 74
386 Yes Yes Yes Yes 54 72 51 62
387 Yes Yes Yes Yes 100 100 100 100
388 Yes Yes No Yes 10 20 1 1
389 Yes Yes Yes Yes 84 74 71 73
390 Yes Yes Yes Yes 60 60 60 48
391 Yes Yes Yes Yes 75 90 90 80
392 Yes Yes Yes Yes 99 100 99 98
393 Yes Yes Yes Yes 74 75 55 57
394 Yes Yes Yes Yes 61 61 62 61
395 Yes Yes Yes Yes 79 100 71 77
396 Yes Yes Yes Yes 79 96 89 92
397 Yes Yes Yes Yes 84 94 95 81
398 Yes Yes No Yes 100 100 2 100
399 Yes Yes Yes Yes 92 89 93 91
400 Yes Yes Yes Yes 50 100 84 52
401 Yes Yes Yes Yes 72 72 83 73
402 Yes Yes Yes Yes 92 91 91 90
403 Yes Yes Yes Yes 82 9 10 62
404 Yes Yes Yes Yes 40 100 80 100
405 Yes Yes Yes Yes 87 100 79 48
406 Yes Yes Yes Yes 64 95 77 84
407 Yes Yes Yes Yes 31 73 42 12
408 Yes Yes Yes Yes 60 92 62 49
409 Yes Yes Yes Yes 82 82 83 84
410 Yes Yes Yes Yes 86 93 70 55
411 Yes Yes Yes Yes 82 85 90 82
412 Yes Yes Yes Yes 71 73 76 71
413 Yes Yes Yes Yes 81 91 91 74
414 Yes Yes Yes Yes 61 61 61 61
415 Yes Yes Yes Yes 80 72 61 51
416 Yes Yes Yes Yes 93 91 93 97
417 Yes Yes Yes Yes 80 80 80 80
418 Yes Yes Yes Yes 97 91 61 71
419 No Yes Yes Yes 25 25 25 25
420 Yes Yes Yes Yes 97 100 99 100
421 Yes Yes Yes Yes 100 100 96 81
422 NA NA NA NA
423 No No No No 72 71 55 83
424 Yes Yes Yes Yes 100 94 89 98
425 Yes Yes Yes Yes 100 100 100 100
426 Yes Yes Yes Yes 71 74 87 76
427 Yes Yes Yes Yes 69 53 56 60
428 Yes Yes Yes Yes 82 100 0 100
429 Yes Yes Yes Yes 86 67 71 93
430 Yes Yes Yes Yes 100 100 100 100
431 Yes Yes Yes Yes 75 73 76 79
432 Yes Yes Yes Yes 64 65 67 77
433 Yes Yes Yes Yes 29 55 57 55
434 Yes Yes Yes Yes 90 88 89 89
435 Yes Yes Yes Yes 42 54 47 48
436 Yes Yes Yes Yes 86 97 99 97
437 Yes Yes Yes Yes 75 74 76 82
438 Yes Yes Yes Yes 83 73 73 76
439 Yes Yes Yes Yes 75 95 79 100
440 Yes Yes Yes Yes 85 92 75 62
441 Yes Yes Yes Yes 91 90 84 86
442 Yes Yes Yes Yes 73 85 64 58
443 No No No No 15 20 5 5
444 Yes Yes Yes Yes 82 87 82 81
445 Yes Yes Yes Yes 80 65 70 70
446 Yes Yes Yes Yes 91 92 93 95
447 Yes Yes Yes Yes 80 80 70 70
448 Yes Yes Yes Yes 92 71 84 61
449 Yes Yes Yes Yes 17 12 26 24
450 Yes Yes Yes Yes 95 93 80 82
451 NA NA NA NA
452 Yes Yes Yes Yes 84 94 82 52
453 Yes Yes Yes Yes 83 71 72 73
454 Yes Yes Yes Yes 21 31 45 56
455 Yes Yes Yes Yes 90 100 91 94
456 Yes Yes Yes Yes 71 93 95 94
457 Yes Yes Yes Yes 59 100 73 79
458 Yes Yes Yes Yes 73 73 78 75
459 Yes Yes Yes Yes 60 60 50 40
460 Yes Yes Yes Yes 68 71 71 64
461 Yes Yes Yes Yes 22 46 24 46
462 Yes Yes Yes Yes 100 99 100 100
463 Yes Yes Yes Yes 93 94 94 94
464 Yes Yes Yes Yes 92 75 78 84
465 NA NA NA NA
466 Yes Yes No No 82 92 83 76
467 Yes Yes Yes Yes 82 82 84 83
468 Yes Yes Yes Yes 91 92 100 96
469 Yes Yes No No 83 65 51 86
470 Yes Yes Yes Yes 60 70 42 42
471 Yes Yes Yes Yes 75 75 60 70
472 Yes Yes Yes Yes 51 100 59 87
473 Yes Yes Yes Yes 76 81 93 63
474 Yes Yes Yes Yes 100 100 100 100
475 No Yes Yes Yes 36 42 17 20
476 Yes Yes Yes Yes 51 73 74 52
477 Yes Yes Yes Yes 81 72 91 87
478 Yes Yes Yes Yes 84 75 62 65
479 Yes Yes Yes Yes 100 100 100 100
480 Yes Yes Yes Yes 71 83 76 75
481 Yes Yes Yes Yes 81 95 62 70
482 Yes Yes Yes Yes 87 100 100 100
483 Yes Yes Yes Yes 9 11 17 19
484 Yes Yes No Yes 100 56 55 80
485 Yes Yes Yes Yes 93 95 88 85
486 Yes Yes Yes Yes 51 52 52 53
487 Yes Yes Yes No 67 51 77 54
488 Yes Yes Yes Yes 87 75 70 65
489 Yes Yes Yes Yes 70 90 50 50
490 Yes Yes Yes Yes 90 90 80 80
491 Yes Yes Yes Yes 94 93 91 94
492 Yes Yes Yes Yes 60 60 60 60
493 Yes Yes Yes Yes 82 82 83 82
494 Yes Yes Yes Yes 100 93 84 89
495 Yes Yes Yes Yes 81 100 85 67
496 Yes Yes Yes Yes 91 91 92 93
497 Yes Yes Yes Yes 61 93 100 61
498 Yes Yes Yes Yes 79 84 55 100
499 Yes Yes Yes Yes 81 83 100 96
500 Yes Yes Yes Yes 85 86 100 73
501 Yes Yes Yes Yes 71 100 90 83
502 Yes Yes Yes Yes 74 72 63 61
503 Yes Yes Yes Yes 91 88 89 88
504 Yes Yes Yes Yes 92 92 92 92
505 Yes Yes Yes Yes 90 96 80 80
506 Yes Yes No Yes 80 91 96 90
507 Yes Yes Yes Yes 81 100 30 50
508 Yes Yes Yes Yes 77 100 93 76
509 Yes Yes Yes Yes 81 92 72 71
510 Yes Yes Yes Yes 90 90 40 83
511 Yes Yes Yes Yes 69 94 89 89
512 Yes Yes Yes Yes 59 64 76 76
513 Yes Yes Yes Yes 78 90 87 51
514 Yes Yes Yes Yes 91 100 100 100
515 Yes Yes Yes Yes 100 100 100 100
516 Yes Yes Yes Yes 97 97 80 70
517 Yes Yes Yes Yes 82 90 70 80
518 Yes Yes No Yes 62 80 60 72
519 Yes Yes No Yes 90 70 60 46
520 Yes Yes Yes Yes 60 70 60 61
521 Yes Yes Yes Yes 1 1 1 1
522 Yes Yes Yes Yes 82 84 86 81
523 Yes Yes Yes Yes 82 89 80 81
524 Yes Yes Yes Yes 82 91 62 62
525 Yes Yes Yes Yes 79 74 66 85
526 Yes Yes Yes Yes 50 50 100 30
527 Yes Yes Yes Yes 60 77 62 48
528 Yes Yes Yes Yes 93 100 81 71
529 Yes No Yes Yes 62 59 42 73
530 Yes Yes Yes Yes 81 100 100 100
531 Yes Yes Yes Yes 67 72 73 73
532 Yes Yes Yes Yes 91 76 85 82
533 Yes Yes Yes Yes 65 62 56 39
534 Yes Yes Yes Yes 80 80 80 80
535 Yes Yes No Yes 39 30 55 39
536 Yes Yes Yes Yes 100 80 76 77
537 Yes Yes Yes Yes 71 80 61 69
538 Yes Yes Yes Yes 93 95 98 100
539 Yes Yes Yes Yes 99 75 53 75
540 Yes Yes Yes Yes 82 83 86 93
541 Yes Yes Yes Yes 83 95 94 74
542 Yes Yes Yes Yes 74 87 83 82
543 Yes Yes Yes Yes 100 100 100 100
544 Yes Yes Yes Yes 70 82 76 76
545 Yes Yes Yes Yes 100 88 83 80
546 No Yes Yes No 43 46 43 45
547 Yes Yes Yes Yes 83 85 87 88
548 Yes Yes Yes Yes 91 94 93 92
549 Yes Yes Yes Yes 90 91 77 84
550 Yes Yes Yes Yes 80 100 100 100
551 Yes Yes Yes Yes 92 92 92 93
552 Yes Yes Yes Yes 100 100 100 100
553 Yes Yes Yes Yes 100 100 100 100
554 Yes Yes Yes Yes 85 85 57 84
555 Yes Yes Yes Yes 80 68 66 49
556 Yes Yes Yes Yes 80 80 81 81
557 Yes Yes Yes Yes 81 85 91 92
558 Yes Yes Yes No 97 95 88 89
559 Yes Yes Yes Yes 91 100 95 85
560 Yes Yes Yes Yes 71 80 80 79
561 Yes Yes No No 93 74 69 51
562 Yes Yes Yes Yes 81 91 73 84
563 Yes Yes Yes Yes 33 37 31 24
564 Yes Yes Yes Yes 95 100 31 80
565 Yes Yes Yes Yes 86 90 86 80
566 Yes Yes Yes Yes 81 90 71 78
567 Yes Yes Yes Yes 47 26 49 46
568 Yes Yes Yes Yes 93 99 90 90
569 Yes Yes Yes Yes 70 70 70 70
570 Yes Yes Yes Yes 50 50 61 32
571 Yes Yes Yes Yes 79 80 81 68
572 Yes Yes No Yes 79 89 85 82
573 Yes Yes Yes Yes 81 93 90 90
574 Yes Yes Yes Yes 71 94 64 70
575 Yes Yes Yes Yes 60 71 82 61
576 Yes Yes Yes Yes 89 89 89 90
577 Yes Yes Yes Yes 100 100 100 100
578 Yes Yes Yes Yes 74 100 100 100
579 Yes Yes Yes Yes 25 22 33 46
580 Yes Yes Yes Yes 95 100 100 98
581 Yes Yes Yes Yes 94 92 99 93
582 Yes Yes Yes Yes 51 71 30 53
583 Yes Yes Yes Yes 80 80 80 90
584 Yes Yes Yes Yes 69 80 65 67
585 Yes Yes No Yes 61 36 40 52
586 Yes Yes Yes Yes 50 64 95 85
587 Yes Yes No Yes 81 81 81 82
588 Yes Yes No No 100 100 61 75
589 Yes Yes Yes Yes 54 53 55 59
590 Yes Yes Yes Yes 92 100 91 84
591 Yes Yes Yes Yes 52 53 54 55
592 Yes Yes Yes Yes 95 100 95 95
593 Yes Yes Yes Yes 92 98 61 80
594 Yes Yes Yes Yes 100 100 50 50
595 Yes Yes Yes Yes 81 70 70 60
596 Yes Yes Yes Yes 51 53 53 53
597 Yes Yes Yes Yes 90 90 95 91
598 Yes Yes Yes Yes 60 90 30 50
599 Yes Yes Yes Yes 82 87 100 86
600 Yes Yes Yes Yes 100 100 100 98
601 Yes Yes Yes Yes 100 78 47 30
602 Yes Yes Yes Yes 91 100 93 78
603 Yes Yes Yes Yes 100 100 95 95
604 Yes Yes Yes Yes 61 85 68 72
605 Yes Yes Yes Yes 50 56 54 51
606 Yes Yes Yes Yes 72 62 62 63
607 Yes Yes Yes Yes 97 100 93 93
608 Yes Yes Yes Yes 73 82 73 61
609 Yes Yes No Yes 72 94 31 49
610 Yes Yes Yes Yes 91 91 91 92
611 Yes Yes Yes Yes 55 100 100 100
612 Yes Yes Yes Yes 50 54 60 55
613 Yes Yes Yes Yes 89 88 91 91
614 Yes Yes Yes Yes 53 41 50 53
615 Yes Yes Yes Yes 92 100 100 100
616 Yes Yes Yes Yes 93 96 88 86
617 Yes Yes No Yes 74 91 53 64
618 Yes Yes Yes Yes 81 93 92 72
619 Yes Yes Yes Yes 57 50 57 55
620 No No Yes Yes 56 75 52 62
621 Yes Yes Yes Yes 72 72 73 72
622 Yes Yes Yes Yes 2 5 2 2
623 Yes Yes No Yes 100 100 17 53
624 Yes Yes Yes Yes 80 85 70 77
625 Yes Yes Yes Yes 90 100 98 98
626 Yes Yes Yes Yes 54 45 45 20
627 Yes Yes Yes Yes 71 57 44 74
628 Yes Yes Yes Yes 70 72 69 57
629 Yes Yes No Yes 96 96 90 90
630 Yes Yes Yes Yes 83 83 83 81
631 Yes Yes Yes Yes 81 81 65 58
632 Yes Yes Yes Yes 92 97 93 96
633 Yes Yes Yes Yes 98 100 92 82
634 Yes Yes Yes Yes 82 83 87 91
635 Yes Yes Yes Yes 48 71 58 52
636 Yes Yes No Yes 50 50 20 20
637 Yes Yes Yes Yes 90 80 80 71
638 Yes Yes Yes Yes 66 68 77 75
639 Yes Yes Yes Yes 60 63 63 73
640 Yes Yes Yes Yes 72 92 74 78
641 Yes Yes Yes Yes 62 48 77 28
642 Yes Yes Yes Yes 89 89 100 77
643 Yes Yes Yes No 88 92 58 51
644 Yes Yes Yes Yes 56 91 44 62
645 Yes Yes Yes Yes 83 82 83 84
646 Yes Yes Yes Yes 50 50 50 50
647 Yes Yes Yes Yes 11 91 89 75
648 Yes Yes Yes Yes 50 53 46 35
649 Yes Yes Yes Yes 80 80 60 50
650 Yes Yes Yes Yes 62 69 72 75
651 Yes Yes Yes Yes 93 77 86 89
652 Yes Yes Yes Yes 92 93 93 93
653 Yes Yes Yes Yes 87 86 90 86
654 Yes Yes Yes Yes 66 50 46 42
655 Yes Yes Yes Yes 80 80 80 80
656 Yes Yes Yes Yes 80 80 90 70
657 Yes Yes Yes Yes 25 42 41 27
658 Yes Yes Yes Yes 91 96 95 95
659 Yes Yes Yes Yes 74 70 80 100
660 Yes Yes Yes Yes 95 93 89 90
661 Yes Yes Yes Yes 51 52 78 49
662 Yes Yes Yes Yes 75 95 90 75
663 Yes Yes Yes Yes 81 100 92 80
664 Yes Yes Yes Yes 71 67 43 46
665 Yes Yes Yes Yes 90 89 91 84
666 Yes Yes Yes Yes 77 63 71 71
667 Yes Yes Yes Yes 91 89 89 90
668 Yes Yes Yes Yes 81 83 78 79
669 Yes Yes Yes Yes 40 40 40 40
670 Yes Yes Yes Yes 83 83 84 84
671 Yes Yes Yes Yes 72 91 62 77
672 Yes Yes No Yes 100 78 100 84
673 Yes Yes Yes Yes 62 58 46 42
674 Yes Yes Yes Yes 91 96 99 96
675 Yes Yes Yes Yes 82 87 89 83
676 Yes Yes Yes Yes 62 72 84 100
677 Yes Yes Yes Yes 100 54 69 62
678 No Yes Yes Yes 22 83 81 75
679 Yes Yes Yes Yes 100 100 21 100
680 Yes Yes Yes Yes 71 76 75 75
681 Yes Yes Yes Yes 100 100 90 94
682 Yes Yes Yes Yes 89 100 100 88
683 NA NA NA NA
684 Yes Yes Yes Yes 97 97 81 71
685 Yes Yes Yes Yes 100 100 100 86
686 Yes Yes Yes Yes 38 81 91 77
687 Yes Yes No Yes 79 90 50 50
688 Yes Yes Yes Yes 90 100 100 100
689 Yes Yes Yes Yes 54 53 51 51
690 Yes Yes Yes Yes 70 76 78 88
691 Yes Yes Yes Yes 58 83 60 89
692 Yes Yes Yes Yes 70 80 50 71
693 Yes Yes Yes Yes 50 60 41 41
694 Yes Yes Yes Yes 55 80 58 80
695 Yes Yes Yes Yes 84 88 68 79
696 Yes Yes Yes Yes 100 100 99 98
697 Yes Yes Yes Yes 94 94 92 93
698 Yes Yes Yes Yes 96 97 98 98
699 Yes Yes Yes Yes 100 80 80 80
700 Yes Yes Yes Yes 40 77 54 50
701 Yes Yes Yes Yes 100 100 100 100
702 Yes Yes Yes Yes 20 20 11 12
703 Yes Yes Yes Yes 81 90 82 83
704 Yes Yes Yes Yes 74 100 83 77
705 Yes Yes Yes Yes 63 77 79 59
706 Yes Yes Yes Yes 80 92 70 86
707 Yes Yes Yes Yes 70 60 83 73
708 Yes Yes Yes Yes 50 49 65 70
709 Yes Yes Yes Yes 2 100 100 100
710 Yes Yes Yes Yes 35 35 50 25
711 NA NA NA NA
712 NA NA NA NA
713 Yes Yes Yes Yes 81 81 81 81
714 Yes Yes Yes Yes 81 93 95 85
715 Yes Yes Yes Yes 67 87 79 80
716 Yes Yes Yes Yes 60 75 72 77
717 Yes Yes Yes Yes 50 77 76 76
718 Yes Yes Yes Yes 95 100 90 85
719 Yes Yes Yes Yes 80 92 76 83
720 Yes Yes Yes Yes 65 86 41 65
721 Yes Yes Yes Yes 61 91 93 92
722 Yes Yes Yes Yes 73 66 71 70
723 Yes Yes Yes Yes 72 100 95 90
724 Yes Yes Yes Yes 50 56 100 57
725 Yes Yes Yes Yes 48 28 12 14
726 Yes Yes Yes No 90 89 93 55
727 Yes Yes Yes Yes 60 61 61 61
728 Yes Yes Yes Yes 100 100 100 100
729 Yes Yes Yes Yes 100 100 100 100
730 Yes Yes Yes Yes 66 65 60 60
731 Yes Yes Yes Yes 100 86 83 64
732 Yes Yes Yes Yes 83 86 84 78
733 Yes Yes Yes Yes 90 100 95 90
734 Yes Yes Yes Yes 71 70 59 52
735 Yes Yes Yes No 97 100 92 30
736 Yes Yes Yes Yes 60 70 55 55
737 Yes Yes No Yes 46 50 73 32
738 Yes Yes Yes Yes 60 70 60 60
739 Yes Yes Yes Yes 65 83 50 60
740 Yes Yes Yes Yes 93 87 62 72
741 Yes Yes Yes Yes 50 79 100 100
742 Yes Yes Yes Yes 30 30 30 30
743 Yes Yes Yes Yes 100 100 94 94
744 Yes Yes Yes Yes 69 74 79 81
745 Yes Yes Yes Yes 50 76 93 78
746 Yes Yes No Yes 71 63 36 76
747 Yes Yes Yes Yes 100 100 100 100
748 Yes Yes Yes Yes 73 76 80 90
749 Yes Yes Yes Yes 81 77 83 97
750 Yes Yes No Yes 65 72 67 71
751 Yes Yes Yes No 66 100 58 48
752 Yes Yes Yes Yes 86 92 53 63
753 Yes Yes Yes Yes 51 81 52 46
754 Yes Yes Yes Yes 17 26 57 58
755 Yes Yes Yes Yes 90 88 87 88
756 No Yes Yes Yes 50 100 50 50
757 Yes Yes Yes Yes 81 80 82 81
758 Yes Yes Yes Yes 84 84 75 88
759 Yes Yes No No 80 90 40 33
760 Yes Yes Yes Yes 96 100 99 99
761 Yes Yes Yes Yes 52 52 56 47
762 Yes Yes Yes Yes 93 82 85 83
763 Yes Yes Yes Yes 94 93 89 80
764 Yes Yes Yes Yes 99 99 99 99
765 Yes Yes Yes Yes 40 60 15 40
766 Yes Yes Yes Yes 74 81 77 93
767 Yes Yes Yes Yes 83 65 51 70
768 Yes Yes Yes Yes 83 68 83 67
769 Yes Yes Yes Yes 72 83 77 71
770 Yes Yes Yes Yes 100 100 100 100
771 Yes Yes Yes Yes 50 55 55 56
772 Yes Yes Yes Yes 68 39 61 67
773 Yes Yes Yes Yes 98 100 98 99
774 Yes Yes Yes Yes 70 95 70 70
775 Yes Yes Yes Yes 100 98 98 96
776 Yes Yes No Yes 71 86 50 80
777 Yes Yes Yes Yes 51 52 52 51
778 Yes Yes Yes Yes 58 38 82 62
779 Yes Yes Yes Yes 100 100 100 100
780 Yes Yes Yes Yes 82 83 83 90
781 Yes Yes Yes Yes 81 84 85 83
782 Yes Yes Yes Yes 100 72 84 100
783 Yes Yes Yes Yes 96 88 95 89
784 Yes Yes Yes Yes 52 41 47 47
785 Yes Yes Yes No 100 100 98 99
786 Yes Yes Yes Yes 11 10 13 17
787 Yes Yes Yes Yes 71 93 80 72
788 Yes Yes Yes Yes 90 86 84 80
789 No No No No 30 15 15 10
790 Yes Yes Yes Yes 87 87 94 92
791 Yes Yes Yes Yes 100 100 100 100
792 Yes Yes Yes Yes 90 95 80 75
793 Yes Yes Yes Yes 90 100 95 96
794 Yes Yes Yes Yes 90 90 80 85
795 Yes Yes Yes Yes 96 90 100 100
796 Yes Yes Yes Yes 77 88 60 72
797 Yes Yes Yes Yes 52 100 92 100
798 Yes Yes Yes Yes 67 85 96 76
799 Yes Yes Yes Yes 26 33 38 42
800 Yes Yes Yes Yes 51 71 47 53
801 No No No No 77 80 81 82
802 Yes Yes Yes Yes 75 90 90 86
803 Yes Yes Yes Yes 52 40 25 30
804 Yes Yes Yes Yes 62 57 65 61
805 Yes Yes Yes Yes 13 16 19 14
806 Yes Yes Yes Yes 92 95 93 92
807 Yes Yes Yes Yes 90 90 74 90
808 Yes Yes Yes Yes 78 78 63 58
809 Yes Yes Yes Yes 80 91 82 82
810 Yes Yes Yes Yes 61 81 51 53
811 Yes Yes Yes Yes 83 95 74 81
812 Yes Yes Yes Yes 79 100 100 100
813 Yes Yes Yes Yes 81 89 66 71
814 Yes Yes Yes Yes 99 100 99 99
815 Yes Yes Yes Yes 70 50 50 70
816 Yes Yes Yes Yes 74 80 79 81
817 Yes Yes Yes Yes 34 47 25 38
818 Yes Yes Yes Yes 83 84 62 40
819 Yes Yes Yes Yes 61 92 71 52
820 Yes Yes Yes No 70 72 68 75
821 Yes Yes Yes Yes 90 90 90 80
822 Yes Yes Yes Yes 92 92 92 100
823 Yes Yes Yes Yes 93 95 91 91
824 Yes Yes Yes Yes 72 60 80 74
825 Yes Yes Yes Yes 91 100 91 88
826 Yes Yes Yes Yes 70 85 75 70
827 Yes Yes Yes Yes 80 80 80 80
828 Yes Yes Yes Yes 86 74 79 84
829 Yes Yes Yes Yes 52 60 51 20
830 Yes Yes Yes Yes 50 50 50 50
831 Yes Yes No Yes 82 80 82 82
832 Yes Yes Yes Yes 81 82 69 71
833 Yes Yes Yes Yes 80 78 85 66
834 Yes Yes Yes Yes 64 95 88 86
835 Yes Yes Yes Yes 75 85 71 64
836 Yes Yes Yes Yes 96 92 89 94
837 Yes Yes Yes Yes 80 80 50 50
838 Yes Yes Yes Yes 90 90 90 90
839 No No No Yes 39 57 37 65
840 Yes Yes Yes Yes 89 93 82 83
841 Yes Yes Yes Yes 89 95 92 95
842 Yes Yes Yes Yes 50 60 70 60
843 Yes Yes Yes Yes 83 84 100 100
844 Yes Yes Yes Yes 92 92 91 93
845 Yes Yes Yes Yes 65 65 62 80
846 Yes Yes Yes Yes 87 90 91 87
847 Yes Yes Yes Yes 79 78 92 68
848 Yes Yes Yes Yes 49 72 64 90
849 Yes Yes Yes Yes 98 100 100 100
850 Yes Yes Yes Yes 92 95 95 90
851 Yes Yes Yes Yes 100 100 100 100
852 Yes Yes Yes Yes 47 69 47 52
853 Yes Yes Yes Yes 68 80 75 67
854 Yes Yes Yes Yes 46 46 46 54
855 Yes Yes Yes Yes 64 66 26 23
856 Yes Yes Yes Yes 71 72 64 64
857 Yes Yes Yes Yes 71 69 64 63
858 No Yes Yes Yes 70 100 81 81
859 Yes Yes Yes Yes 69 68 70 84
860 Yes Yes No Yes 60 91 35 52
861 Yes Yes No Yes 90 100 99 100
862 Yes Yes Yes Yes 71 76 88 99
863 NA NA NA NA
864 Yes Yes Yes Yes 61 79 71 63
865 Yes Yes Yes Yes 51 61 58 45
866 Yes Yes Yes Yes 82 100 83 84
867 Yes Yes Yes Yes 59 87 75 72
868 Yes Yes Yes Yes 69 81 61 50
869 Yes Yes Yes Yes 86 92 60 60
870 Yes Yes No Yes 92 92 93 97
871 Yes Yes Yes Yes 92 100 83 73
872 Yes Yes Yes Yes 75 90 90 80
873 Yes Yes Yes Yes 70 76 55 74
874 Yes Yes Yes Yes 40 40 40 40
875 Yes Yes Yes Yes 100 100 73 80
876 Yes Yes No No 86 57 58 63
877 Yes Yes Yes Yes 10 95 91 97
878 Yes Yes Yes Yes 72 89 72 66
879 Yes Yes Yes Yes 82 90 90 84
880 Yes Yes Yes Yes 58 86 81 78
881 Yes Yes Yes Yes 72 72 75 63
882 Yes No No No 87 87 84 91
883 Yes Yes Yes Yes 51 100 89 100
884 Yes Yes Yes Yes 70 80 50 51
885 Yes Yes Yes Yes 90 90 81 70
886 Yes Yes No No 82 100 40 58
887 Yes Yes No Yes 88 79 21 100
888 Yes Yes Yes Yes 29 38 0 17
889 Yes Yes Yes Yes 92 94 91 92
890 Yes Yes Yes Yes 72 64 55 62
891 Yes Yes Yes Yes 71 61 62 60
892 Yes Yes No Yes 82 83 82 84
893 Yes Yes Yes Yes 70 71 70 70
894 Yes Yes Yes Yes 79 88 71 71
895 Yes Yes Yes Yes 100 100 100 100
896 Yes Yes Yes Yes 98 98 90 90
897 Yes Yes Yes Yes 73 89 89 89
898 Yes Yes Yes Yes 100 100 100 100
899 Yes Yes Yes Yes 60 77 65 45
900 Yes Yes Yes Yes 80 80 81 82
901 Yes Yes Yes Yes 71 73 69 70
902 Yes Yes No Yes 80 80 80 70
903 Yes Yes Yes Yes 50 49 33 29
904 Yes Yes Yes Yes 100 100 100 100
905 Yes Yes Yes Yes 82 91 70 67
906 Yes Yes Yes Yes 55 40 74 63
907 Yes Yes Yes Yes 78 84 91 71
908 Yes Yes Yes Yes 70 70 70 70
909 Yes Yes Yes Yes 67 68 68 68
910 Yes Yes Yes Yes 92 94 77 79
911 Yes Yes Yes Yes 81 82 80 75
912 Yes Yes Yes Yes 62 74 56 34
913 Yes Yes Yes Yes 96 99 88 81
914 Yes Yes Yes Yes 85 95 70 70
915 Yes Yes Yes Yes 85 25 35 63
916 Yes Yes Yes Yes 52 29 10 3
917 Yes Yes Yes Yes 81 72 56 66
918 Yes Yes Yes Yes 91 100 76 89
919 Yes Yes Yes Yes 58 58 65 63
920 Yes Yes Yes Yes 75 68 80 71
921 Yes Yes Yes Yes 60 80 95 65
922 Yes Yes Yes Yes 61 61 53 60
923 Yes Yes No Yes 100 100 100 100
924 Yes Yes Yes Yes 84 83 83 84
925 Yes Yes Yes Yes 100 100 100 100
926 Yes Yes Yes Yes 71 72 82 85
927 Yes Yes Yes Yes 85 100 88 90
928 Yes Yes Yes Yes 95 100 98 97
929 Yes Yes Yes Yes 100 100 100 100
930 Yes Yes Yes Yes 61 90 70 60
931 Yes Yes Yes No 28 48 22 35
932 Yes Yes Yes Yes 81 90 82 88
933 Yes Yes No Yes 40 84 79 72
934 Yes Yes Yes Yes 81 92 61 62
935 Yes Yes No No 90 92 65 50
936 Yes Yes No Yes 72 100 53 89
937 Yes Yes Yes Yes 91 99 50 18
938 Yes Yes Yes Yes 100 100 100 100
939 Yes Yes Yes Yes 90 100 100 100
940 No Yes No Yes 71 100 59 72
941 Yes Yes Yes Yes 95 71 81 74
942 Yes Yes Yes Yes 60 60 68 71
943 Yes Yes Yes Yes 62 73 49 49
944 Yes Yes Yes Yes 94 100 97 92
945 Yes Yes Yes Yes 52 53 54 53
946 Yes Yes Yes Yes 77 98 64 60
947 Yes Yes Yes Yes 100 100 100 100
948 Yes Yes Yes Yes 100 92 98 95
949 Yes Yes Yes Yes 89 94 78 72
950 Yes Yes No Yes 79 77 84 90
951 Yes Yes Yes Yes 82 95 72 60
952 Yes Yes Yes Yes 100 100 100 100
953 Yes Yes Yes Yes 94 96 92 91
954 Yes Yes Yes No 61 92 88 88
955 Yes Yes Yes Yes 60 60 82 59
956 Yes Yes Yes Yes 81 100 100 100
957 Yes Yes Yes Yes 80 81 89 89
958 Yes Yes Yes No 91 80 72 45
959 Yes Yes Yes Yes 83 69 56 51
960 Yes Yes Yes Yes 68 88 58 66
961 Yes Yes Yes Yes 91 92 92 91
962 NA NA NA NA
963 Yes Yes Yes Yes 72 69 81 69
964 Yes Yes Yes Yes 70 60 40 40
965 Yes Yes Yes Yes 100 100 100 100
966 Yes Yes Yes Yes 85 85 80 75
967 Yes Yes Yes Yes 70 71 72 73
968 Yes Yes Yes Yes 72 85 54 59
969 Yes Yes Yes Yes 70 91 65 65
970 Yes Yes Yes Yes 98 100 100 100
971 Yes Yes Yes Yes 78 80 86 83
972 Yes Yes Yes Yes 90 90 89 91
973 Yes Yes Yes Yes 53 65 63 72
974 Yes Yes Yes Yes 82 82 83 82
975 Yes Yes Yes Yes 82 81 60 76
976 Yes Yes Yes Yes 82 72 77 79
977 Yes Yes Yes Yes 60 53 52 49
978 No Yes Yes Yes 33 53 45 61
979 Yes Yes No No 100 100 76 78
980 Yes Yes Yes Yes 90 90 90 91
981 Yes Yes Yes Yes 70 71 71 72
982 Yes Yes Yes Yes 63 100 100 65
983 Yes Yes Yes Yes 100 100 100 100
984 Yes Yes Yes Yes 66 62 62 70
985 Yes Yes Yes Yes 63 69 71 56
986 Yes Yes Yes Yes 58 71 52 72
987 Yes Yes Yes No 51 52 37 44
988 Yes Yes Yes Yes 70 80 70 62
989 Yes Yes Yes Yes 58 89 65 80
990 Yes Yes No No 56 69 55 54
991 Yes No No Yes 26 32 38 30
992 Yes Yes Yes Yes 73 69 76 70
993 Yes Yes Yes Yes 80 81 70 83
994 Yes Yes Yes Yes 82 95 76 69
995 Yes Yes Yes Yes 82 40 56 30
996 Yes Yes Yes Yes 76 98 52 92
997 Yes Yes Yes Yes 70 60 80 80
998 Yes Yes Yes Yes 84 84 81 92
999 Yes Yes Yes Yes 100 100 99 91
1000 Yes Yes Yes Yes 72 63 56 57
1001 Yes Yes Yes Yes 75 70 78 74
1002 Yes Yes Yes Yes 66 64 73 83
1003 Yes Yes Yes Yes 85 93 53 58
1004 Yes Yes Yes Yes 93 85 91 90
1005 Yes Yes No No 41 57 69 76
1006 Yes Yes Yes Yes 60 70 40 60
1007 Yes Yes Yes Yes 40 42 51 28
1008 Yes Yes Yes Yes 96 96 95 91
1009 Yes Yes Yes Yes 77 83 72 69
1010 Yes Yes Yes Yes 90 95 85 85
1011 NA NA NA NA
1012 Yes Yes Yes Yes 89 93 100 100
1013 Yes Yes Yes Yes 90 90 90 90
1014 Yes Yes Yes Yes 78 84 78 75
1015 Yes Yes Yes Yes 70 80 76 85
1016 NA NA NA NA
1017 Yes Yes No Yes 76 89 51 54
1018 Yes Yes No No 60 100 50 20
1019 Yes Yes Yes Yes 81 91 91 82
1020 Yes Yes Yes Yes 90 90 86 83
1021 Yes Yes Yes Yes 67 98 88 82
1022 Yes Yes Yes Yes 70 100 90 70
1023 Yes Yes Yes Yes 73 88 88 89
1024 Yes Yes Yes Yes 100 100 80 80
1025 Yes Yes Yes Yes 82 100 83 83
1026 Yes Yes Yes Yes 24 26 24 22
1027 Yes Yes No Yes 100 100 60 60
1028 Yes Yes Yes Yes 81 100 90 90
1029 Yes Yes Yes Yes 60 65 50 70
1030 Yes Yes Yes Yes 90 70 60 40
1031 Yes Yes Yes Yes 70 70 60 60
1032 Yes Yes Yes Yes 62 77 100 100
1033 Yes Yes Yes Yes 87 84 89 84
1034 Yes Yes Yes Yes 95 100 95 96
1035 Yes Yes Yes Yes 80 80 80 70
1036 Yes Yes Yes Yes 81 80 80 71
1037 Yes Yes Yes No 100 100 72 59
1038 Yes Yes Yes Yes 55 81 61 90
1039 Yes Yes Yes Yes 86 68 80 75
1040 Yes Yes Yes Yes 100 100 100 100
1041 Yes Yes Yes Yes 75 78 78 78
1042 Yes Yes Yes Yes 62 75 74 72
1043 Yes Yes Yes Yes 87 81 81 69
1044 Yes Yes Yes Yes 65 93 79 100
1045 Yes Yes Yes Yes 82 72 84 73
1046 Yes Yes Yes Yes 70 92 62 72
1047 Yes Yes Yes Yes 95 98 95 97
1048 Yes Yes Yes Yes 82 82 83 84
1049 Yes Yes Yes Yes 73 60 67 66
1050 Yes Yes Yes Yes 90 100 90 89
1051 Yes Yes Yes Yes 82 91 46 91
1052 Yes Yes Yes Yes 78 86 69 51
1053 Yes Yes Yes Yes 80 70 60 75
1054 Yes Yes Yes Yes 97 100 96 63
1055 Yes Yes Yes Yes 43 92 88 44
1056 Yes Yes Yes Yes 52 57 59 64
1057 Yes Yes Yes Yes 79 71 79 82
1058 Yes Yes Yes Yes 83 83 85 63
1059 Yes Yes Yes Yes 90 80 60 60
1060 Yes Yes Yes Yes 90 100 60 80
1061 Yes Yes Yes Yes 85 70 70 70
1062 Yes Yes Yes Yes 81 83 68 86
1063 Yes Yes Yes No 54 31 80 78
1064 Yes Yes Yes Yes 80 70 70 60
1065 Yes Yes Yes Yes 67 60 54 60
1066 No Yes No No 96 100 73 59
1067 Yes Yes Yes Yes 50 62 74 69
1068 Yes Yes Yes Yes 49 61 69 64
1069 Yes Yes Yes Yes 90 90 80 75
1070 Yes Yes Yes Yes 100 100 100 97
1071 Yes Yes Yes Yes 91 100 82 83
1072 Yes Yes Yes Yes 82 77 87 81
1073 NA NA NA NA
1074 Yes Yes Yes Yes 83 89 73 84
1075 Yes Yes Yes Yes 97 61 87 73
1076 Yes Yes Yes Yes 70 69 70 71
1077 NA NA NA NA
1078 Yes Yes Yes Yes 70 98 98 97
1079 Yes Yes Yes Yes 100 100 100 100
1080 Yes Yes Yes Yes 100 100 81 79
1081 Yes Yes Yes Yes 92 100 93 100
1082 Yes Yes Yes Yes 69 73 59 69
1083 No Yes Yes Yes 92 92 93 94
1084 Yes Yes Yes Yes 73 100 78 76
1085 Yes Yes Yes Yes 71 92 71 60
1086 Yes Yes Yes Yes 81 81 74 74
1087 Yes Yes No Yes 93 93 10 90
1088 Yes Yes Yes Yes 72 66 100 35
1089 Yes Yes Yes Yes 92 92 90 90
1090 Yes Yes Yes Yes 60 100 100 100
1091 Yes Yes Yes Yes 72 66 77 57
1092 Yes Yes Yes Yes 83 84 70 63
1093 Yes Yes Yes Yes 79 88 95 84
1094 Yes Yes Yes Yes 40 60 39 40
1095 NA NA NA NA
1096 Yes Yes Yes Yes 74 61 74 61
1097 Yes Yes Yes Yes 62 91 52 63
1098 Yes Yes Yes Yes 100 100 99 99
1099 Yes Yes Yes Yes 50 49 50 50
1100 Yes Yes Yes Yes 91 93 92 96
1101 Yes Yes Yes Yes 9 93 90 90
1102 Yes Yes Yes Yes 72 84 74 60
1103 Yes Yes Yes Yes 70 80 80 80
1104 Yes Yes Yes Yes 37 32 27 39
1105 Yes Yes Yes Yes 65 50 85 86
1106 Yes Yes Yes Yes 61 61 51 29
1107 Yes Yes Yes Yes 51 100 50 50
1108 Yes Yes Yes Yes 21 31 41 31
1109 Yes Yes Yes Yes 81 72 72 72
1110 Yes Yes Yes Yes 53 53 67 47
1111 Yes Yes Yes Yes 70 70 71 68
1112 Yes Yes Yes Yes 91 90 86 65
1113 Yes Yes Yes Yes 70 60 80 85
1114 Yes Yes Yes Yes 81 89 68 72
1115 Yes Yes Yes Yes 60 60 59 60
1116 Yes Yes Yes Yes 92 100 100 97
1117 Yes Yes Yes Yes 91 73 74 78
1118 Yes Yes Yes Yes 66 100 100 82
1119 Yes Yes Yes Yes 29 34 19 10
1120 Yes Yes Yes Yes 84 85 75 75
1121 Yes Yes Yes Yes 50 80 59 20
1122 Yes Yes Yes Yes 93 91 93 95
1123 Yes Yes Yes Yes 91 77 89 86
1124 Yes Yes Yes Yes 71 70 85 85
1125 No No Yes Yes 47 48 48 59
1126 Yes Yes Yes Yes 80 80 80 80
1127 Yes Yes No Yes 87 100 49 79
1128 Yes Yes Yes Yes 80 82 74 72
1129 Yes Yes Yes Yes 79 88 95 71
1130 Yes Yes Yes Yes 100 98 99 99
1131 Yes Yes Yes Yes 72 82 60 65
1132 Yes Yes Yes Yes 50 100 100 53
1133 Yes Yes Yes Yes 82 93 83 74
1134 Yes Yes Yes Yes 100 93 94 93
1135 Yes Yes Yes Yes 80 74 81 82
1136 Yes Yes Yes Yes 80 90 75 70
1137 Yes Yes Yes Yes 80 80 74 65
1138 Yes Yes Yes Yes 95 100 100 100
1139 Yes Yes Yes Yes 85 89 89 84
1140 Yes Yes Yes Yes 80 80 80 60
1141 Yes Yes Yes Yes 86 81 100 61
1142 NA NA NA NA
1143 No No Yes No 49 49 49 48
1144 Yes Yes Yes Yes 100 100 100 100
1145 Yes Yes Yes Yes 22 39 49 66
1146 Yes Yes Yes Yes 50 71 60 72
1147 Yes Yes No Yes 60 100 52 100
1148 Yes Yes No No 21 92 80 52
1149 Yes Yes Yes Yes 68 81 68 47
1150 Yes Yes Yes Yes 62 93 72 40
1151 Yes Yes Yes Yes 60 59 62 60
1152 Yes Yes Yes Yes 91 85 93 92
1153 Yes Yes Yes Yes 100 100 100 100
1154 Yes Yes Yes Yes 82 100 93 89
1155 Yes Yes Yes Yes 90 95 85 80
1156 Yes Yes Yes Yes 62 93 93 82
1157 Yes Yes No No 72 98 40 48
1158 Yes Yes Yes Yes 94 96 99 94
1159 Yes Yes Yes Yes 30 90 70 60
1160 Yes Yes Yes Yes 64 84 40 43
1161 Yes Yes Yes Yes 70 60 66 56
1162 Yes Yes Yes Yes 67 98 80 53
1163 Yes No Yes No 84 93 100 96
1164 Yes Yes Yes Yes 54 81 59 45
1165 Yes Yes Yes Yes 74 100 94 84
1166 Yes Yes Yes Yes 94 99 97 98
1167 Yes Yes Yes Yes 100 100 100 100
1168 Yes Yes Yes Yes 90 100 95 80
1169 Yes Yes Yes Yes 92 100 100 100
1170 Yes Yes Yes Yes 61 62 61 62
1171 Yes Yes Yes Yes 50 50 50 50
1172 Yes Yes Yes Yes 61 75 31 54
1173 Yes Yes Yes Yes 82 90 79 80
1174 Yes Yes Yes Yes 52 87 88 50
1175 Yes Yes Yes Yes 50 80 7 21
1176 Yes Yes Yes Yes 50 51 52 52
1177 Yes Yes Yes Yes 81 100 87 60
1178 Yes Yes Yes Yes 90 100 95 100
1179 Yes Yes Yes Yes 30 100 50 38
1180 Yes Yes Yes Yes 80 80 80 80
1181 Yes Yes Yes Yes 100 99 100 99
1182 Yes Yes Yes Yes 73 81 78 62
1183 Yes Yes Yes Yes 75 77 77 76
1184 Yes Yes Yes Yes 75 84 75 65
1185 Yes Yes Yes Yes 90 100 80 71
1186 NA NA NA NA
1187 Yes Yes Yes Yes 82 94 100 100
1188 Yes Yes Yes Yes 70 83 76 60
1189 Yes No No Yes 100 100 100 100
1190 No Yes Yes Yes 52 57 68 61
1191 Yes Yes Yes Yes 90 82 76 69
1192 NA NA NA NA
1193 Yes Yes Yes Yes 70 70 65 70
1194 NA NA NA NA
1195 Yes Yes Yes Yes 68 69 97 57
1196 Yes Yes Yes Yes 63 100 51 73
1197 Yes Yes Yes Yes 83 61 43 43
1198 Yes Yes Yes Yes 83 90 92 60
1199 Yes Yes Yes No 41 62 82 64
1200 Yes Yes Yes Yes 60 93 50 37
1201 NA NA NA NA
1202 Yes Yes Yes Yes 81 91 92 79
1203 Yes Yes Yes Yes 95 96 96 90
1204 Yes Yes Yes Yes 50 100 87 81
1205 Yes Yes Yes Yes 100 100 100 97
1206 Yes Yes Yes Yes 80 81 96 51
1207 Yes Yes Yes Yes 60 68 31 48
1208 Yes Yes Yes Yes 82 99 85 86
1209 Yes Yes Yes Yes 81 87 90 50
1210 Yes Yes Yes Yes 86 94 98 100
1211 Yes Yes Yes Yes 79 81 81 77
1212 Yes Yes Yes Yes 70 92 83 85
1213 Yes Yes Yes Yes 52 53 55 56
1214 Yes Yes Yes Yes 96 47 34 40
1215 Yes Yes Yes Yes 71 93 82 52
1216 Yes Yes Yes Yes 72 77 78 81
1217 Yes Yes Yes Yes 72 74 76 62
1218 NA NA NA NA
1219 Yes Yes Yes Yes 50 66 87 67
1220 Yes Yes Yes Yes 100 82 71 72
1221 Yes Yes No Yes 50 51 50 50
1222 Yes Yes Yes Yes 52 56 57 51
1223 Yes Yes Yes Yes 72 79 78 73
1224 Yes Yes Yes Yes 41 100 50 49
1225 Yes Yes Yes Yes 61 96 61 50
1226 Yes Yes Yes Yes 100 71 66 62
1227 Yes Yes Yes Yes 90 96 97 98
1228 Yes Yes Yes Yes 80 100 80 80
1229 Yes Yes Yes Yes 60 50 50 40
1230 Yes Yes No Yes 36 76 42 40
1231 Yes Yes Yes Yes 100 100 100 100
1232 Yes Yes Yes Yes 70 89 96 89
1233 Yes Yes Yes Yes 70 62 72 65
1234 Yes Yes Yes Yes 81 90 73 42
1235 Yes Yes Yes Yes 81 79 79 77
1236 Yes Yes Yes Yes 96 96 90 96
1237 Yes Yes Yes Yes 98 100 75 88
1238 Yes Yes Yes Yes 87 83 88 84
1239 Yes Yes Yes Yes 82 91 60 60
1240 Yes Yes Yes Yes 0 100 58 45
1241 Yes Yes Yes Yes 82 100 99 99
1242 Yes Yes Yes Yes 50 40 40 40
1243 Yes Yes Yes Yes 60 70 57 50
1244 Yes Yes Yes Yes 81 81 81 74
1245 Yes Yes Yes Yes 49 50 50 50
1246 Yes Yes Yes Yes 99 100 99 99
1247 Yes Yes Yes Yes 75 75 76 75
1248 Yes Yes Yes Yes 71 71 72 72
1249 Yes Yes Yes Yes 85 86 100 90
financialpunishment Geldstrafe_1_1 Geldstrafe_2_1
1 NA NA
2 Yes 239 336
3 NA NA
4 Yes 152 144
5 Yes 263 428
6 Yes 5 5
7 Yes 341 253
8 No NA NA
9 Yes 34 102
10 Yes 203 158
11 Yes 192 500
12 Yes 460 480
13 No NA NA
14 Yes 120 125
15 Yes 500 471
16 Yes 472 500
17 NA NA
18 Yes 462 468
19 Yes 26 43
20 Yes 270 408
21 No NA NA
22 No NA NA
23 Yes 354 500
24 Yes 25 57
25 NA NA
26 Yes 296 500
27 Yes 318 351
28 Yes 487 361
29 Yes 444 430
30 Yes 500 500
31 Yes 313 477
32 Yes 234 320
33 Yes 500 500
34 Yes 500 500
35 Yes 500 496
36 Yes 249 275
37 Yes 251 492
38 Yes 500 500
39 Yes 500 500
40 NA NA
41 Yes 500 500
42 Yes 500 500
43 Yes 269 500
44 Yes 256 265
45 Yes 216 330
46 Yes 500 402
47 Yes 357 350
48 Yes 27 150
49 Yes 500 0
50 Yes 95 500
51 Yes 313 500
52 Yes 500 500
53 Yes 500 500
54 Yes 500 500
55 Yes 47 309
56 Yes 500 500
57 Yes 500 500
58 Yes 450 500
59 Yes 414 500
60 Yes 500 500
61 Yes 350 500
62 Yes 349 368
63 Yes 500 500
64 Yes 499 245
65 Yes 408 473
66 Yes 101 500
67 Yes 269 172
68 Yes 500 500
69 Yes 300 500
70 Yes 350 500
71 Yes 361 389
72 Yes 250 500
73 Yes 204 500
74 Yes 500 500
75 No NA NA
76 Yes 500 500
77 Yes 500 500
78 Yes 500 500
79 NA NA
80 Yes 500 500
81 Yes 441 455
82 Yes 500 500
83 Yes 258 256
84 Yes 348 405
85 Yes 205 500
86 Yes 500 103
87 Yes 254 430
88 Yes 500 500
89 NA NA
90 NA NA
91 Yes 157 265
92 Yes 375 407
93 Yes 249 500
94 Yes 413 500
95 Yes 331 500
96 Yes 87 500
97 Yes 500 498
98 Yes 500 500
99 Yes 185 500
100 Yes 500 500
101 Yes 383 336
102 Yes 500 500
103 No NA NA
104 Yes 489 500
105 No NA NA
106 Yes 250 500
107 Yes 127 200
108 Yes 489 497
109 Yes 500 500
110 Yes 500 496
111 NA NA
112 Yes 216 380
113 No NA NA
114 Yes 500 500
115 Yes 211 208
116 Yes 200 500
117 Yes 500 500
118 Yes 404 441
119 Yes 457 500
120 Yes 500 154
121 Yes 384 359
122 Yes 306 500
123 Yes 500 500
124 Yes 301 500
125 Yes 500 500
126 Yes 271 306
127 Yes 304 113
128 Yes 201 500
129 Yes 125 500
130 Yes 500 500
131 Yes 100 100
132 Yes 202 350
133 Yes 498 500
134 Yes 500 494
135 Yes 500 500
136 Yes 250 500
137 Yes 300 500
138 Yes 221 500
139 Yes 368 368
140 Yes 500 500
141 Yes 500 500
142 Yes 500 500
143 No NA NA
144 Yes 500 500
145 Yes 149 500
146 Yes 500 500
147 Yes 500 500
148 Yes 305 500
149 Yes 500 500
150 Yes 500 500
151 Yes 200 500
152 Yes 500 500
153 Yes 449 281
154 NA NA
155 Yes 500 500
156 Yes 302 403
157 Yes 346 496
158 Yes 244 500
159 Yes 351 500
160 Yes 352 500
161 Yes 442 460
162 Yes 152 301
163 Yes 246 288
164 Yes 500 500
165 Yes 482 480
166 Yes 480 500
167 Yes 50 399
168 Yes 500 496
169 Yes 202 500
170 Yes 249 500
171 Yes 323 500
172 Yes 500 500
173 Yes 448 485
174 Yes 500 500
175 Yes 305 500
176 Yes 350 500
177 No NA NA
178 Yes 299 500
179 Yes 253 407
180 Yes 397 500
181 No NA NA
182 Yes 277 385
183 Yes 64 118
184 Yes 500 500
185 Yes 500 500
186 Yes 59 46
187 Yes 494 500
188 Yes 500 500
189 Yes 500 500
190 Yes 500 500
191 Yes 107 253
192 Yes 500 500
193 Yes 300 500
194 Yes 500 500
195 Yes 500 454
196 No NA NA
197 Yes 500 500
198 Yes 346 500
199 Yes 500 500
200 Yes 289 173
201 Yes 106 311
202 Yes 272 357
203 Yes 411 500
204 Yes 500 500
205 Yes 300 150
206 Yes 500 292
207 Yes 0 0
208 Yes 500 500
209 Yes 100 150
210 NA NA
211 Yes 199 409
212 Yes 500 500
213 Yes 500 500
214 Yes 500 500
215 Yes 50 200
216 Yes 500 500
217 Yes 500 500
218 Yes 500 500
219 Yes 500 500
220 Yes 499 500
221 Yes 500 500
222 Yes 225 356
223 Yes 500 500
224 Yes 177 192
225 Yes 500 500
226 Yes 500 500
227 Yes 500 500
228 Yes 500 500
229 Yes 490 500
230 Yes 496 499
231 Yes 500 500
232 Yes 500 389
233 Yes 300 500
234 Yes 500 500
235 Yes 500 500
236 Yes 442 450
237 Yes 154 101
238 Yes 497 500
239 Yes 497 500
240 Yes 89 499
241 Yes 301 500
242 Yes 500 500
243 Yes 500 500
244 Yes 489 500
245 Yes 189 188
246 Yes 500 500
247 Yes 500 500
248 No NA NA
249 Yes 0 0
250 Yes 500 407
251 Yes 250 495
252 Yes 500 500
253 Yes 362 352
254 Yes 500 500
255 Yes 200 300
256 No NA NA
257 Yes 296 267
258 Yes 500 500
259 Yes 29 128
260 Yes 250 315
261 Yes 400 500
262 Yes 500 500
263 Yes 500 500
264 Yes 128 281
265 Yes 301 500
266 Yes 499 488
267 Yes 315 495
268 Yes 439 440
269 Yes 500 500
270 Yes 401 500
271 NA NA
272 Yes 500 500
273 Yes 500 485
274 Yes 358 492
275 Yes 119 309
276 NA NA
277 Yes 500 500
278 Yes 500 500
279 Yes 356 500
280 Yes 246 500
281 Yes 500 500
282 Yes 500 500
283 Yes 256 500
284 NA NA
285 Yes 500 497
286 Yes 257 307
287 Yes 252 453
288 Yes 500 492
289 NA NA
290 Yes 500 500
291 Yes 214 500
292 Yes 346 340
293 Yes 35 44
294 Yes 500 500
295 Yes 300 500
296 Yes 497 500
297 Yes 500 500
298 Yes 190 305
299 Yes 500 500
300 Yes 500 50
301 Yes 500 500
302 Yes 500 500
303 Yes 400 500
304 Yes 300 301
305 Yes 210 500
306 NA NA
307 Yes 500 500
308 Yes 500 500
309 Yes 259 500
310 Yes 250 500
311 Yes 408 500
312 Yes 500 500
313 No NA NA
314 Yes 400 400
315 Yes 500 500
316 No NA NA
317 Yes 500 500
318 No NA NA
319 Yes 500 500
320 Yes 500 500
321 Yes 207 500
322 Yes 500 500
323 Yes 308 295
324 Yes 199 395
325 Yes 500 500
326 Yes 500 500
327 No NA NA
328 Yes 413 418
329 Yes 402 500
330 Yes 42 250
331 Yes 248 500
332 Yes 269 282
333 Yes 155 205
334 NA NA
335 Yes 500 500
336 Yes 500 500
337 Yes 500 430
338 Yes 201 500
339 Yes 350 450
340 Yes 205 500
341 Yes 43 121
342 Yes 500 500
343 Yes 308 500
344 Yes 500 500
345 Yes 303 500
346 Yes 300 356
347 Yes 351 367
348 Yes 500 500
349 Yes 500 500
350 Yes 100 250
351 Yes 300 300
352 Yes 500 500
353 Yes 303 500
354 Yes 500 500
355 Yes 500 500
356 Yes 500 500
357 Yes 261 306
358 Yes 243 500
359 Yes 500 500
360 Yes 198 205
361 No NA NA
362 Yes 202 414
363 Yes 155 500
364 Yes 500 500
365 Yes 500 354
366 Yes 298 272
367 Yes 500 500
368 Yes 500 464
369 Yes 302 500
370 Yes 500 500
371 Yes 500 500
372 Yes 500 500
373 Yes 245 500
374 Yes 500 500
375 Yes 302 499
376 NA NA
377 Yes 263 249
378 Yes 500 500
379 NA NA
380 Yes 500 500
381 Yes 500 500
382 Yes 100 250
383 Yes 110 402
384 Yes 500 500
385 Yes 278 361
386 Yes 192 286
387 Yes 500 500
388 Yes 500 500
389 Yes 387 370
390 Yes 102 500
391 Yes 500 500
392 Yes 500 500
393 Yes 500 137
394 Yes 500 500
395 Yes 354 500
396 Yes 454 500
397 Yes 203 201
398 Yes 250 500
399 Yes 500 500
400 Yes 500 500
401 Yes 500 500
402 Yes 500 500
403 Yes 500 500
404 Yes 500 500
405 No NA NA
406 Yes 498 500
407 Yes 500 500
408 Yes 458 500
409 Yes 299 500
410 Yes 124 500
411 Yes 500 499
412 Yes 500 500
413 Yes 500 500
414 Yes 500 500
415 Yes 248 500
416 Yes 500 500
417 Yes 500 500
418 Yes 500 203
419 Yes 358 500
420 Yes 400 500
421 Yes 120 500
422 NA NA
423 No NA NA
424 Yes 498 497
425 Yes 202 206
426 Yes 500 500
427 Yes 499 500
428 Yes 500 499
429 Yes 453 451
430 Yes 500 496
431 Yes 257 500
432 Yes 101 302
433 Yes 275 245
434 Yes 500 500
435 Yes 500 500
436 Yes 152 213
437 Yes 500 500
438 Yes 300 500
439 Yes 460 500
440 Yes 500 500
441 Yes 500 498
442 Yes 500 500
443 No NA NA
444 Yes 500 500
445 Yes 350 500
446 Yes 298 500
447 Yes 500 500
448 Yes 500 500
449 Yes 105 117
450 Yes 306 366
451 NA NA
452 Yes 500 500
453 Yes 406 463
454 Yes 105 194
455 Yes 500 500
456 Yes 234 341
457 Yes 101 500
458 Yes 500 500
459 Yes 400 500
460 Yes 121 441
461 Yes 303 243
462 Yes 500 500
463 Yes 500 500
464 Yes 307 394
465 NA NA
466 No NA NA
467 Yes 405 500
468 Yes 500 500
469 No NA NA
470 Yes 300 500
471 Yes 251 500
472 Yes 500 500
473 Yes 402 500
474 Yes 500 500
475 Yes 150 279
476 Yes 500 500
477 Yes 350 456
478 Yes 406 500
479 Yes 500 500
480 Yes 500 500
481 Yes 500 500
482 Yes 216 303
483 Yes 500 500
484 Yes 385 385
485 Yes 243 399
486 Yes 500 500
487 Yes 290 197
488 Yes 500 500
489 Yes 250 200
490 Yes 293 500
491 Yes 475 468
492 Yes 500 500
493 Yes 500 500
494 Yes 500 500
495 Yes 260 500
496 Yes 500 500
497 Yes 500 500
498 Yes 193 247
499 Yes 500 500
500 Yes 255 345
501 Yes 500 500
502 Yes 225 232
503 Yes 500 251
504 Yes 500 500
505 Yes 202 500
506 Yes 499 495
507 Yes 50 25
508 Yes 500 500
509 Yes 351 500
510 Yes 500 500
511 Yes 95 385
512 Yes 500 500
513 Yes 500 500
514 Yes 500 500
515 Yes 200 200
516 Yes 303 500
517 Yes 300 500
518 Yes 201 106
519 Yes 239 500
520 Yes 460 500
521 Yes 308 500
522 Yes 361 435
523 Yes 201 409
524 No NA NA
525 Yes 500 500
526 Yes 300 152
527 Yes 500 500
528 Yes 500 500
529 Yes 99 295
530 Yes 500 500
531 Yes 500 499
532 Yes 372 305
533 Yes 289 500
534 Yes 500 500
535 Yes 163 260
536 Yes 500 194
537 Yes 500 500
538 Yes 404 500
539 Yes 500 433
540 Yes 500 500
541 Yes 500 500
542 Yes 500 500
543 Yes 250 500
544 Yes 498 500
545 Yes 262 500
546 No NA NA
547 Yes 500 500
548 Yes 244 465
549 Yes 500 280
550 Yes 500 500
551 Yes 500 500
552 Yes 300 500
553 Yes 500 500
554 Yes 484 498
555 Yes 500 500
556 Yes 99 298
557 Yes 500 500
558 No NA NA
559 Yes 301 500
560 Yes 500 500
561 No NA NA
562 Yes 500 500
563 Yes 500 500
564 No NA NA
565 Yes 310 500
566 Yes 500 500
567 Yes 107 500
568 Yes 500 500
569 No NA NA
570 Yes 251 500
571 Yes 448 417
572 Yes 299 373
573 Yes 301 459
574 Yes 204 500
575 Yes 500 500
576 Yes 145 497
577 No NA NA
578 Yes 500 500
579 Yes 500 500
580 Yes 315 500
581 Yes 203 210
582 Yes 50 500
583 Yes 119 111
584 Yes 500 500
585 Yes 205 194
586 Yes 500 500
587 Yes 300 150
588 No NA NA
589 Yes 286 310
590 Yes 207 499
591 Yes 500 500
592 Yes 500 500
593 Yes 500 500
594 Yes 500 500
595 Yes 300 500
596 Yes 404 500
597 Yes 500 500
598 Yes 500 500
599 Yes 500 500
600 Yes 90 500
601 Yes 500 500
602 No NA NA
603 Yes 500 500
604 Yes 414 497
605 Yes 500 500
606 Yes 253 500
607 Yes 494 481
608 Yes 264 403
609 Yes 500 301
610 Yes 354 500
611 Yes 120 243
612 Yes 253 340
613 Yes 204 407
614 Yes 399 500
615 Yes 500 498
616 Yes 499 500
617 Yes 56 7
618 Yes 301 500
619 Yes 500 500
620 No NA NA
621 Yes 500 500
622 Yes 11 21
623 No NA NA
624 Yes 500 500
625 Yes 500 500
626 No NA NA
627 Yes 254 500
628 Yes 201 411
629 Yes 203 201
630 Yes 361 455
631 Yes 500 500
632 Yes 277 494
633 Yes 500 500
634 Yes 406 455
635 Yes 500 241
636 Yes 50 500
637 Yes 100 200
638 Yes 500 500
639 Yes 500 500
640 Yes 500 500
641 Yes 381 486
642 Yes 500 500
643 Yes 269 350
644 Yes 136 211
645 Yes 500 500
646 Yes 300 500
647 Yes 500 500
648 Yes 500 500
649 Yes 500 500
650 Yes 371 374
651 Yes 289 246
652 Yes 500 500
653 Yes 500 500
654 Yes 500 500
655 Yes 500 500
656 Yes 500 500
657 Yes 116 103
658 Yes 500 500
659 Yes 250 500
660 Yes 357 147
661 Yes 111 365
662 Yes 500 500
663 Yes 500 500
664 Yes 298 466
665 Yes 158 500
666 Yes 362 326
667 No NA NA
668 Yes 200 500
669 Yes 500 500
670 Yes 500 500
671 Yes 352 500
672 Yes 452 500
673 Yes 251 500
674 Yes 140 251
675 Yes 458 500
676 Yes 304 500
677 Yes 78 91
678 Yes 462 256
679 Yes 500 500
680 Yes 104 258
681 Yes 453 500
682 Yes 500 500
683 NA NA
684 Yes 206 500
685 Yes 500 500
686 Yes 364 348
687 Yes 494 500
688 Yes 500 500
689 Yes 500 500
690 Yes 403 455
691 Yes 500 500
692 Yes 300 500
693 Yes 393 500
694 Yes 259 390
695 Yes 303 500
696 Yes 149 500
697 Yes 500 500
698 Yes 260 500
699 Yes 300 500
700 Yes 500 500
701 Yes 349 369
702 Yes 94 47
703 Yes 304 500
704 Yes 367 500
705 Yes 500 500
706 Yes 500 500
707 Yes 323 500
708 Yes 500 500
709 Yes 500 70
710 Yes 400 500
711 NA NA
712 NA NA
713 Yes 497 500
714 Yes 410 500
715 Yes 206 412
716 Yes 352 316
717 Yes 500 500
718 Yes 500 500
719 Yes 500 500
720 Yes 494 500
721 Yes 494 500
722 Yes 500 500
723 Yes 276 475
724 Yes 500 500
725 Yes 348 500
726 Yes 292 500
727 Yes 500 498
728 Yes 500 500
729 Yes 500 500
730 Yes 500 399
731 Yes 328 500
732 No NA NA
733 Yes 200 150
734 Yes 500 497
735 Yes 500 500
736 No NA NA
737 Yes 323 276
738 Yes 125 250
739 Yes 499 500
740 Yes 500 500
741 Yes 203 301
742 Yes 100 500
743 No NA NA
744 Yes 249 311
745 Yes 446 500
746 Yes 500 497
747 Yes 500 500
748 Yes 447 409
749 Yes 161 498
750 Yes 77 84
751 Yes 155 500
752 Yes 99 500
753 Yes 500 500
754 No NA NA
755 Yes 491 493
756 Yes 150 500
757 Yes 385 380
758 Yes 384 344
759 No NA NA
760 Yes 500 204
761 Yes 497 500
762 Yes 434 450
763 Yes 419 417
764 Yes 489 490
765 Yes 299 500
766 Yes 432 500
767 Yes 256 402
768 Yes 365 332
769 Yes 400 500
770 Yes 154 253
771 Yes 9 16
772 Yes 32 40
773 No NA NA
774 Yes 500 500
775 Yes 307 292
776 Yes 45 5
777 Yes 254 500
778 Yes 325 153
779 Yes 500 500
780 Yes 500 500
781 Yes 500 500
782 Yes 500 359
783 Yes 441 466
784 Yes 153 500
785 Yes 356 450
786 Yes 98 82
787 Yes 499 499
788 Yes 392 375
789 No NA NA
790 Yes 500 500
791 Yes 500 500
792 Yes 200 500
793 Yes 100 300
794 Yes 150 251
795 Yes 493 485
796 Yes 349 500
797 Yes 500 11
798 Yes 170 417
799 Yes 500 500
800 Yes 500 500
801 No NA NA
802 Yes 500 500
803 Yes 500 500
804 Yes 500 497
805 Yes 325 362
806 Yes 500 500
807 Yes 306 500
808 Yes 297 500
809 Yes 304 500
810 Yes 500 500
811 Yes 500 500
812 Yes 500 500
813 Yes 500 500
814 Yes 500 500
815 Yes 0 5
816 Yes 356 352
817 Yes 189 500
818 Yes 500 500
819 Yes 500 500
820 Yes 500 500
821 Yes 204 500
822 Yes 363 500
823 Yes 500 500
824 Yes 500 500
825 Yes 90 500
826 Yes 500 500
827 Yes 500 500
828 Yes 250 500
829 Yes 251 500
830 Yes 500 500
831 Yes 242 500
832 Yes 198 500
833 Yes 200 400
834 Yes 176 500
835 Yes 202 499
836 Yes 500 500
837 Yes 250 500
838 Yes 500 500
839 Yes 179 289
840 Yes 350 500
841 Yes 403 500
842 Yes 250 500
843 Yes 500 500
844 Yes 500 500
845 Yes 500 500
846 Yes 500 500
847 No NA NA
848 Yes 303 404
849 Yes 500 500
850 Yes 445 491
851 Yes 500 500
852 Yes 164 281
853 Yes 185 333
854 Yes 249 241
855 Yes 500 500
856 Yes 500 500
857 Yes 252 500
858 Yes 500 500
859 Yes 355 388
860 No NA NA
861 Yes 500 500
862 Yes 358 500
863 NA NA
864 Yes 399 199
865 Yes 500 500
866 Yes 142 500
867 Yes 345 500
868 Yes 500 500
869 Yes 350 150
870 Yes 253 499
871 Yes 358 251
872 Yes 500 250
873 Yes 500 500
874 Yes 500 500
875 Yes 500 500
876 No NA NA
877 Yes 250 201
878 Yes 110 406
879 Yes 500 500
880 Yes 156 192
881 Yes 98 307
882 No NA NA
883 Yes 500 500
884 Yes 308 500
885 Yes 500 500
886 No NA NA
887 Yes 249 211
888 No NA NA
889 Yes 303 500
890 Yes 154 358
891 Yes 500 500
892 Yes 500 500
893 Yes 500 500
894 Yes 500 500
895 Yes 285 57
896 Yes 500 500
897 Yes 300 500
898 Yes 500 500
899 Yes 301 392
900 Yes 500 500
901 Yes 500 500
902 Yes 500 500
903 Yes 500 500
904 Yes 200 500
905 Yes 496 500
906 Yes 500 500
907 Yes 310 500
908 Yes 500 500
909 No NA NA
910 Yes 152 407
911 Yes 251 500
912 Yes 304 130
913 Yes 179 183
914 Yes 301 500
915 Yes 500 253
916 Yes 500 500
917 Yes 303 452
918 Yes 500 500
919 Yes 498 146
920 No NA NA
921 Yes 300 500
922 Yes 500 500
923 Yes 500 500
924 Yes 201 197
925 Yes 99 205
926 Yes 315 189
927 Yes 400 500
928 Yes 500 500
929 Yes 99 500
930 Yes 500 500
931 No NA NA
932 Yes 500 500
933 Yes 500 500
934 Yes 500 500
935 No NA NA
936 Yes 500 304
937 Yes 500 500
938 Yes 500 500
939 Yes 500 500
940 Yes 96 404
941 Yes 196 230
942 Yes 500 500
943 Yes 352 500
944 No NA NA
945 Yes 500 500
946 Yes 500 500
947 Yes 500 500
948 Yes 500 452
949 Yes 247 498
950 Yes 169 500
951 Yes 500 500
952 Yes 251 500
953 Yes 500 500
954 Yes 301 500
955 Yes 500 492
956 Yes 500 500
957 Yes 500 500
958 Yes 305 341
959 Yes 500 500
960 Yes 194 277
961 Yes 199 403
962 NA NA
963 Yes 324 350
964 Yes 150 100
965 Yes 500 500
966 Yes 400 500
967 Yes 500 500
968 Yes 500 500
969 Yes 300 500
970 Yes 499 500
971 Yes 413 427
972 Yes 500 500
973 Yes 500 500
974 Yes 500 497
975 Yes 200 208
976 Yes 99 202
977 Yes 201 302
978 Yes 276 354
979 Yes 500 500
980 Yes 500 500
981 Yes 500 500
982 Yes 500 500
983 Yes 500 500
984 Yes 269 305
985 Yes 500 500
986 Yes 498 492
987 Yes 100 301
988 Yes 258 360
989 Yes 500 496
990 Yes 97 500
991 No NA NA
992 Yes 301 306
993 Yes 104 303
994 Yes 300 500
995 Yes 500 500
996 Yes 500 500
997 Yes 500 500
998 Yes 500 499
999 Yes 500 500
1000 Yes 249 408
1001 No NA NA
1002 Yes 413 500
1003 Yes 496 405
1004 Yes 500 500
1005 Yes 315 316
1006 Yes 500 250
1007 Yes 342 454
1008 Yes 500 500
1009 Yes 409 500
1010 Yes 299 500
1011 NA NA
1012 Yes 186 500
1013 Yes 500 500
1014 Yes 500 497
1015 Yes 313 500
1016 NA NA
1017 Yes 256 500
1018 No NA NA
1019 Yes 256 498
1020 Yes 500 462
1021 Yes 500 477
1022 No NA NA
1023 Yes 254 500
1024 Yes 450 500
1025 Yes 250 500
1026 Yes 103 221
1027 Yes 300 500
1028 Yes 500 500
1029 Yes 250 500
1030 Yes 399 500
1031 Yes 200 500
1032 Yes 151 250
1033 Yes 206 500
1034 Yes 198 500
1035 Yes 500 500
1036 Yes 500 500
1037 Yes 500 500
1038 Yes 462 469
1039 Yes 218 197
1040 Yes 500 500
1041 Yes 208 492
1042 Yes 500 500
1043 Yes 257 500
1044 Yes 151 301
1045 Yes 152 90
1046 Yes 500 500
1047 Yes 500 500
1048 Yes 201 500
1049 Yes 192 500
1050 Yes 500 500
1051 Yes 494 500
1052 Yes 496 500
1053 Yes 200 400
1054 No NA NA
1055 Yes 500 500
1056 Yes 23 297
1057 Yes 500 405
1058 Yes 409 500
1059 Yes 500 500
1060 Yes 500 500
1061 Yes 250 500
1062 Yes 380 500
1063 Yes 249 500
1064 Yes 500 500
1065 Yes 346 384
1066 No NA NA
1067 Yes 500 229
1068 Yes 300 379
1069 Yes 500 500
1070 Yes 498 500
1071 Yes 406 500
1072 Yes 500 500
1073 NA NA
1074 Yes 492 490
1075 Yes 150 201
1076 Yes 500 500
1077 NA NA
1078 Yes 500 500
1079 Yes 500 500
1080 Yes 303 493
1081 Yes 160 369
1082 Yes 254 254
1083 Yes 21 500
1084 Yes 246 500
1085 No NA NA
1086 Yes 400 500
1087 Yes 500 500
1088 Yes 500 500
1089 Yes 201 500
1090 Yes 500 500
1091 Yes 454 355
1092 Yes 100 200
1093 Yes 467 443
1094 Yes 400 500
1095 NA NA
1096 Yes 358 277
1097 Yes 252 96
1098 No NA NA
1099 Yes 500 500
1100 Yes 223 251
1101 Yes 196 94
1102 Yes 414 500
1103 Yes 255 500
1104 Yes 351 370
1105 Yes 350 500
1106 Yes 500 500
1107 Yes 500 500
1108 Yes 107 137
1109 Yes 301 500
1110 Yes 101 500
1111 Yes 500 500
1112 Yes 250 500
1113 No NA NA
1114 Yes 500 500
1115 Yes 299 500
1116 Yes 157 156
1117 Yes 500 500
1118 Yes 500 499
1119 Yes 500 251
1120 Yes 212 500
1121 Yes 500 500
1122 Yes 159 500
1123 Yes 364 471
1124 Yes 498 500
1125 Yes 296 292
1126 Yes 500 500
1127 Yes 500 496
1128 Yes 301 285
1129 Yes 311 500
1130 Yes 466 424
1131 Yes 500 500
1132 Yes 500 500
1133 Yes 500 500
1134 Yes 53 100
1135 Yes 500 500
1136 Yes 500 500
1137 Yes 499 500
1138 Yes 251 500
1139 Yes 38 12
1140 Yes 144 500
1141 Yes 500 500
1142 NA NA
1143 No NA NA
1144 Yes 500 500
1145 Yes 76 185
1146 Yes 400 499
1147 Yes 97 250
1148 No NA NA
1149 Yes 498 500
1150 No NA NA
1151 Yes 500 500
1152 Yes 500 494
1153 Yes 500 500
1154 Yes 498 500
1155 Yes 250 500
1156 Yes 495 500
1157 No NA NA
1158 Yes 99 496
1159 Yes 351 500
1160 No NA NA
1161 Yes 349 283
1162 Yes 201 500
1163 Yes 289 425
1164 Yes 500 500
1165 Yes 500 500
1166 Yes 102 267
1167 Yes 500 500
1168 Yes 99 500
1169 No NA NA
1170 Yes 255 500
1171 Yes 250 250
1172 Yes 94 106
1173 Yes 500 364
1174 Yes 259 500
1175 Yes 207 1
1176 Yes 500 500
1177 Yes 100 303
1178 Yes 350 400
1179 Yes 500 500
1180 Yes 500 500
1181 Yes 499 500
1182 Yes 500 500
1183 Yes 341 445
1184 Yes 500 500
1185 Yes 378 500
1186 NA NA
1187 Yes 500 500
1188 Yes 500 500
1189 Yes 500 500
1190 Yes 251 499
1191 Yes 362 121
1192 NA NA
1193 Yes 500 500
1194 NA NA
1195 Yes 500 500
1196 Yes 248 500
1197 Yes 202 266
1198 Yes 301 500
1199 Yes 257 172
1200 Yes 251 500
1201 NA NA
1202 Yes 500 500
1203 Yes 500 500
1204 Yes 156 500
1205 No NA NA
1206 Yes 328 500
1207 Yes 250 500
1208 Yes 244 500
1209 Yes 500 500
1210 Yes 500 492
1211 Yes 312 492
1212 Yes 500 497
1213 Yes 500 500
1214 Yes 403 301
1215 Yes 265 500
1216 Yes 500 500
1217 Yes 411 414
1218 NA NA
1219 Yes 496 267
1220 Yes 306 500
1221 Yes 495 494
1222 Yes 298 500
1223 Yes 500 500
1224 Yes 267 500
1225 Yes 500 251
1226 Yes 285 500
1227 Yes 500 500
1228 Yes 200 300
1229 Yes 500 500
1230 Yes 207 154
1231 Yes 500 500
1232 Yes 152 500
1233 Yes 148 198
1234 Yes 49 97
1235 Yes 413 500
1236 Yes 251 500
1237 Yes 500 500
1238 Yes 500 500
1239 No NA NA
1240 Yes 112 195
1241 Yes 500 500
1242 Yes 496 498
1243 Yes 453 150
1244 Yes 500 500
1245 Yes 252 244
1246 No NA NA
1247 Yes 206 412
1248 Yes 27 492
1249 Yes 356 500
perceivedreaction Q36
1
2 The reaction is somewhat insufficient
3
4 The reaction is appropriate Neither trust nor distrust
5 The reaction is appropriate Distrust
6 The reaction is much too extreme
7 The reaction is somewhat too extreme Strongly distrust
8 The reaction is somewhat too extreme Strongly distrust
9 The reaction is somewhat too extreme Distrust
10 The reaction is much too extreme Strongly distrust
11 The reaction is appropriate Neither trust nor distrust
12 The reaction is appropriate Somewhat trust
13 The reaction is appropriate Distrust
14 The reaction is somewhat too extreme Distrust
15 The reaction is much too extreme Strongly distrust
16 The reaction is much too extreme Strongly distrust
17
18 The reaction is not at all sufficient Strongly trust
19 The reaction is somewhat too extreme Neither trust nor distrust
20 The reaction is somewhat too extreme Strongly distrust
21 The reaction is somewhat too extreme Strongly distrust
22 The reaction is much too extreme Distrust
23 The reaction is somewhat insufficient Distrust
24 The reaction is appropriate Distrust
25
26 The reaction is much too extreme Strongly distrust
27 The reaction is somewhat too extreme
28 The reaction is appropriate Strongly distrust
29 The reaction is somewhat insufficient Neither trust nor distrust
30 The reaction is appropriate Somewhat trust
31 The reaction is appropriate Somewhat trust
32 The reaction is somewhat too extreme Neither trust nor distrust
33 The reaction is appropriate Somewhat trust
34 The reaction is appropriate Somewhat trust
35 The reaction is appropriate Strongly trust
36 The reaction is appropriate Neither trust nor distrust
37 The reaction is appropriate Somewhat trust
38 The reaction is appropriate Somewhat trust
39 The reaction is not at all sufficient Distrust
40
41 The reaction is not at all sufficient Somewhat trust
42 The reaction is appropriate Somewhat trust
43 The reaction is appropriate Strongly trust
44 The reaction is appropriate Distrust
45 The reaction is appropriate Somewhat trust
46 The reaction is appropriate Somewhat trust
47 The reaction is much too extreme Distrust
48 The reaction is appropriate Distrust
49 The reaction is appropriate Somewhat trust
50 The reaction is appropriate Somewhat trust
51 The reaction is somewhat insufficient Distrust
52 The reaction is appropriate Somewhat trust
53 The reaction is somewhat insufficient Somewhat trust
54 The reaction is appropriate Strongly trust
55 The reaction is appropriate Somewhat trust
56 The reaction is not at all sufficient Somewhat trust
57 The reaction is somewhat insufficient Somewhat trust
58 The reaction is somewhat insufficient Somewhat trust
59 The reaction is appropriate Strongly trust
60 The reaction is appropriate Strongly trust
61 The reaction is appropriate Neither trust nor distrust
62 The reaction is appropriate Somewhat trust
63 The reaction is appropriate Somewhat trust
64 The reaction is appropriate Strongly trust
65 The reaction is somewhat insufficient Distrust
66 The reaction is appropriate Distrust
67 The reaction is appropriate Neither trust nor distrust
68 The reaction is somewhat too extreme
69 The reaction is appropriate Somewhat trust
70 The reaction is appropriate Neither trust nor distrust
71 The reaction is not at all sufficient Somewhat trust
72 The reaction is appropriate Strongly trust
73 The reaction is appropriate Neither trust nor distrust
74 The reaction is appropriate Somewhat trust
75 The reaction is somewhat too extreme Distrust
76 The reaction is somewhat insufficient Neither trust nor distrust
77 The reaction is appropriate Somewhat trust
78 The reaction is appropriate Somewhat trust
79
80 The reaction is appropriate Somewhat trust
81 The reaction is appropriate Somewhat trust
82 The reaction is appropriate Somewhat trust
83 The reaction is appropriate Somewhat trust
84 The reaction is appropriate Somewhat trust
85 The reaction is appropriate Somewhat trust
86 The reaction is appropriate Somewhat trust
87 The reaction is appropriate Strongly trust
88 The reaction is somewhat insufficient Strongly distrust
89
90
91 The reaction is appropriate Somewhat trust
92 The reaction is appropriate Somewhat trust
93 The reaction is appropriate Somewhat trust
94 The reaction is somewhat insufficient Distrust
95 The reaction is appropriate Distrust
96 The reaction is appropriate Somewhat trust
97 The reaction is appropriate Strongly distrust
98 The reaction is appropriate Neither trust nor distrust
99 The reaction is appropriate Strongly trust
100 The reaction is not at all sufficient Strongly distrust
101 The reaction is appropriate Somewhat trust
102 The reaction is somewhat insufficient Distrust
103 The reaction is appropriate Neither trust nor distrust
104 The reaction is appropriate Somewhat trust
105 The reaction is somewhat insufficient Somewhat trust
106 The reaction is appropriate Somewhat trust
107 The reaction is appropriate Distrust
108 The reaction is appropriate Neither trust nor distrust
109 The reaction is appropriate Somewhat trust
110 The reaction is appropriate Strongly distrust
111
112 The reaction is appropriate Neither trust nor distrust
113 The reaction is appropriate Neither trust nor distrust
114 The reaction is appropriate Strongly trust
115 The reaction is appropriate Neither trust nor distrust
116 The reaction is appropriate Neither trust nor distrust
117 The reaction is appropriate Somewhat trust
118 The reaction is somewhat too extreme Neither trust nor distrust
119 The reaction is somewhat insufficient Somewhat trust
120 The reaction is appropriate Somewhat trust
121 The reaction is much too extreme Strongly trust
122 The reaction is somewhat insufficient Neither trust nor distrust
123 The reaction is appropriate Somewhat trust
124 The reaction is appropriate Somewhat trust
125 The reaction is not at all sufficient Strongly distrust
126 The reaction is much too extreme Somewhat trust
127 The reaction is appropriate Neither trust nor distrust
128 The reaction is appropriate Somewhat trust
129 The reaction is appropriate Neither trust nor distrust
130 The reaction is somewhat too extreme Neither trust nor distrust
131 The reaction is appropriate Somewhat trust
132 The reaction is appropriate Strongly trust
133 The reaction is appropriate Somewhat trust
134 The reaction is appropriate Somewhat trust
135 The reaction is appropriate Neither trust nor distrust
136 The reaction is appropriate Distrust
137 The reaction is appropriate Somewhat trust
138 The reaction is appropriate Strongly trust
139 The reaction is appropriate Somewhat trust
140 The reaction is not at all sufficient Strongly trust
141 The reaction is appropriate Somewhat trust
142 The reaction is appropriate Somewhat trust
143 The reaction is somewhat insufficient Strongly distrust
144 The reaction is appropriate Neither trust nor distrust
145 The reaction is appropriate Neither trust nor distrust
146 The reaction is appropriate Neither trust nor distrust
147 The reaction is appropriate Somewhat trust
148 The reaction is appropriate Somewhat trust
149 The reaction is appropriate Neither trust nor distrust
150 The reaction is somewhat insufficient Neither trust nor distrust
151 The reaction is appropriate Somewhat trust
152 The reaction is appropriate Somewhat trust
153 The reaction is appropriate Somewhat trust
154
155 The reaction is appropriate Strongly trust
156 The reaction is appropriate Somewhat trust
157 The reaction is appropriate Strongly distrust
158 The reaction is appropriate Somewhat trust
159 The reaction is appropriate Somewhat trust
160 The reaction is somewhat insufficient Neither trust nor distrust
161 The reaction is appropriate Somewhat trust
162 The reaction is appropriate Somewhat trust
163 The reaction is somewhat too extreme Neither trust nor distrust
164 The reaction is somewhat insufficient Somewhat trust
165 The reaction is somewhat insufficient Distrust
166 The reaction is appropriate Neither trust nor distrust
167 The reaction is appropriate Neither trust nor distrust
168 The reaction is appropriate Neither trust nor distrust
169 The reaction is appropriate Somewhat trust
170 The reaction is appropriate Strongly trust
171 The reaction is appropriate Neither trust nor distrust
172 The reaction is appropriate Somewhat trust
173 The reaction is appropriate Neither trust nor distrust
174 The reaction is somewhat insufficient Distrust
175 The reaction is appropriate Strongly trust
176 The reaction is appropriate Strongly trust
177 The reaction is appropriate Somewhat trust
178 The reaction is appropriate Neither trust nor distrust
179 The reaction is somewhat too extreme Strongly distrust
180 The reaction is somewhat insufficient Somewhat trust
181 The reaction is appropriate Distrust
182 The reaction is appropriate Neither trust nor distrust
183 The reaction is appropriate Somewhat trust
184 The reaction is appropriate Neither trust nor distrust
185 The reaction is appropriate Somewhat trust
186 The reaction is much too extreme Somewhat trust
187 The reaction is appropriate Somewhat trust
188 The reaction is somewhat insufficient Somewhat trust
189 The reaction is appropriate Strongly trust
190 The reaction is appropriate Somewhat trust
191 The reaction is appropriate Distrust
192 The reaction is appropriate Strongly trust
193 The reaction is appropriate Distrust
194 The reaction is somewhat insufficient Strongly distrust
195 The reaction is appropriate Strongly trust
196 The reaction is somewhat too extreme Neither trust nor distrust
197 The reaction is appropriate Somewhat trust
198 The reaction is appropriate Somewhat trust
199 The reaction is not at all sufficient Strongly trust
200 The reaction is somewhat too extreme Distrust
201 The reaction is appropriate Distrust
202 The reaction is appropriate Neither trust nor distrust
203 The reaction is somewhat insufficient Somewhat trust
204 The reaction is somewhat insufficient Somewhat trust
205 The reaction is appropriate Neither trust nor distrust
206 The reaction is somewhat too extreme Distrust
207 The reaction is somewhat insufficient Neither trust nor distrust
208 The reaction is somewhat insufficient Neither trust nor distrust
209 The reaction is somewhat insufficient Neither trust nor distrust
210
211 The reaction is appropriate Somewhat trust
212 The reaction is appropriate Neither trust nor distrust
213 The reaction is appropriate Somewhat trust
214 The reaction is appropriate Neither trust nor distrust
215 The reaction is appropriate Neither trust nor distrust
216 The reaction is somewhat insufficient Strongly distrust
217 The reaction is appropriate Distrust
218 The reaction is somewhat insufficient Somewhat trust
219 The reaction is appropriate Strongly trust
220 The reaction is appropriate Distrust
221 The reaction is somewhat insufficient Somewhat trust
222 The reaction is appropriate Somewhat trust
223 The reaction is appropriate Neither trust nor distrust
224 The reaction is appropriate Distrust
225 The reaction is appropriate Strongly trust
226 The reaction is appropriate Strongly trust
227 The reaction is appropriate Somewhat trust
228 The reaction is appropriate Neither trust nor distrust
229 The reaction is somewhat insufficient Neither trust nor distrust
230 The reaction is appropriate Strongly trust
231 The reaction is somewhat insufficient Neither trust nor distrust
232 The reaction is appropriate Somewhat trust
233 The reaction is appropriate Somewhat trust
234 The reaction is not at all sufficient Somewhat trust
235 The reaction is appropriate Somewhat trust
236 The reaction is somewhat too extreme Strongly trust
237 The reaction is appropriate Neither trust nor distrust
238 The reaction is appropriate Somewhat trust
239 The reaction is much too extreme Strongly trust
240 The reaction is appropriate Neither trust nor distrust
241 The reaction is somewhat insufficient Distrust
242 The reaction is appropriate Somewhat trust
243 The reaction is somewhat insufficient Somewhat trust
244 The reaction is somewhat insufficient Strongly distrust
245 The reaction is somewhat too extreme Distrust
246 The reaction is not at all sufficient Strongly trust
247 The reaction is appropriate Somewhat trust
248 The reaction is appropriate Somewhat trust
249 The reaction is much too extreme Strongly distrust
250 The reaction is appropriate Neither trust nor distrust
251 The reaction is appropriate Neither trust nor distrust
252 The reaction is appropriate Somewhat trust
253 The reaction is appropriate Strongly trust
254 The reaction is appropriate Strongly trust
255 The reaction is appropriate Strongly trust
256 The reaction is somewhat too extreme Neither trust nor distrust
257 The reaction is much too extreme Distrust
258 The reaction is appropriate Strongly trust
259 The reaction is somewhat too extreme Somewhat trust
260 The reaction is appropriate Strongly distrust
261 The reaction is appropriate Somewhat trust
262 The reaction is appropriate Strongly trust
263 The reaction is somewhat insufficient Distrust
264 The reaction is somewhat insufficient Strongly distrust
265 The reaction is appropriate Strongly trust
266 The reaction is appropriate Somewhat trust
267 The reaction is appropriate Somewhat trust
268 The reaction is somewhat too extreme Neither trust nor distrust
269 The reaction is appropriate Neither trust nor distrust
270 The reaction is appropriate Somewhat trust
271
272 The reaction is appropriate Somewhat trust
273 The reaction is appropriate Somewhat trust
274 The reaction is appropriate Distrust
275 The reaction is somewhat too extreme Distrust
276
277 The reaction is appropriate Neither trust nor distrust
278 The reaction is somewhat insufficient Neither trust nor distrust
279 The reaction is appropriate Strongly trust
280 The reaction is appropriate Neither trust nor distrust
281 The reaction is appropriate Somewhat trust
282 The reaction is appropriate Strongly trust
283 The reaction is appropriate Somewhat trust
284
285 The reaction is appropriate Somewhat trust
286 The reaction is appropriate Strongly trust
287 The reaction is appropriate Somewhat trust
288 The reaction is appropriate Somewhat trust
289
290 The reaction is appropriate Somewhat trust
291 The reaction is appropriate Distrust
292 The reaction is appropriate Distrust
293 The reaction is appropriate Somewhat trust
294 The reaction is appropriate Somewhat trust
295 The reaction is appropriate Neither trust nor distrust
296 The reaction is somewhat insufficient Somewhat trust
297 The reaction is appropriate Distrust
298 The reaction is not at all sufficient Somewhat trust
299 The reaction is appropriate Strongly distrust
300 The reaction is appropriate Distrust
301 The reaction is somewhat insufficient Neither trust nor distrust
302 The reaction is appropriate Somewhat trust
303 The reaction is somewhat insufficient Distrust
304 The reaction is appropriate Somewhat trust
305 The reaction is appropriate Strongly trust
306
307 The reaction is appropriate Somewhat trust
308 The reaction is much too extreme Strongly distrust
309 The reaction is appropriate Strongly distrust
310 The reaction is not at all sufficient Strongly distrust
311 The reaction is appropriate Neither trust nor distrust
312 The reaction is appropriate Distrust
313 The reaction is somewhat insufficient Neither trust nor distrust
314 The reaction is appropriate Somewhat trust
315 The reaction is appropriate Neither trust nor distrust
316 The reaction is much too extreme Strongly distrust
317 The reaction is appropriate Strongly trust
318 The reaction is appropriate Somewhat trust
319 The reaction is somewhat insufficient Distrust
320 The reaction is appropriate Neither trust nor distrust
321 The reaction is appropriate Distrust
322 The reaction is appropriate Strongly trust
323 The reaction is somewhat insufficient
324 The reaction is appropriate Neither trust nor distrust
325 The reaction is appropriate Strongly trust
326 The reaction is appropriate Somewhat trust
327 The reaction is much too extreme Strongly distrust
328 The reaction is appropriate Neither trust nor distrust
329 The reaction is appropriate Strongly trust
330 The reaction is much too extreme Neither trust nor distrust
331 The reaction is appropriate Neither trust nor distrust
332 The reaction is appropriate Neither trust nor distrust
333 The reaction is appropriate Somewhat trust
334
335 The reaction is appropriate Strongly trust
336 The reaction is appropriate Strongly trust
337 The reaction is appropriate Neither trust nor distrust
338 The reaction is appropriate Strongly distrust
339 The reaction is appropriate Somewhat trust
340 The reaction is somewhat insufficient Distrust
341 The reaction is much too extreme Neither trust nor distrust
342 The reaction is somewhat insufficient Neither trust nor distrust
343 The reaction is appropriate Neither trust nor distrust
344 The reaction is somewhat insufficient Strongly trust
345 The reaction is appropriate Somewhat trust
346 The reaction is somewhat too extreme Distrust
347 The reaction is appropriate Neither trust nor distrust
348 The reaction is appropriate Somewhat trust
349 The reaction is appropriate Strongly trust
350 The reaction is appropriate Neither trust nor distrust
351 The reaction is appropriate Somewhat trust
352 The reaction is appropriate Strongly trust
353 The reaction is somewhat insufficient Somewhat trust
354 The reaction is somewhat insufficient Somewhat trust
355 The reaction is appropriate Somewhat trust
356 The reaction is appropriate Strongly trust
357 The reaction is appropriate Neither trust nor distrust
358 The reaction is not at all sufficient Strongly distrust
359 The reaction is appropriate Somewhat trust
360 The reaction is appropriate Somewhat trust
361 The reaction is much too extreme Strongly distrust
362 The reaction is appropriate Somewhat trust
363 The reaction is appropriate Neither trust nor distrust
364 The reaction is somewhat insufficient Somewhat trust
365 The reaction is somewhat insufficient Neither trust nor distrust
366 The reaction is appropriate Distrust
367 The reaction is appropriate Somewhat trust
368 The reaction is somewhat insufficient Neither trust nor distrust
369 The reaction is somewhat insufficient Neither trust nor distrust
370 The reaction is appropriate Somewhat trust
371 The reaction is appropriate Distrust
372 The reaction is appropriate Neither trust nor distrust
373 The reaction is appropriate Somewhat trust
374 The reaction is appropriate Strongly trust
375 The reaction is appropriate Somewhat trust
376
377 The reaction is appropriate Neither trust nor distrust
378 The reaction is appropriate Neither trust nor distrust
379
380 The reaction is appropriate Somewhat trust
381 The reaction is appropriate Distrust
382 The reaction is appropriate Somewhat trust
383 The reaction is appropriate Somewhat trust
384 The reaction is somewhat insufficient Neither trust nor distrust
385 The reaction is not at all sufficient Somewhat trust
386 The reaction is somewhat insufficient Somewhat trust
387 The reaction is appropriate Somewhat trust
388 The reaction is somewhat insufficient Strongly distrust
389 The reaction is somewhat insufficient Distrust
390 The reaction is appropriate Somewhat trust
391 The reaction is appropriate Somewhat trust
392 The reaction is somewhat insufficient Strongly distrust
393 The reaction is appropriate Somewhat trust
394 The reaction is appropriate Somewhat trust
395 The reaction is somewhat insufficient Somewhat trust
396 The reaction is appropriate Somewhat trust
397 The reaction is appropriate Strongly distrust
398 The reaction is appropriate Somewhat trust
399 The reaction is appropriate Strongly trust
400 The reaction is somewhat insufficient Somewhat trust
401 The reaction is appropriate Somewhat trust
402 The reaction is appropriate
403 The reaction is not at all sufficient Distrust
404 The reaction is not at all sufficient Distrust
405 The reaction is appropriate Neither trust nor distrust
406 The reaction is somewhat insufficient Neither trust nor distrust
407 The reaction is not at all sufficient Somewhat trust
408 The reaction is appropriate Strongly trust
409 The reaction is appropriate Neither trust nor distrust
410 The reaction is appropriate Somewhat trust
411 The reaction is appropriate Somewhat trust
412 The reaction is appropriate Strongly distrust
413 The reaction is somewhat insufficient Distrust
414 The reaction is somewhat insufficient Distrust
415 The reaction is appropriate Somewhat trust
416 The reaction is appropriate Strongly trust
417 The reaction is somewhat insufficient Neither trust nor distrust
418 The reaction is appropriate Distrust
419 The reaction is somewhat insufficient Strongly distrust
420 The reaction is appropriate Strongly trust
421 The reaction is appropriate Neither trust nor distrust
422
423 The reaction is appropriate Neither trust nor distrust
424 The reaction is appropriate Strongly trust
425 The reaction is appropriate Neither trust nor distrust
426 The reaction is appropriate Somewhat trust
427 The reaction is not at all sufficient Strongly distrust
428 The reaction is not at all sufficient Neither trust nor distrust
429 The reaction is appropriate Distrust
430 The reaction is somewhat too extreme Neither trust nor distrust
431 The reaction is appropriate Somewhat trust
432 The reaction is somewhat insufficient Somewhat trust
433 The reaction is appropriate Neither trust nor distrust
434 The reaction is appropriate Strongly trust
435 The reaction is not at all sufficient Somewhat trust
436 The reaction is somewhat insufficient Somewhat trust
437 The reaction is appropriate Strongly trust
438 The reaction is appropriate Neither trust nor distrust
439 The reaction is somewhat insufficient Distrust
440 The reaction is appropriate Somewhat trust
441 The reaction is appropriate Somewhat trust
442 The reaction is appropriate Somewhat trust
443 The reaction is much too extreme Strongly distrust
444 The reaction is appropriate Somewhat trust
445 The reaction is appropriate Neither trust nor distrust
446 The reaction is appropriate Somewhat trust
447 The reaction is somewhat insufficient Distrust
448 The reaction is somewhat too extreme Neither trust nor distrust
449 The reaction is appropriate Somewhat trust
450 The reaction is appropriate Neither trust nor distrust
451
452 The reaction is somewhat insufficient Distrust
453 The reaction is appropriate Neither trust nor distrust
454 The reaction is appropriate Distrust
455 The reaction is appropriate Somewhat trust
456 The reaction is somewhat insufficient Somewhat trust
457 The reaction is appropriate Somewhat trust
458 The reaction is appropriate Somewhat trust
459 The reaction is appropriate Neither trust nor distrust
460 The reaction is appropriate Neither trust nor distrust
461 The reaction is much too extreme Neither trust nor distrust
462 The reaction is somewhat insufficient Neither trust nor distrust
463 The reaction is somewhat insufficient Distrust
464 The reaction is appropriate Somewhat trust
465
466 The reaction is somewhat too extreme Strongly distrust
467 The reaction is somewhat insufficient Neither trust nor distrust
468 The reaction is appropriate Strongly trust
469 The reaction is much too extreme Strongly distrust
470 The reaction is somewhat insufficient Neither trust nor distrust
471 The reaction is appropriate Strongly trust
472 The reaction is appropriate Distrust
473 The reaction is appropriate Somewhat trust
474 The reaction is appropriate Strongly trust
475 The reaction is somewhat too extreme Distrust
476 The reaction is not at all sufficient Distrust
477 The reaction is appropriate Somewhat trust
478 The reaction is somewhat insufficient Somewhat trust
479 The reaction is appropriate Strongly trust
480 The reaction is appropriate Somewhat trust
481 The reaction is somewhat insufficient Somewhat trust
482 The reaction is appropriate Somewhat trust
483 The reaction is not at all sufficient Strongly distrust
484 The reaction is much too extreme Strongly trust
485 The reaction is appropriate Neither trust nor distrust
486 The reaction is appropriate Somewhat trust
487 The reaction is much too extreme Strongly distrust
488 The reaction is appropriate Somewhat trust
489 The reaction is appropriate Neither trust nor distrust
490 The reaction is somewhat insufficient Neither trust nor distrust
491 The reaction is appropriate Neither trust nor distrust
492 The reaction is appropriate Somewhat trust
493 The reaction is appropriate Neither trust nor distrust
494 The reaction is appropriate Somewhat trust
495 The reaction is appropriate Somewhat trust
496 The reaction is appropriate Somewhat trust
497 The reaction is appropriate Somewhat trust
498 The reaction is appropriate Strongly distrust
499 The reaction is appropriate Strongly trust
500 The reaction is somewhat insufficient Distrust
501 The reaction is appropriate Strongly trust
502 The reaction is somewhat too extreme Neither trust nor distrust
503 The reaction is appropriate Somewhat trust
504 The reaction is not at all sufficient Strongly distrust
505 The reaction is appropriate Somewhat trust
506 The reaction is appropriate Somewhat trust
507 The reaction is appropriate Distrust
508 The reaction is appropriate Somewhat trust
509 The reaction is somewhat insufficient Neither trust nor distrust
510 The reaction is somewhat insufficient Neither trust nor distrust
511 The reaction is somewhat insufficient Distrust
512 The reaction is appropriate Somewhat trust
513 The reaction is appropriate Somewhat trust
514 The reaction is appropriate Strongly trust
515 The reaction is appropriate Strongly trust
516 The reaction is appropriate Distrust
517 The reaction is appropriate Strongly trust
518 The reaction is somewhat insufficient Distrust
519 The reaction is somewhat insufficient Neither trust nor distrust
520 The reaction is appropriate Strongly trust
521 The reaction is appropriate Somewhat trust
522 The reaction is appropriate Somewhat trust
523 The reaction is somewhat insufficient Neither trust nor distrust
524 The reaction is appropriate Neither trust nor distrust
525 The reaction is appropriate Neither trust nor distrust
526 The reaction is somewhat insufficient Somewhat trust
527 The reaction is appropriate Somewhat trust
528 The reaction is appropriate Somewhat trust
529 The reaction is somewhat insufficient Neither trust nor distrust
530 The reaction is somewhat insufficient Neither trust nor distrust
531 The reaction is appropriate Neither trust nor distrust
532 The reaction is much too extreme Neither trust nor distrust
533 The reaction is appropriate Neither trust nor distrust
534 The reaction is appropriate Somewhat trust
535 The reaction is somewhat insufficient Strongly distrust
536 The reaction is appropriate Somewhat trust
537 The reaction is somewhat insufficient Distrust
538 The reaction is not at all sufficient Distrust
539 The reaction is somewhat too extreme Strongly distrust
540 The reaction is appropriate Strongly trust
541 The reaction is somewhat insufficient Somewhat trust
542 The reaction is appropriate Strongly trust
543 The reaction is appropriate Neither trust nor distrust
544 The reaction is appropriate Somewhat trust
545 The reaction is somewhat too extreme Neither trust nor distrust
546 The reaction is somewhat too extreme Distrust
547 The reaction is not at all sufficient Neither trust nor distrust
548 The reaction is appropriate Distrust
549 The reaction is appropriate Strongly distrust
550 The reaction is somewhat insufficient Somewhat trust
551 The reaction is appropriate Strongly trust
552 The reaction is appropriate Strongly trust
553 The reaction is appropriate Neither trust nor distrust
554 The reaction is appropriate Strongly trust
555 The reaction is appropriate Somewhat trust
556 The reaction is appropriate Somewhat trust
557 The reaction is somewhat insufficient Strongly distrust
558 The reaction is somewhat too extreme
559 The reaction is appropriate Somewhat trust
560 The reaction is somewhat insufficient Distrust
561 The reaction is appropriate Somewhat trust
562 The reaction is somewhat insufficient Neither trust nor distrust
563 The reaction is not at all sufficient Strongly distrust
564 The reaction is appropriate Neither trust nor distrust
565 The reaction is appropriate Somewhat trust
566 The reaction is not at all sufficient Somewhat trust
567 The reaction is somewhat insufficient Neither trust nor distrust
568 The reaction is appropriate Somewhat trust
569 The reaction is somewhat insufficient Strongly distrust
570 The reaction is appropriate Distrust
571 The reaction is somewhat insufficient Somewhat trust
572 The reaction is appropriate Distrust
573 The reaction is appropriate Somewhat trust
574 The reaction is appropriate Somewhat trust
575 The reaction is appropriate Neither trust nor distrust
576 The reaction is somewhat insufficient Neither trust nor distrust
577 The reaction is appropriate Somewhat trust
578 The reaction is somewhat insufficient Distrust
579 The reaction is not at all sufficient Strongly distrust
580 The reaction is appropriate Somewhat trust
581 The reaction is appropriate Somewhat trust
582 The reaction is somewhat insufficient Neither trust nor distrust
583 The reaction is appropriate Somewhat trust
584 The reaction is somewhat insufficient Neither trust nor distrust
585 The reaction is appropriate Neither trust nor distrust
586 The reaction is somewhat insufficient Distrust
587 The reaction is appropriate Neither trust nor distrust
588 The reaction is not at all sufficient Distrust
589 The reaction is appropriate Somewhat trust
590 The reaction is appropriate Somewhat trust
591 The reaction is appropriate Somewhat trust
592 The reaction is somewhat insufficient Somewhat trust
593 The reaction is somewhat too extreme Somewhat trust
594 The reaction is appropriate Distrust
595 The reaction is appropriate Strongly trust
596 The reaction is appropriate Somewhat trust
597 The reaction is appropriate Somewhat trust
598 The reaction is not at all sufficient Distrust
599 The reaction is appropriate Somewhat trust
600 The reaction is appropriate Somewhat trust
601 The reaction is appropriate Strongly trust
602 The reaction is appropriate Neither trust nor distrust
603 The reaction is appropriate Neither trust nor distrust
604 The reaction is much too extreme Neither trust nor distrust
605 The reaction is appropriate Somewhat trust
606 The reaction is appropriate Somewhat trust
607 The reaction is appropriate Strongly trust
608 The reaction is appropriate Neither trust nor distrust
609 The reaction is appropriate Strongly trust
610 The reaction is appropriate Somewhat trust
611 The reaction is not at all sufficient Somewhat trust
612 The reaction is not at all sufficient Neither trust nor distrust
613 The reaction is not at all sufficient Distrust
614 The reaction is appropriate Distrust
615 The reaction is appropriate Somewhat trust
616 The reaction is appropriate Somewhat trust
617 The reaction is somewhat too extreme Strongly distrust
618 The reaction is somewhat insufficient Distrust
619 The reaction is appropriate Neither trust nor distrust
620 The reaction is somewhat insufficient Strongly trust
621 The reaction is appropriate Neither trust nor distrust
622 The reaction is much too extreme Strongly distrust
623 The reaction is appropriate Strongly trust
624 The reaction is appropriate Somewhat trust
625 The reaction is appropriate Somewhat trust
626 The reaction is much too extreme Strongly distrust
627 The reaction is somewhat insufficient Distrust
628 The reaction is appropriate Somewhat trust
629 The reaction is appropriate Distrust
630 The reaction is appropriate Somewhat trust
631 The reaction is appropriate Neither trust nor distrust
632 The reaction is appropriate Somewhat trust
633 The reaction is appropriate Somewhat trust
634 The reaction is somewhat insufficient Neither trust nor distrust
635 The reaction is appropriate Somewhat trust
636 The reaction is somewhat insufficient Somewhat trust
637 The reaction is appropriate Somewhat trust
638 The reaction is not at all sufficient Strongly distrust
639 The reaction is appropriate Somewhat trust
640 The reaction is somewhat insufficient Distrust
641 The reaction is appropriate Somewhat trust
642 The reaction is somewhat insufficient Distrust
643 The reaction is somewhat insufficient Neither trust nor distrust
644 The reaction is appropriate Neither trust nor distrust
645 The reaction is somewhat insufficient Neither trust nor distrust
646 The reaction is appropriate Distrust
647 The reaction is appropriate Strongly distrust
648 The reaction is somewhat insufficient Distrust
649 The reaction is somewhat insufficient Distrust
650 The reaction is appropriate Neither trust nor distrust
651 The reaction is appropriate Somewhat trust
652 The reaction is appropriate Somewhat trust
653 The reaction is appropriate Somewhat trust
654 The reaction is not at all sufficient Distrust
655 The reaction is appropriate Neither trust nor distrust
656 The reaction is appropriate Strongly trust
657 The reaction is appropriate Neither trust nor distrust
658 The reaction is appropriate Somewhat trust
659 The reaction is appropriate Neither trust nor distrust
660 The reaction is appropriate Neither trust nor distrust
661 The reaction is appropriate Strongly distrust
662 The reaction is appropriate Somewhat trust
663 The reaction is appropriate Neither trust nor distrust
664 The reaction is appropriate Neither trust nor distrust
665 The reaction is somewhat insufficient Somewhat trust
666 The reaction is appropriate Distrust
667 The reaction is somewhat insufficient Distrust
668 The reaction is appropriate Somewhat trust
669 The reaction is appropriate Somewhat trust
670 The reaction is somewhat insufficient Somewhat trust
671 The reaction is appropriate Neither trust nor distrust
672 The reaction is somewhat insufficient Somewhat trust
673 The reaction is somewhat insufficient Strongly trust
674 The reaction is much too extreme Somewhat trust
675 The reaction is appropriate Somewhat trust
676 The reaction is somewhat insufficient Somewhat trust
677 The reaction is much too extreme Distrust
678 The reaction is appropriate Somewhat trust
679 The reaction is appropriate Strongly distrust
680 The reaction is somewhat insufficient Somewhat trust
681 The reaction is appropriate Distrust
682 The reaction is somewhat insufficient Somewhat trust
683
684 The reaction is appropriate Somewhat trust
685 The reaction is appropriate Somewhat trust
686 The reaction is appropriate Strongly distrust
687 The reaction is appropriate Strongly trust
688 The reaction is appropriate Somewhat trust
689 The reaction is appropriate Strongly trust
690 The reaction is somewhat too extreme Somewhat trust
691 The reaction is appropriate Somewhat trust
692 The reaction is somewhat insufficient Neither trust nor distrust
693 The reaction is not at all sufficient Distrust
694 The reaction is somewhat insufficient Neither trust nor distrust
695 The reaction is appropriate Neither trust nor distrust
696 The reaction is appropriate Neither trust nor distrust
697 The reaction is somewhat insufficient Strongly distrust
698 The reaction is appropriate Strongly trust
699 The reaction is appropriate Somewhat trust
700 The reaction is appropriate Somewhat trust
701 The reaction is somewhat insufficient Neither trust nor distrust
702 The reaction is appropriate Somewhat trust
703 The reaction is appropriate Strongly trust
704 The reaction is appropriate Somewhat trust
705 The reaction is somewhat insufficient Somewhat trust
706 The reaction is somewhat insufficient Neither trust nor distrust
707 The reaction is appropriate Somewhat trust
708 The reaction is not at all sufficient Distrust
709 The reaction is appropriate Distrust
710 The reaction is somewhat insufficient Distrust
711
712
713 The reaction is not at all sufficient Strongly distrust
714 The reaction is appropriate Somewhat trust
715 The reaction is appropriate Somewhat trust
716 The reaction is appropriate Neither trust nor distrust
717 The reaction is appropriate Somewhat trust
718 The reaction is appropriate Strongly trust
719 The reaction is appropriate Somewhat trust
720 The reaction is appropriate Strongly trust
721 The reaction is somewhat too extreme Strongly distrust
722 The reaction is appropriate Neither trust nor distrust
723 The reaction is appropriate Somewhat trust
724 The reaction is somewhat insufficient Neither trust nor distrust
725 The reaction is appropriate Neither trust nor distrust
726 The reaction is appropriate Somewhat trust
727 The reaction is somewhat insufficient Neither trust nor distrust
728 The reaction is somewhat insufficient Somewhat trust
729 The reaction is appropriate Strongly trust
730 The reaction is appropriate Somewhat trust
731 The reaction is not at all sufficient Strongly distrust
732 The reaction is somewhat too extreme Distrust
733 The reaction is appropriate Somewhat trust
734 The reaction is appropriate Somewhat trust
735 The reaction is somewhat insufficient Somewhat trust
736 The reaction is appropriate Somewhat trust
737 The reaction is somewhat insufficient Distrust
738 The reaction is appropriate Somewhat trust
739 The reaction is appropriate Neither trust nor distrust
740 The reaction is appropriate Somewhat trust
741 The reaction is appropriate Somewhat trust
742 The reaction is somewhat insufficient Strongly distrust
743 The reaction is appropriate Somewhat trust
744 The reaction is appropriate Strongly trust
745 The reaction is somewhat insufficient Somewhat trust
746 The reaction is much too extreme Strongly distrust
747 The reaction is not at all sufficient Somewhat trust
748 The reaction is appropriate Somewhat trust
749 The reaction is appropriate Neither trust nor distrust
750 The reaction is somewhat insufficient Strongly distrust
751 The reaction is somewhat too extreme Strongly distrust
752 The reaction is somewhat insufficient Neither trust nor distrust
753 The reaction is somewhat insufficient Neither trust nor distrust
754 The reaction is appropriate Neither trust nor distrust
755 The reaction is appropriate Neither trust nor distrust
756 The reaction is appropriate Distrust
757 The reaction is appropriate Somewhat trust
758 The reaction is appropriate Somewhat trust
759 The reaction is much too extreme Strongly distrust
760 The reaction is somewhat insufficient Neither trust nor distrust
761 The reaction is appropriate Neither trust nor distrust
762 The reaction is appropriate Somewhat trust
763 The reaction is not at all sufficient Neither trust nor distrust
764 The reaction is much too extreme Strongly trust
765 The reaction is somewhat insufficient Neither trust nor distrust
766 The reaction is somewhat too extreme Neither trust nor distrust
767 The reaction is much too extreme Neither trust nor distrust
768 The reaction is somewhat too extreme Somewhat trust
769 The reaction is appropriate Somewhat trust
770 The reaction is somewhat insufficient Somewhat trust
771 The reaction is somewhat insufficient Strongly distrust
772 The reaction is much too extreme Somewhat trust
773 The reaction is appropriate Somewhat trust
774 The reaction is appropriate Somewhat trust
775 The reaction is somewhat insufficient Distrust
776 The reaction is appropriate Neither trust nor distrust
777 The reaction is appropriate Somewhat trust
778 The reaction is appropriate Distrust
779 The reaction is somewhat insufficient Strongly trust
780 The reaction is appropriate Somewhat trust
781 The reaction is somewhat insufficient Somewhat trust
782 The reaction is somewhat insufficient Strongly distrust
783 The reaction is appropriate Strongly trust
784 The reaction is appropriate Somewhat trust
785 The reaction is somewhat too extreme Somewhat trust
786 The reaction is appropriate Somewhat trust
787 The reaction is appropriate Neither trust nor distrust
788 The reaction is appropriate Somewhat trust
789 The reaction is much too extreme Strongly distrust
790 The reaction is appropriate Somewhat trust
791 The reaction is appropriate Strongly trust
792 The reaction is somewhat insufficient Strongly distrust
793 The reaction is appropriate Strongly distrust
794 The reaction is appropriate Neither trust nor distrust
795 The reaction is not at all sufficient Distrust
796 The reaction is somewhat insufficient Somewhat trust
797 The reaction is appropriate Strongly trust
798 The reaction is appropriate Somewhat trust
799 The reaction is not at all sufficient Neither trust nor distrust
800 The reaction is somewhat insufficient Distrust
801 The reaction is somewhat too extreme Neither trust nor distrust
802 The reaction is somewhat insufficient Distrust
803 The reaction is somewhat insufficient Distrust
804 The reaction is appropriate Strongly trust
805 The reaction is somewhat insufficient Strongly distrust
806 The reaction is appropriate Somewhat trust
807 The reaction is appropriate Strongly trust
808 The reaction is appropriate Somewhat trust
809 The reaction is appropriate Neither trust nor distrust
810 The reaction is somewhat insufficient Distrust
811 The reaction is not at all sufficient Neither trust nor distrust
812 The reaction is appropriate Somewhat trust
813 The reaction is appropriate Neither trust nor distrust
814 The reaction is somewhat insufficient Neither trust nor distrust
815 The reaction is somewhat insufficient Neither trust nor distrust
816 The reaction is appropriate Neither trust nor distrust
817 The reaction is appropriate Neither trust nor distrust
818 The reaction is somewhat insufficient Distrust
819 The reaction is somewhat insufficient Distrust
820 The reaction is appropriate Somewhat trust
821 The reaction is appropriate Neither trust nor distrust
822 The reaction is appropriate Strongly trust
823 The reaction is appropriate Somewhat trust
824 The reaction is appropriate Strongly trust
825 The reaction is appropriate Strongly trust
826 The reaction is appropriate Somewhat trust
827 The reaction is appropriate Somewhat trust
828 The reaction is appropriate Neither trust nor distrust
829 The reaction is appropriate Strongly trust
830 The reaction is not at all sufficient Strongly distrust
831 The reaction is appropriate Somewhat trust
832 The reaction is appropriate Somewhat trust
833 The reaction is appropriate Somewhat trust
834 The reaction is appropriate Neither trust nor distrust
835 The reaction is appropriate Somewhat trust
836 The reaction is appropriate Somewhat trust
837 The reaction is appropriate Somewhat trust
838 The reaction is somewhat insufficient Neither trust nor distrust
839 The reaction is appropriate Neither trust nor distrust
840 The reaction is appropriate Somewhat trust
841 The reaction is somewhat insufficient Strongly distrust
842 The reaction is appropriate Distrust
843 The reaction is appropriate Somewhat trust
844 The reaction is appropriate Somewhat trust
845 The reaction is appropriate Somewhat trust
846 The reaction is appropriate Somewhat trust
847 The reaction is appropriate Strongly distrust
848 The reaction is somewhat too extreme Distrust
849 The reaction is appropriate Somewhat trust
850 The reaction is appropriate Somewhat trust
851 The reaction is appropriate Strongly trust
852 The reaction is appropriate Neither trust nor distrust
853 The reaction is somewhat insufficient Somewhat trust
854 The reaction is appropriate Distrust
855 The reaction is appropriate Strongly trust
856 The reaction is appropriate Somewhat trust
857 The reaction is somewhat insufficient Strongly distrust
858 The reaction is somewhat insufficient Distrust
859 The reaction is somewhat too extreme Neither trust nor distrust
860 The reaction is somewhat too extreme Distrust
861 The reaction is appropriate Strongly trust
862 The reaction is somewhat too extreme Distrust
863
864 The reaction is appropriate Somewhat trust
865 The reaction is somewhat insufficient Distrust
866 The reaction is appropriate Somewhat trust
867 The reaction is appropriate Neither trust nor distrust
868 The reaction is not at all sufficient Distrust
869 The reaction is appropriate Somewhat trust
870 The reaction is appropriate Somewhat trust
871 The reaction is appropriate Somewhat trust
872 The reaction is somewhat insufficient Neither trust nor distrust
873 The reaction is appropriate Neither trust nor distrust
874 The reaction is somewhat insufficient Neither trust nor distrust
875 The reaction is appropriate Somewhat trust
876 The reaction is much too extreme Strongly distrust
877 The reaction is appropriate Somewhat trust
878 The reaction is appropriate Somewhat trust
879 The reaction is appropriate Somewhat trust
880 The reaction is not at all sufficient Strongly trust
881 The reaction is appropriate Neither trust nor distrust
882 The reaction is much too extreme Distrust
883 The reaction is appropriate Somewhat trust
884 The reaction is appropriate Somewhat trust
885 The reaction is appropriate Somewhat trust
886 The reaction is appropriate Somewhat trust
887 The reaction is appropriate Somewhat trust
888 The reaction is not at all sufficient Neither trust nor distrust
889 The reaction is appropriate Somewhat trust
890 The reaction is somewhat too extreme Strongly distrust
891 The reaction is appropriate Neither trust nor distrust
892 The reaction is somewhat insufficient Neither trust nor distrust
893 The reaction is somewhat insufficient Neither trust nor distrust
894 The reaction is somewhat insufficient Neither trust nor distrust
895 The reaction is appropriate Somewhat trust
896 The reaction is somewhat insufficient Distrust
897 The reaction is appropriate Strongly trust
898 The reaction is somewhat insufficient Distrust
899 The reaction is appropriate Somewhat trust
900 The reaction is appropriate Somewhat trust
901 The reaction is appropriate Strongly trust
902 The reaction is appropriate Neither trust nor distrust
903 The reaction is appropriate Distrust
904 The reaction is appropriate Somewhat trust
905 The reaction is appropriate Somewhat trust
906 The reaction is appropriate Somewhat trust
907 The reaction is appropriate Somewhat trust
908 The reaction is somewhat insufficient Distrust
909 The reaction is appropriate Somewhat trust
910 The reaction is appropriate Somewhat trust
911 The reaction is somewhat insufficient Distrust
912 The reaction is appropriate Neither trust nor distrust
913 The reaction is appropriate Strongly trust
914 The reaction is somewhat insufficient Neither trust nor distrust
915 The reaction is appropriate Strongly trust
916 The reaction is somewhat insufficient Neither trust nor distrust
917 The reaction is appropriate Somewhat trust
918 The reaction is appropriate Neither trust nor distrust
919 The reaction is appropriate Somewhat trust
920 The reaction is somewhat insufficient Neither trust nor distrust
921 The reaction is appropriate Somewhat trust
922 The reaction is not at all sufficient Distrust
923 The reaction is appropriate Strongly trust
924 The reaction is somewhat insufficient Neither trust nor distrust
925 The reaction is appropriate Somewhat trust
926 The reaction is much too extreme Strongly distrust
927 The reaction is appropriate Somewhat trust
928 The reaction is appropriate Somewhat trust
929 The reaction is appropriate Somewhat trust
930 The reaction is somewhat insufficient Somewhat trust
931 The reaction is much too extreme Neither trust nor distrust
932 The reaction is somewhat insufficient Neither trust nor distrust
933 The reaction is appropriate Somewhat trust
934 The reaction is appropriate Neither trust nor distrust
935 The reaction is much too extreme Strongly distrust
936 The reaction is appropriate Distrust
937 The reaction is appropriate Somewhat trust
938 The reaction is not at all sufficient Strongly trust
939 The reaction is appropriate Strongly trust
940 The reaction is somewhat too extreme Neither trust nor distrust
941 The reaction is appropriate Somewhat trust
942 The reaction is not at all sufficient Strongly distrust
943 The reaction is not at all sufficient Neither trust nor distrust
944 The reaction is appropriate Strongly trust
945 The reaction is somewhat insufficient Neither trust nor distrust
946 The reaction is somewhat insufficient Distrust
947 The reaction is appropriate Neither trust nor distrust
948 The reaction is appropriate Strongly distrust
949 The reaction is appropriate Somewhat trust
950 The reaction is appropriate Strongly trust
951 The reaction is appropriate Neither trust nor distrust
952 The reaction is appropriate Neither trust nor distrust
953 The reaction is somewhat insufficient Strongly distrust
954 The reaction is somewhat too extreme Somewhat trust
955 The reaction is somewhat insufficient Distrust
956 The reaction is appropriate Neither trust nor distrust
957 The reaction is appropriate Neither trust nor distrust
958 The reaction is appropriate Somewhat trust
959 The reaction is appropriate Strongly trust
960 The reaction is appropriate Somewhat trust
961 The reaction is appropriate Strongly trust
962
963 The reaction is appropriate Distrust
964 The reaction is appropriate Neither trust nor distrust
965 The reaction is somewhat insufficient Distrust
966 The reaction is somewhat insufficient Somewhat trust
967 The reaction is appropriate Neither trust nor distrust
968 The reaction is somewhat insufficient Somewhat trust
969 The reaction is somewhat insufficient Distrust
970 The reaction is appropriate Distrust
971 The reaction is appropriate Strongly distrust
972 The reaction is somewhat insufficient Somewhat trust
973 The reaction is appropriate Somewhat trust
974 The reaction is appropriate Strongly trust
975 The reaction is appropriate Neither trust nor distrust
976 The reaction is somewhat insufficient Neither trust nor distrust
977 The reaction is somewhat insufficient Somewhat trust
978 The reaction is much too extreme Neither trust nor distrust
979 The reaction is somewhat too extreme Distrust
980 The reaction is appropriate Somewhat trust
981 The reaction is somewhat insufficient Neither trust nor distrust
982 The reaction is appropriate Strongly trust
983 The reaction is appropriate Somewhat trust
984 The reaction is somewhat insufficient Neither trust nor distrust
985 The reaction is not at all sufficient Distrust
986 The reaction is not at all sufficient Neither trust nor distrust
987 The reaction is appropriate Somewhat trust
988 The reaction is appropriate Neither trust nor distrust
989 The reaction is appropriate Strongly trust
990 The reaction is appropriate Distrust
991 The reaction is somewhat too extreme Somewhat trust
992 The reaction is somewhat insufficient Distrust
993 The reaction is appropriate Somewhat trust
994 The reaction is appropriate Somewhat trust
995 The reaction is appropriate Somewhat trust
996 The reaction is somewhat insufficient Strongly distrust
997 The reaction is somewhat insufficient Distrust
998 The reaction is appropriate Strongly distrust
999 The reaction is not at all sufficient Strongly trust
1000 The reaction is appropriate Somewhat trust
1001 The reaction is appropriate Strongly distrust
1002 The reaction is somewhat insufficient Strongly distrust
1003 The reaction is appropriate Somewhat trust
1004 The reaction is appropriate Strongly trust
1005 The reaction is somewhat too extreme Neither trust nor distrust
1006 The reaction is appropriate Somewhat trust
1007 The reaction is appropriate Strongly distrust
1008 The reaction is appropriate Somewhat trust
1009 The reaction is appropriate Distrust
1010 The reaction is appropriate Somewhat trust
1011
1012 The reaction is somewhat insufficient Neither trust nor distrust
1013 The reaction is appropriate Neither trust nor distrust
1014 The reaction is somewhat insufficient Distrust
1015 The reaction is appropriate Somewhat trust
1016
1017 The reaction is appropriate Somewhat trust
1018 The reaction is much too extreme Strongly distrust
1019 The reaction is somewhat insufficient Somewhat trust
1020 The reaction is appropriate Neither trust nor distrust
1021 The reaction is appropriate Somewhat trust
1022 The reaction is somewhat too extreme Strongly distrust
1023 The reaction is somewhat too extreme Somewhat trust
1024 The reaction is appropriate Somewhat trust
1025 The reaction is appropriate Somewhat trust
1026 The reaction is appropriate Somewhat trust
1027 The reaction is somewhat insufficient Neither trust nor distrust
1028 The reaction is appropriate Somewhat trust
1029 The reaction is somewhat insufficient Somewhat trust
1030 The reaction is appropriate Strongly trust
1031 The reaction is appropriate Somewhat trust
1032 The reaction is appropriate Somewhat trust
1033 The reaction is appropriate Neither trust nor distrust
1034 The reaction is appropriate Somewhat trust
1035 The reaction is somewhat insufficient Strongly trust
1036 The reaction is appropriate Somewhat trust
1037 The reaction is appropriate Neither trust nor distrust
1038 The reaction is much too extreme Neither trust nor distrust
1039 The reaction is appropriate Somewhat trust
1040 The reaction is appropriate Somewhat trust
1041 The reaction is appropriate Neither trust nor distrust
1042 The reaction is appropriate Somewhat trust
1043 The reaction is appropriate Neither trust nor distrust
1044 The reaction is appropriate Neither trust nor distrust
1045 The reaction is somewhat insufficient Distrust
1046 The reaction is somewhat insufficient Distrust
1047 The reaction is somewhat insufficient Neither trust nor distrust
1048 The reaction is somewhat insufficient Neither trust nor distrust
1049 The reaction is appropriate Somewhat trust
1050 The reaction is appropriate Somewhat trust
1051 The reaction is appropriate
1052 The reaction is somewhat insufficient Distrust
1053 The reaction is appropriate Distrust
1054 The reaction is appropriate Somewhat trust
1055 The reaction is somewhat insufficient Neither trust nor distrust
1056 The reaction is appropriate Neither trust nor distrust
1057 The reaction is much too extreme Somewhat trust
1058 The reaction is appropriate Distrust
1059 The reaction is appropriate Somewhat trust
1060 The reaction is appropriate Strongly trust
1061 The reaction is appropriate Somewhat trust
1062 The reaction is somewhat insufficient Somewhat trust
1063 The reaction is appropriate Somewhat trust
1064 The reaction is appropriate Somewhat trust
1065 The reaction is appropriate Somewhat trust
1066 The reaction is much too extreme Strongly distrust
1067 The reaction is appropriate Neither trust nor distrust
1068 The reaction is much too extreme Strongly distrust
1069 The reaction is appropriate Somewhat trust
1070 The reaction is somewhat insufficient Strongly distrust
1071 The reaction is appropriate Distrust
1072 The reaction is appropriate Strongly trust
1073
1074 The reaction is appropriate Distrust
1075 The reaction is appropriate Neither trust nor distrust
1076 The reaction is somewhat insufficient Distrust
1077
1078 The reaction is appropriate Somewhat trust
1079 The reaction is not at all sufficient Neither trust nor distrust
1080 The reaction is somewhat insufficient Strongly trust
1081 The reaction is appropriate Somewhat trust
1082 The reaction is appropriate Neither trust nor distrust
1083 The reaction is somewhat insufficient Neither trust nor distrust
1084 The reaction is not at all sufficient Strongly trust
1085 The reaction is appropriate Somewhat trust
1086 The reaction is appropriate Somewhat trust
1087 The reaction is somewhat insufficient Distrust
1088 The reaction is somewhat insufficient Neither trust nor distrust
1089 The reaction is appropriate Somewhat trust
1090 The reaction is not at all sufficient Neither trust nor distrust
1091 The reaction is appropriate Distrust
1092 The reaction is somewhat insufficient Distrust
1093 The reaction is somewhat insufficient Somewhat trust
1094 The reaction is not at all sufficient Distrust
1095
1096 The reaction is much too extreme Distrust
1097 The reaction is appropriate Somewhat trust
1098 The reaction is appropriate Neither trust nor distrust
1099 The reaction is somewhat insufficient Distrust
1100 The reaction is appropriate Neither trust nor distrust
1101 The reaction is appropriate Neither trust nor distrust
1102 The reaction is somewhat insufficient Strongly distrust
1103 The reaction is somewhat insufficient Strongly distrust
1104 The reaction is appropriate Strongly trust
1105 The reaction is not at all sufficient Strongly distrust
1106 The reaction is appropriate Somewhat trust
1107 The reaction is appropriate Neither trust nor distrust
1108 The reaction is appropriate Neither trust nor distrust
1109 The reaction is somewhat insufficient Neither trust nor distrust
1110 The reaction is appropriate Strongly trust
1111 The reaction is somewhat insufficient Distrust
1112 The reaction is somewhat insufficient Neither trust nor distrust
1113 The reaction is appropriate Neither trust nor distrust
1114 The reaction is appropriate Somewhat trust
1115 The reaction is appropriate Somewhat trust
1116 The reaction is appropriate Somewhat trust
1117 The reaction is appropriate Somewhat trust
1118 The reaction is somewhat insufficient Distrust
1119 The reaction is appropriate Somewhat trust
1120 The reaction is appropriate Neither trust nor distrust
1121 The reaction is somewhat insufficient Strongly trust
1122 The reaction is appropriate Strongly trust
1123 The reaction is appropriate Somewhat trust
1124 The reaction is somewhat too extreme Somewhat trust
1125 The reaction is appropriate Neither trust nor distrust
1126 The reaction is somewhat insufficient Neither trust nor distrust
1127 The reaction is appropriate Distrust
1128 The reaction is appropriate Somewhat trust
1129 The reaction is appropriate Neither trust nor distrust
1130 The reaction is not at all sufficient Neither trust nor distrust
1131 The reaction is somewhat insufficient Neither trust nor distrust
1132 The reaction is appropriate Strongly trust
1133 The reaction is somewhat insufficient Strongly distrust
1134 The reaction is appropriate Somewhat trust
1135 The reaction is somewhat insufficient Distrust
1136 The reaction is somewhat insufficient Neither trust nor distrust
1137 The reaction is appropriate Somewhat trust
1138 The reaction is appropriate Strongly trust
1139 The reaction is appropriate Distrust
1140 The reaction is appropriate Somewhat trust
1141 The reaction is somewhat insufficient Distrust
1142
1143 The reaction is appropriate Neither trust nor distrust
1144 The reaction is not at all sufficient Distrust
1145 The reaction is somewhat too extreme Distrust
1146 The reaction is somewhat insufficient Neither trust nor distrust
1147 The reaction is appropriate Somewhat trust
1148 The reaction is appropriate Somewhat trust
1149 The reaction is not at all sufficient Strongly distrust
1150 The reaction is appropriate Neither trust nor distrust
1151 The reaction is not at all sufficient Strongly trust
1152 The reaction is somewhat too extreme Somewhat trust
1153 The reaction is somewhat insufficient Somewhat trust
1154 The reaction is somewhat insufficient Strongly distrust
1155 The reaction is somewhat insufficient Strongly distrust
1156 The reaction is appropriate Strongly trust
1157 The reaction is much too extreme Strongly distrust
1158 The reaction is appropriate Somewhat trust
1159 The reaction is appropriate Somewhat trust
1160 The reaction is appropriate Somewhat trust
1161 The reaction is appropriate Somewhat trust
1162 The reaction is appropriate Neither trust nor distrust
1163 The reaction is somewhat insufficient Neither trust nor distrust
1164 The reaction is appropriate Strongly trust
1165 The reaction is appropriate Somewhat trust
1166 The reaction is appropriate Strongly trust
1167 The reaction is appropriate Somewhat trust
1168 The reaction is appropriate Somewhat trust
1169 The reaction is appropriate Somewhat trust
1170 The reaction is not at all sufficient Neither trust nor distrust
1171 The reaction is somewhat insufficient Somewhat trust
1172 The reaction is somewhat insufficient Neither trust nor distrust
1173 The reaction is somewhat insufficient Neither trust nor distrust
1174 The reaction is somewhat insufficient Strongly distrust
1175 The reaction is somewhat too extreme Strongly distrust
1176 The reaction is not at all sufficient Somewhat trust
1177 The reaction is appropriate Somewhat trust
1178 The reaction is appropriate Somewhat trust
1179 The reaction is appropriate Strongly trust
1180 The reaction is somewhat insufficient Strongly trust
1181 The reaction is appropriate Distrust
1182 The reaction is somewhat insufficient Neither trust nor distrust
1183 The reaction is appropriate Somewhat trust
1184 The reaction is somewhat insufficient Strongly distrust
1185 The reaction is appropriate Somewhat trust
1186
1187 The reaction is somewhat insufficient Somewhat trust
1188 The reaction is somewhat insufficient Neither trust nor distrust
1189 The reaction is appropriate Strongly distrust
1190 The reaction is somewhat insufficient Distrust
1191 The reaction is appropriate Strongly trust
1192
1193 The reaction is somewhat insufficient Somewhat trust
1194
1195 The reaction is somewhat insufficient Distrust
1196 The reaction is appropriate Somewhat trust
1197 The reaction is appropriate Neither trust nor distrust
1198 The reaction is appropriate Somewhat trust
1199 The reaction is appropriate Somewhat trust
1200 The reaction is appropriate Neither trust nor distrust
1201
1202 The reaction is appropriate Somewhat trust
1203 The reaction is appropriate Somewhat trust
1204 The reaction is somewhat insufficient Distrust
1205 The reaction is appropriate Neither trust nor distrust
1206 The reaction is appropriate Somewhat trust
1207 The reaction is somewhat insufficient Distrust
1208 The reaction is appropriate Somewhat trust
1209 The reaction is appropriate Neither trust nor distrust
1210 The reaction is appropriate Somewhat trust
1211 The reaction is appropriate Somewhat trust
1212 The reaction is somewhat insufficient Distrust
1213 The reaction is appropriate Somewhat trust
1214 The reaction is somewhat too extreme Neither trust nor distrust
1215 The reaction is appropriate Somewhat trust
1216 The reaction is somewhat insufficient Strongly distrust
1217 The reaction is appropriate Neither trust nor distrust
1218
1219 The reaction is appropriate Neither trust nor distrust
1220 The reaction is somewhat insufficient Neither trust nor distrust
1221 The reaction is appropriate Distrust
1222 The reaction is appropriate Neither trust nor distrust
1223 The reaction is not at all sufficient Strongly distrust
1224 The reaction is somewhat insufficient Somewhat trust
1225 The reaction is not at all sufficient Somewhat trust
1226 The reaction is somewhat insufficient Neither trust nor distrust
1227 The reaction is appropriate Neither trust nor distrust
1228 The reaction is appropriate Neither trust nor distrust
1229 The reaction is somewhat insufficient Somewhat trust
1230 The reaction is somewhat too extreme Neither trust nor distrust
1231 The reaction is appropriate Somewhat trust
1232 The reaction is appropriate Somewhat trust
1233 The reaction is appropriate Neither trust nor distrust
1234 The reaction is somewhat insufficient Somewhat trust
1235 The reaction is appropriate Somewhat trust
1236 The reaction is appropriate Somewhat trust
1237 The reaction is appropriate Somewhat trust
1238 The reaction is not at all sufficient Strongly distrust
1239 The reaction is somewhat too extreme Somewhat trust
1240 The reaction is somewhat insufficient
1241 The reaction is somewhat insufficient Neither trust nor distrust
1242 The reaction is somewhat insufficient Neither trust nor distrust
1243 The reaction is somewhat insufficient Somewhat trust
1244 The reaction is somewhat insufficient Neither trust nor distrust
1245 The reaction is appropriate Neither trust nor distrust
1246 The reaction is appropriate Distrust
1247 The reaction is appropriate Somewhat trust
1248 The reaction is appropriate Strongly trust
1249 The reaction is appropriate Strongly trust
Q37
1
2
3
4 Neither truthful nor untruthful
5 Somewhat untruthful
6
7 Somewhat untruthful
8 Neither truthful nor untruthful
9 Somewhat untruthful
10 Somewhat untruthful
11 Very truthful
12 Somewhat truthful
13 Somewhat untruthful
14 Somewhat untruthful
15 Very untruthful
16 Very untruthful
17
18 Very truthful
19 Somewhat untruthful
20 Somewhat untruthful
21 Very untruthful
22 Somewhat untruthful
23 Neither truthful nor untruthful
24 Somewhat untruthful
25
26 Somewhat untruthful
27
28 Somewhat truthful
29 Somewhat untruthful
30 Somewhat truthful
31 Somewhat truthful
32 Somewhat untruthful
33 Somewhat truthful
34 Somewhat truthful
35 Neither truthful nor untruthful
36 Neither truthful nor untruthful
37 Neither truthful nor untruthful
38 Somewhat truthful
39 Neither truthful nor untruthful
40
41 Somewhat truthful
42 Very truthful
43 Somewhat truthful
44 Somewhat truthful
45 Somewhat truthful
46 Somewhat truthful
47 Neither truthful nor untruthful
48 Neither truthful nor untruthful
49 Very truthful
50 Somewhat truthful
51 Very truthful
52 Somewhat truthful
53 Somewhat truthful
54 Very truthful
55 Somewhat truthful
56 Somewhat truthful
57 Somewhat truthful
58 Somewhat truthful
59 Very truthful
60 Very truthful
61 Very truthful
62 Somewhat truthful
63 Somewhat truthful
64 Somewhat untruthful
65 Very untruthful
66 Neither truthful nor untruthful
67 Neither truthful nor untruthful
68 Very untruthful
69 Somewhat truthful
70 Somewhat truthful
71 Somewhat truthful
72 Somewhat truthful
73 Neither truthful nor untruthful
74 Somewhat truthful
75 Somewhat untruthful
76 Somewhat truthful
77 Somewhat truthful
78 Somewhat truthful
79
80 Somewhat truthful
81 Somewhat truthful
82 Very truthful
83 Very truthful
84 Somewhat truthful
85 Neither truthful nor untruthful
86 Neither truthful nor untruthful
87 Very truthful
88 Somewhat untruthful
89
90
91 Somewhat truthful
92 Somewhat truthful
93 Somewhat truthful
94 Somewhat untruthful
95 Neither truthful nor untruthful
96 Somewhat truthful
97 Very untruthful
98 Somewhat truthful
99 Very truthful
100 Neither truthful nor untruthful
101 Somewhat truthful
102 Somewhat truthful
103 Very truthful
104 Somewhat untruthful
105 Neither truthful nor untruthful
106 Somewhat truthful
107 Neither truthful nor untruthful
108 Somewhat truthful
109 Somewhat truthful
110 Very untruthful
111
112 Somewhat truthful
113 Very truthful
114 Somewhat truthful
115 Neither truthful nor untruthful
116 Very truthful
117 Somewhat truthful
118 Neither truthful nor untruthful
119 Neither truthful nor untruthful
120 Very truthful
121 Very truthful
122 Very truthful
123 Somewhat truthful
124 Neither truthful nor untruthful
125 Very untruthful
126 Very truthful
127 Neither truthful nor untruthful
128 Neither truthful nor untruthful
129 Somewhat truthful
130 Somewhat untruthful
131 Very truthful
132 Neither truthful nor untruthful
133 Somewhat truthful
134 Somewhat truthful
135 Somewhat truthful
136 Very truthful
137 Neither truthful nor untruthful
138 Very truthful
139 Somewhat truthful
140 Somewhat truthful
141 Very truthful
142 Somewhat truthful
143 Somewhat untruthful
144 Somewhat truthful
145 Somewhat truthful
146 Somewhat truthful
147 Somewhat truthful
148 Very truthful
149 Somewhat truthful
150 Somewhat truthful
151 Somewhat truthful
152 Somewhat truthful
153 Somewhat truthful
154
155 Very truthful
156 Somewhat truthful
157 Very truthful
158 Somewhat truthful
159 Somewhat truthful
160 Neither truthful nor untruthful
161 Somewhat truthful
162 Neither truthful nor untruthful
163 Neither truthful nor untruthful
164 Neither truthful nor untruthful
165 Very untruthful
166 Somewhat truthful
167 Somewhat truthful
168 Somewhat truthful
169 Neither truthful nor untruthful
170 Very truthful
171 Very truthful
172 Neither truthful nor untruthful
173 Neither truthful nor untruthful
174 Neither truthful nor untruthful
175 Somewhat truthful
176 Somewhat truthful
177 Somewhat truthful
178 Somewhat truthful
179 Somewhat untruthful
180 Somewhat truthful
181 Somewhat truthful
182 Somewhat truthful
183 Somewhat truthful
184 Very truthful
185 Neither truthful nor untruthful
186 Very untruthful
187 Somewhat truthful
188 Somewhat truthful
189 Somewhat untruthful
190 Somewhat truthful
191 Neither truthful nor untruthful
192 Very truthful
193 Somewhat untruthful
194 Somewhat untruthful
195 Very truthful
196 Somewhat truthful
197 Very truthful
198 Somewhat truthful
199 Somewhat truthful
200 Very untruthful
201 Neither truthful nor untruthful
202 Neither truthful nor untruthful
203 Very truthful
204 Somewhat truthful
205 Neither truthful nor untruthful
206 Somewhat truthful
207 Neither truthful nor untruthful
208 Neither truthful nor untruthful
209 Somewhat untruthful
210
211 Somewhat truthful
212 Somewhat truthful
213 Somewhat truthful
214 Neither truthful nor untruthful
215 Neither truthful nor untruthful
216 Neither truthful nor untruthful
217 Somewhat truthful
218 Somewhat truthful
219 Very truthful
220 Somewhat truthful
221 Somewhat truthful
222 Very truthful
223 Somewhat truthful
224 Somewhat untruthful
225 Very truthful
226 Very truthful
227 Somewhat truthful
228 Somewhat truthful
229 Neither truthful nor untruthful
230 Very truthful
231 Very truthful
232 Neither truthful nor untruthful
233 Somewhat truthful
234 Somewhat truthful
235 Somewhat truthful
236 Very truthful
237 Somewhat truthful
238 Somewhat truthful
239 Very truthful
240 Somewhat untruthful
241 Somewhat truthful
242 Somewhat truthful
243 Very truthful
244 Somewhat untruthful
245 Somewhat truthful
246 Very truthful
247 Somewhat truthful
248 Somewhat truthful
249 Very untruthful
250 Somewhat untruthful
251 Somewhat truthful
252 Somewhat truthful
253 Somewhat truthful
254 Somewhat truthful
255 Very truthful
256 Neither truthful nor untruthful
257 Somewhat untruthful
258 Very truthful
259 Neither truthful nor untruthful
260 Somewhat untruthful
261 Neither truthful nor untruthful
262 Very truthful
263 Somewhat untruthful
264 Neither truthful nor untruthful
265 Very truthful
266 Somewhat truthful
267 Somewhat truthful
268 Somewhat untruthful
269 Somewhat truthful
270 Somewhat truthful
271
272 Somewhat truthful
273 Somewhat truthful
274 Somewhat truthful
275 Neither truthful nor untruthful
276
277 Neither truthful nor untruthful
278 Neither truthful nor untruthful
279 Very truthful
280 Neither truthful nor untruthful
281 Somewhat truthful
282 Somewhat truthful
283 Neither truthful nor untruthful
284
285 Very truthful
286 Very truthful
287 Somewhat truthful
288 Somewhat truthful
289
290 Very truthful
291 Very untruthful
292 Very untruthful
293 Very truthful
294 Somewhat truthful
295 Somewhat untruthful
296 Neither truthful nor untruthful
297 Neither truthful nor untruthful
298 Very truthful
299 Neither truthful nor untruthful
300 Somewhat truthful
301 Somewhat untruthful
302 Somewhat truthful
303 Somewhat untruthful
304 Somewhat truthful
305 Very truthful
306
307 Very truthful
308 Somewhat truthful
309 Very untruthful
310 Somewhat untruthful
311 Somewhat truthful
312 Somewhat untruthful
313 Somewhat truthful
314 Somewhat truthful
315 Neither truthful nor untruthful
316 Very untruthful
317 Very truthful
318 Somewhat truthful
319 Neither truthful nor untruthful
320 Neither truthful nor untruthful
321 Very truthful
322 Somewhat truthful
323 Somewhat truthful
324 Somewhat truthful
325 Very truthful
326 Somewhat truthful
327 Somewhat untruthful
328 Somewhat truthful
329 Very truthful
330 Somewhat untruthful
331 Somewhat truthful
332 Neither truthful nor untruthful
333 Somewhat truthful
334
335 Very truthful
336 Very truthful
337 Somewhat truthful
338 Somewhat truthful
339 Very truthful
340 Neither truthful nor untruthful
341 Neither truthful nor untruthful
342 Neither truthful nor untruthful
343 Somewhat untruthful
344 Very truthful
345 Somewhat untruthful
346 Somewhat truthful
347 Very untruthful
348 Very truthful
349 Very truthful
350 Somewhat truthful
351 Somewhat truthful
352 Very truthful
353 Somewhat untruthful
354 Very truthful
355 Somewhat truthful
356 Very truthful
357 Somewhat truthful
358 Very untruthful
359 Somewhat untruthful
360 Somewhat truthful
361 Very untruthful
362 Somewhat truthful
363 Somewhat truthful
364 Very truthful
365 Very untruthful
366 Somewhat untruthful
367 Somewhat truthful
368 Somewhat truthful
369
370 Neither truthful nor untruthful
371 Very truthful
372 Neither truthful nor untruthful
373 Very truthful
374 Very truthful
375 Somewhat truthful
376
377 Somewhat truthful
378 Neither truthful nor untruthful
379
380 Neither truthful nor untruthful
381 Somewhat truthful
382 Somewhat truthful
383 Somewhat truthful
384 Neither truthful nor untruthful
385 Somewhat truthful
386 Neither truthful nor untruthful
387 Somewhat truthful
388 Very untruthful
389 Somewhat untruthful
390 Somewhat truthful
391 Somewhat truthful
392 Somewhat untruthful
393 Somewhat truthful
394 Very truthful
395 Somewhat truthful
396 Very truthful
397 Somewhat untruthful
398 Somewhat truthful
399 Somewhat truthful
400 Very truthful
401 Neither truthful nor untruthful
402 Somewhat truthful
403 Somewhat truthful
404 Somewhat truthful
405 Somewhat truthful
406 Somewhat truthful
407 Very truthful
408 Very truthful
409 Somewhat untruthful
410 Somewhat truthful
411 Neither truthful nor untruthful
412 Somewhat truthful
413 Neither truthful nor untruthful
414 Somewhat untruthful
415 Somewhat truthful
416 Very truthful
417 Neither truthful nor untruthful
418 Somewhat untruthful
419 Somewhat untruthful
420 Very truthful
421 Somewhat truthful
422
423 Neither truthful nor untruthful
424 Very truthful
425 Neither truthful nor untruthful
426 Somewhat truthful
427 Somewhat truthful
428 Somewhat truthful
429 Neither truthful nor untruthful
430 Somewhat truthful
431 Somewhat truthful
432 Somewhat untruthful
433 Neither truthful nor untruthful
434 Somewhat truthful
435 Somewhat truthful
436 Neither truthful nor untruthful
437 Very truthful
438 Neither truthful nor untruthful
439 Somewhat truthful
440 Somewhat truthful
441 Neither truthful nor untruthful
442 Very truthful
443 Very untruthful
444 Somewhat untruthful
445 Somewhat truthful
446 Somewhat truthful
447 Somewhat untruthful
448 Somewhat truthful
449 Neither truthful nor untruthful
450 Neither truthful nor untruthful
451
452 Somewhat untruthful
453 Somewhat truthful
454 Somewhat truthful
455 Somewhat truthful
456 Neither truthful nor untruthful
457 Somewhat truthful
458 Somewhat truthful
459 Somewhat truthful
460 Somewhat truthful
461 Neither truthful nor untruthful
462 Neither truthful nor untruthful
463 Somewhat untruthful
464 Somewhat truthful
465
466 Neither truthful nor untruthful
467 Neither truthful nor untruthful
468 Somewhat truthful
469 Very untruthful
470 Very truthful
471 Somewhat truthful
472 Neither truthful nor untruthful
473 Neither truthful nor untruthful
474 Very truthful
475 Somewhat untruthful
476 Somewhat truthful
477 Very truthful
478 Somewhat truthful
479 Somewhat untruthful
480 Very truthful
481 Neither truthful nor untruthful
482 Somewhat truthful
483 Somewhat truthful
484 Somewhat truthful
485 Somewhat truthful
486 Somewhat truthful
487 Somewhat untruthful
488 Somewhat truthful
489 Somewhat truthful
490 Somewhat truthful
491 Neither truthful nor untruthful
492 Neither truthful nor untruthful
493 Neither truthful nor untruthful
494 Somewhat truthful
495 Somewhat truthful
496 Somewhat truthful
497 Somewhat untruthful
498 Neither truthful nor untruthful
499 Very truthful
500 Somewhat truthful
501 Very truthful
502 Neither truthful nor untruthful
503 Somewhat truthful
504 Somewhat truthful
505 Very truthful
506 Somewhat truthful
507 Neither truthful nor untruthful
508 Very truthful
509 Somewhat untruthful
510 Somewhat truthful
511 Very untruthful
512 Somewhat truthful
513 Somewhat truthful
514 Very truthful
515 Very truthful
516 Somewhat truthful
517 Somewhat truthful
518 Neither truthful nor untruthful
519 Neither truthful nor untruthful
520 Somewhat truthful
521 Somewhat truthful
522 Somewhat truthful
523 Neither truthful nor untruthful
524 Somewhat truthful
525 Neither truthful nor untruthful
526 Somewhat truthful
527 Somewhat truthful
528 Neither truthful nor untruthful
529 Somewhat truthful
530 Neither truthful nor untruthful
531 Neither truthful nor untruthful
532 Very untruthful
533 Somewhat truthful
534 Very truthful
535 Somewhat untruthful
536 Somewhat untruthful
537 Somewhat truthful
538 Somewhat untruthful
539 Very untruthful
540 Very truthful
541 Somewhat truthful
542 Very truthful
543 Neither truthful nor untruthful
544 Somewhat truthful
545 Very untruthful
546 Somewhat untruthful
547 Neither truthful nor untruthful
548 Neither truthful nor untruthful
549 Somewhat untruthful
550 Somewhat truthful
551 Very truthful
552 Somewhat truthful
553 Somewhat truthful
554 Neither truthful nor untruthful
555 Somewhat truthful
556 Somewhat truthful
557 Very untruthful
558 Somewhat untruthful
559 Somewhat truthful
560 Neither truthful nor untruthful
561 Somewhat truthful
562 Neither truthful nor untruthful
563 Very truthful
564 Somewhat truthful
565 Somewhat truthful
566 Neither truthful nor untruthful
567 Neither truthful nor untruthful
568 Very truthful
569 Very untruthful
570 Somewhat untruthful
571 Somewhat truthful
572 Neither truthful nor untruthful
573 Somewhat truthful
574 Very truthful
575 Somewhat truthful
576 Somewhat truthful
577 Somewhat truthful
578 Somewhat untruthful
579 Very untruthful
580 Very truthful
581 Somewhat truthful
582 Neither truthful nor untruthful
583 Somewhat truthful
584 Somewhat truthful
585 Neither truthful nor untruthful
586 Somewhat untruthful
587 Neither truthful nor untruthful
588 Somewhat truthful
589 Very truthful
590 Very truthful
591 Neither truthful nor untruthful
592 Somewhat truthful
593 Very truthful
594 Neither truthful nor untruthful
595 Very truthful
596 Somewhat truthful
597 Somewhat truthful
598 Neither truthful nor untruthful
599 Somewhat truthful
600 Neither truthful nor untruthful
601 Somewhat truthful
602 Very untruthful
603 Somewhat truthful
604 Neither truthful nor untruthful
605 Somewhat truthful
606 Somewhat truthful
607 Very truthful
608 Neither truthful nor untruthful
609 Very truthful
610 Somewhat truthful
611 Neither truthful nor untruthful
612 Neither truthful nor untruthful
613 Very untruthful
614 Somewhat untruthful
615 Somewhat untruthful
616 Somewhat truthful
617 Somewhat untruthful
618 Neither truthful nor untruthful
619 Neither truthful nor untruthful
620 Somewhat untruthful
621 Neither truthful nor untruthful
622 Very untruthful
623 Very truthful
624 Somewhat truthful
625 Somewhat truthful
626 Very untruthful
627 Somewhat untruthful
628 Somewhat truthful
629 Somewhat untruthful
630 Somewhat untruthful
631 Neither truthful nor untruthful
632 Neither truthful nor untruthful
633 Somewhat truthful
634 Neither truthful nor untruthful
635 Somewhat truthful
636 Neither truthful nor untruthful
637 Somewhat truthful
638 Very untruthful
639 Somewhat truthful
640 Neither truthful nor untruthful
641 Somewhat truthful
642 Neither truthful nor untruthful
643 Neither truthful nor untruthful
644 Somewhat truthful
645 Somewhat truthful
646 Somewhat truthful
647 Neither truthful nor untruthful
648 Somewhat untruthful
649 Somewhat untruthful
650 Neither truthful nor untruthful
651 Somewhat truthful
652 Somewhat truthful
653 Somewhat truthful
654 Very truthful
655 Neither truthful nor untruthful
656 Somewhat truthful
657 Neither truthful nor untruthful
658 Very truthful
659 Somewhat truthful
660 Somewhat truthful
661 Somewhat truthful
662 Neither truthful nor untruthful
663 Somewhat truthful
664 Somewhat truthful
665 Somewhat truthful
666 Neither truthful nor untruthful
667 Somewhat untruthful
668 Neither truthful nor untruthful
669 Somewhat truthful
670 Somewhat truthful
671 Neither truthful nor untruthful
672 Somewhat untruthful
673 Neither truthful nor untruthful
674 Very truthful
675 Somewhat truthful
676 Somewhat truthful
677 Somewhat untruthful
678 Very truthful
679 Neither truthful nor untruthful
680 Very truthful
681 Somewhat untruthful
682 Somewhat truthful
683
684 Neither truthful nor untruthful
685 Somewhat truthful
686 Somewhat truthful
687 Somewhat truthful
688 Very truthful
689 Very truthful
690 Somewhat untruthful
691 Somewhat truthful
692 Somewhat truthful
693 Very untruthful
694 Neither truthful nor untruthful
695 Somewhat truthful
696 Somewhat truthful
697 Very untruthful
698 Very truthful
699 Somewhat truthful
700 Somewhat truthful
701 Somewhat truthful
702 Very truthful
703 Very truthful
704 Somewhat truthful
705 Somewhat truthful
706 Neither truthful nor untruthful
707 Neither truthful nor untruthful
708 Somewhat untruthful
709 Somewhat untruthful
710 Neither truthful nor untruthful
711
712
713 Somewhat untruthful
714 Somewhat truthful
715 Somewhat truthful
716 Somewhat untruthful
717 Somewhat truthful
718 Very truthful
719 Somewhat truthful
720 Somewhat truthful
721 Somewhat untruthful
722 Somewhat untruthful
723 Neither truthful nor untruthful
724 Somewhat truthful
725 Neither truthful nor untruthful
726 Somewhat truthful
727 Neither truthful nor untruthful
728 Very truthful
729 Very truthful
730 Somewhat truthful
731 Very untruthful
732 Somewhat truthful
733 Somewhat truthful
734 Somewhat untruthful
735 Neither truthful nor untruthful
736 Somewhat truthful
737 Neither truthful nor untruthful
738 Neither truthful nor untruthful
739 Somewhat truthful
740 Neither truthful nor untruthful
741 Somewhat truthful
742 Somewhat untruthful
743 Somewhat truthful
744 Very truthful
745 Somewhat truthful
746 Very untruthful
747 Neither truthful nor untruthful
748 Somewhat truthful
749 Somewhat untruthful
750 Neither truthful nor untruthful
751 Somewhat untruthful
752 Neither truthful nor untruthful
753 Somewhat truthful
754 Somewhat untruthful
755 Neither truthful nor untruthful
756 Very untruthful
757 Somewhat truthful
758 Neither truthful nor untruthful
759 Somewhat untruthful
760 Neither truthful nor untruthful
761 Somewhat truthful
762 Somewhat truthful
763 Neither truthful nor untruthful
764 Very truthful
765 Neither truthful nor untruthful
766 Somewhat untruthful
767 Neither truthful nor untruthful
768 Somewhat truthful
769 Somewhat truthful
770 Somewhat truthful
771 Neither truthful nor untruthful
772 Neither truthful nor untruthful
773 Very truthful
774 Somewhat truthful
775 Neither truthful nor untruthful
776 Neither truthful nor untruthful
777 Somewhat truthful
778 Very truthful
779 Somewhat truthful
780 Neither truthful nor untruthful
781 Somewhat truthful
782 Somewhat untruthful
783 Somewhat truthful
784 Somewhat truthful
785 Somewhat truthful
786 Somewhat truthful
787 Somewhat truthful
788 Somewhat truthful
789 Very untruthful
790 Very truthful
791 Very truthful
792 Neither truthful nor untruthful
793 Somewhat untruthful
794 Neither truthful nor untruthful
795 Somewhat truthful
796 Neither truthful nor untruthful
797 Neither truthful nor untruthful
798 Somewhat truthful
799 Neither truthful nor untruthful
800 Very truthful
801 Somewhat untruthful
802 Somewhat untruthful
803 Somewhat truthful
804 Somewhat truthful
805 Very untruthful
806 Somewhat truthful
807 Somewhat truthful
808 Somewhat truthful
809 Somewhat truthful
810 Neither truthful nor untruthful
811 Neither truthful nor untruthful
812 Somewhat truthful
813 Neither truthful nor untruthful
814 Somewhat untruthful
815 Very truthful
816 Somewhat untruthful
817 Somewhat untruthful
818 Somewhat untruthful
819 Neither truthful nor untruthful
820 Somewhat untruthful
821 Somewhat truthful
822 Somewhat truthful
823 Somewhat truthful
824 Somewhat truthful
825 Very truthful
826 Somewhat truthful
827 Very truthful
828 Neither truthful nor untruthful
829 Somewhat truthful
830 Very untruthful
831 Somewhat truthful
832 Somewhat truthful
833 Somewhat truthful
834 Somewhat truthful
835 Somewhat truthful
836 Somewhat truthful
837 Very truthful
838 Somewhat truthful
839 Neither truthful nor untruthful
840 Somewhat truthful
841 Somewhat truthful
842 Somewhat truthful
843 Somewhat truthful
844 Somewhat truthful
845 Somewhat truthful
846 Somewhat truthful
847 Neither truthful nor untruthful
848 Neither truthful nor untruthful
849 Somewhat truthful
850 Somewhat truthful
851 Very truthful
852 Somewhat untruthful
853 Somewhat truthful
854 Somewhat untruthful
855 Very truthful
856 Somewhat untruthful
857 Neither truthful nor untruthful
858 Very untruthful
859 Somewhat truthful
860 Somewhat truthful
861 Neither truthful nor untruthful
862 Somewhat truthful
863
864 Somewhat truthful
865 Somewhat truthful
866 Neither truthful nor untruthful
867 Somewhat truthful
868 Somewhat truthful
869 Somewhat truthful
870 Somewhat truthful
871 Neither truthful nor untruthful
872 Neither truthful nor untruthful
873 Neither truthful nor untruthful
874 Somewhat truthful
875 Somewhat truthful
876 Very untruthful
877 Somewhat truthful
878 Somewhat truthful
879 Somewhat truthful
880 Very truthful
881 Somewhat truthful
882 Very untruthful
883 Somewhat truthful
884 Neither truthful nor untruthful
885 Very truthful
886 Neither truthful nor untruthful
887 Very truthful
888 Very truthful
889 Neither truthful nor untruthful
890 Somewhat untruthful
891 Somewhat untruthful
892 Neither truthful nor untruthful
893 Neither truthful nor untruthful
894 Somewhat truthful
895 Somewhat truthful
896 Somewhat truthful
897 Very truthful
898 Somewhat truthful
899 Very truthful
900 Somewhat untruthful
901 Very truthful
902 Somewhat truthful
903 Somewhat untruthful
904 Somewhat truthful
905 Very truthful
906 Somewhat truthful
907 Somewhat truthful
908 Somewhat truthful
909 Neither truthful nor untruthful
910 Somewhat truthful
911 Neither truthful nor untruthful
912 Somewhat truthful
913 Very truthful
914 Somewhat truthful
915 Somewhat truthful
916 Neither truthful nor untruthful
917 Very truthful
918 Neither truthful nor untruthful
919 Somewhat truthful
920 Neither truthful nor untruthful
921 Very truthful
922 Somewhat untruthful
923 Very truthful
924 Somewhat truthful
925 Somewhat truthful
926 Somewhat untruthful
927 Very truthful
928 Somewhat truthful
929 Somewhat truthful
930 Somewhat truthful
931 Somewhat truthful
932 Somewhat truthful
933 Somewhat truthful
934 Somewhat truthful
935 Very untruthful
936 Somewhat truthful
937 Neither truthful nor untruthful
938 Very truthful
939 Very truthful
940 Neither truthful nor untruthful
941 Neither truthful nor untruthful
942 Somewhat untruthful
943 Somewhat truthful
944 Very truthful
945 Neither truthful nor untruthful
946 Somewhat untruthful
947 Neither truthful nor untruthful
948 Neither truthful nor untruthful
949 Somewhat truthful
950 Somewhat truthful
951 Somewhat truthful
952 Somewhat truthful
953 Very untruthful
954 Somewhat truthful
955 Neither truthful nor untruthful
956 Neither truthful nor untruthful
957 Somewhat truthful
958 Neither truthful nor untruthful
959 Very truthful
960 Somewhat truthful
961 Very truthful
962
963 Somewhat untruthful
964 Somewhat truthful
965 Somewhat truthful
966 Somewhat truthful
967 Neither truthful nor untruthful
968 Somewhat truthful
969 Neither truthful nor untruthful
970 Somewhat untruthful
971 Very untruthful
972 Somewhat truthful
973 Somewhat truthful
974 Very truthful
975 Neither truthful nor untruthful
976 Somewhat untruthful
977 Somewhat truthful
978 Neither truthful nor untruthful
979 Somewhat truthful
980 Very untruthful
981 Neither truthful nor untruthful
982 Very truthful
983 Somewhat truthful
984 Neither truthful nor untruthful
985 Somewhat truthful
986 Neither truthful nor untruthful
987 Somewhat truthful
988 Somewhat truthful
989 Very truthful
990 Somewhat untruthful
991 Somewhat untruthful
992 Neither truthful nor untruthful
993 Somewhat truthful
994 Somewhat truthful
995 Neither truthful nor untruthful
996 Very untruthful
997 Somewhat untruthful
998 Very untruthful
999 Very truthful
1000 Very truthful
1001 Very untruthful
1002 Somewhat untruthful
1003 Somewhat truthful
1004 Very truthful
1005 Somewhat untruthful
1006 Somewhat truthful
1007 Very untruthful
1008 Somewhat truthful
1009 Neither truthful nor untruthful
1010 Very truthful
1011
1012 Very untruthful
1013 Neither truthful nor untruthful
1014 Neither truthful nor untruthful
1015 Somewhat truthful
1016
1017 Somewhat truthful
1018 Somewhat untruthful
1019 Neither truthful nor untruthful
1020 Somewhat untruthful
1021 Somewhat truthful
1022 Somewhat untruthful
1023 Somewhat truthful
1024 Somewhat truthful
1025 Very truthful
1026 Somewhat truthful
1027 Neither truthful nor untruthful
1028 Somewhat truthful
1029 Very truthful
1030 Very truthful
1031 Very truthful
1032 Somewhat truthful
1033 Somewhat truthful
1034 Neither truthful nor untruthful
1035 Somewhat truthful
1036 Very truthful
1037 Neither truthful nor untruthful
1038 Neither truthful nor untruthful
1039 Somewhat truthful
1040 Somewhat truthful
1041 Neither truthful nor untruthful
1042 Very truthful
1043 Somewhat truthful
1044 Very untruthful
1045 Somewhat untruthful
1046 Somewhat truthful
1047 Somewhat truthful
1048 Somewhat untruthful
1049 Very truthful
1050 Somewhat truthful
1051 Somewhat truthful
1052 Somewhat untruthful
1053 Neither truthful nor untruthful
1054 Very truthful
1055 Somewhat truthful
1056 Somewhat truthful
1057 Somewhat truthful
1058 Somewhat untruthful
1059 Somewhat truthful
1060 Somewhat truthful
1061 Somewhat truthful
1062 Somewhat truthful
1063 Neither truthful nor untruthful
1064 Somewhat untruthful
1065 Somewhat truthful
1066 Somewhat untruthful
1067 Somewhat truthful
1068 Somewhat truthful
1069 Somewhat truthful
1070 Somewhat untruthful
1071 Neither truthful nor untruthful
1072 Very truthful
1073
1074 Somewhat untruthful
1075 Somewhat truthful
1076 Somewhat truthful
1077
1078 Very truthful
1079 Somewhat truthful
1080 Very truthful
1081 Somewhat truthful
1082 Neither truthful nor untruthful
1083 Neither truthful nor untruthful
1084 Very truthful
1085 Somewhat truthful
1086 Somewhat truthful
1087 Somewhat untruthful
1088 Somewhat truthful
1089 Somewhat truthful
1090 Neither truthful nor untruthful
1091 Neither truthful nor untruthful
1092 Neither truthful nor untruthful
1093 Somewhat truthful
1094 Neither truthful nor untruthful
1095
1096 Neither truthful nor untruthful
1097 Somewhat truthful
1098 Somewhat truthful
1099 Neither truthful nor untruthful
1100 Somewhat truthful
1101 Somewhat truthful
1102 Somewhat untruthful
1103 Somewhat truthful
1104 Very truthful
1105 Somewhat untruthful
1106 Very truthful
1107 Very truthful
1108 Somewhat truthful
1109 Somewhat truthful
1110 Very truthful
1111 Neither truthful nor untruthful
1112 Neither truthful nor untruthful
1113 Somewhat untruthful
1114 Somewhat truthful
1115 Very truthful
1116 Somewhat truthful
1117 Somewhat truthful
1118 Very truthful
1119 Somewhat truthful
1120 Very truthful
1121 Somewhat truthful
1122 Somewhat truthful
1123 Somewhat truthful
1124 Very truthful
1125 Neither truthful nor untruthful
1126 Somewhat truthful
1127 Neither truthful nor untruthful
1128 Very truthful
1129 Somewhat truthful
1130 Somewhat truthful
1131 Somewhat truthful
1132 Very truthful
1133 Somewhat untruthful
1134 Somewhat truthful
1135 Neither truthful nor untruthful
1136 Somewhat truthful
1137 Somewhat truthful
1138 Very truthful
1139 Somewhat truthful
1140 Somewhat truthful
1141 Somewhat untruthful
1142
1143 Neither truthful nor untruthful
1144 Somewhat truthful
1145 Somewhat untruthful
1146 Neither truthful nor untruthful
1147 Neither truthful nor untruthful
1148 Somewhat truthful
1149 Very untruthful
1150 Very untruthful
1151 Very truthful
1152 Somewhat truthful
1153 Neither truthful nor untruthful
1154 Somewhat untruthful
1155 Neither truthful nor untruthful
1156 Very truthful
1157 Very untruthful
1158 Somewhat truthful
1159 Somewhat truthful
1160 Somewhat truthful
1161 Somewhat truthful
1162 Somewhat truthful
1163 Very untruthful
1164 Very truthful
1165 Very truthful
1166 Very truthful
1167 Neither truthful nor untruthful
1168 Very truthful
1169 Very truthful
1170 Neither truthful nor untruthful
1171 Somewhat truthful
1172 Very truthful
1173 Neither truthful nor untruthful
1174 Very untruthful
1175 Neither truthful nor untruthful
1176 Somewhat truthful
1177 Somewhat truthful
1178 Very truthful
1179 Very truthful
1180 Somewhat truthful
1181 Somewhat untruthful
1182 Somewhat untruthful
1183 Somewhat truthful
1184 Neither truthful nor untruthful
1185 Very truthful
1186
1187 Somewhat truthful
1188 Somewhat truthful
1189 Neither truthful nor untruthful
1190 Very untruthful
1191 Somewhat truthful
1192
1193 Very truthful
1194
1195 Neither truthful nor untruthful
1196 Very truthful
1197 Neither truthful nor untruthful
1198 Very truthful
1199 Very truthful
1200 Somewhat untruthful
1201
1202 Somewhat truthful
1203 Somewhat truthful
1204 Somewhat untruthful
1205 Neither truthful nor untruthful
1206 Somewhat truthful
1207 Somewhat truthful
1208 Very truthful
1209 Neither truthful nor untruthful
1210 Somewhat truthful
1211 Somewhat truthful
1212 Neither truthful nor untruthful
1213 Somewhat truthful
1214 Somewhat untruthful
1215 Somewhat truthful
1216 Somewhat untruthful
1217 Neither truthful nor untruthful
1218
1219 Neither truthful nor untruthful
1220 Very truthful
1221 Somewhat untruthful
1222 Neither truthful nor untruthful
1223 Neither truthful nor untruthful
1224 Neither truthful nor untruthful
1225 Somewhat truthful
1226 Neither truthful nor untruthful
1227 Neither truthful nor untruthful
1228 Somewhat truthful
1229 Somewhat truthful
1230 Very untruthful
1231 Somewhat truthful
1232 Neither truthful nor untruthful
1233 Somewhat truthful
1234 Very truthful
1235 Somewhat truthful
1236 Somewhat truthful
1237 Somewhat truthful
1238 Very untruthful
1239 Neither truthful nor untruthful
1240 Neither truthful nor untruthful
1241 Neither truthful nor untruthful
1242 Somewhat truthful
1243 Very truthful
1244 Neither truthful nor untruthful
1245 Neither truthful nor untruthful
1246 Very untruthful
1247 Somewhat truthful
1248 Neither truthful nor untruthful
1249 Very truthful
Q23
1
2 The reaction is appropriate
3
4 The reaction is appropriate
5 The reaction is appropriate
6 The reaction is appropriate
7 The reaction is appropriate
8 The reaction is appropriate
9 The reaction is appropriate
10 The reaction is appropriate
11 The reaction is appropriate
12 The reaction is appropriate
13 The reaction is appropriate
14 The reaction is somewhat too extreme
15 The reaction is much too extreme
16 The reaction is much too extreme
17
18 The reaction is appropriate
19 The reaction is somewhat too extreme
20 The reaction is somewhat too extreme
21 The reaction is somewhat too extreme
22 The reaction is appropriate
23 The reaction is appropriate
24 The reaction is appropriate
25
26 The reaction is somewhat too extreme
27 The reaction is somewhat too extreme
28 The reaction is somewhat insufficient
29 The reaction is appropriate
30 The reaction is appropriate
31 The reaction is somewhat insufficient
32 The reaction is somewhat too extreme
33 The reaction is not at all sufficient
34 The reaction is appropriate
35 The reaction is somewhat insufficient
36 The reaction is appropriate
37 The reaction is somewhat too extreme
38 The reaction is somewhat insufficient
39 The reaction is somewhat insufficient
40
41 The reaction is somewhat insufficient
42 The reaction is somewhat insufficient
43 The reaction is somewhat insufficient
44 The reaction is somewhat insufficient
45 The reaction is appropriate
46 The reaction is appropriate
47 The reaction is somewhat too extreme
48 The reaction is appropriate
49 The reaction is appropriate
50 The reaction is somewhat insufficient
51 The reaction is not at all sufficient
52 The reaction is somewhat insufficient
53 The reaction is somewhat insufficient
54 The reaction is appropriate
55 The reaction is appropriate
56 The reaction is not at all sufficient
57 The reaction is somewhat insufficient
58 The reaction is somewhat insufficient
59 The reaction is appropriate
60 The reaction is appropriate
61 The reaction is somewhat insufficient
62 The reaction is appropriate
63 The reaction is somewhat insufficient
64 The reaction is somewhat insufficient
65 The reaction is not at all sufficient
66 The reaction is somewhat too extreme
67 The reaction is appropriate
68 The reaction is much too extreme
69 The reaction is somewhat insufficient
70 The reaction is somewhat insufficient
71 The reaction is somewhat too extreme
72 The reaction is appropriate
73 The reaction is somewhat insufficient
74 The reaction is appropriate
75 The reaction is somewhat too extreme
76 The reaction is somewhat insufficient
77 The reaction is not at all sufficient
78 The reaction is somewhat insufficient
79
80 The reaction is appropriate
81 The reaction is appropriate
82 The reaction is somewhat insufficient
83 The reaction is appropriate
84 The reaction is appropriate
85 The reaction is appropriate
86 The reaction is appropriate
87 The reaction is appropriate
88 The reaction is somewhat insufficient
89
90
91 The reaction is somewhat insufficient
92 The reaction is somewhat too extreme
93 The reaction is appropriate
94 The reaction is somewhat insufficient
95 The reaction is somewhat insufficient
96 The reaction is somewhat insufficient
97 The reaction is somewhat insufficient
98 The reaction is somewhat insufficient
99 The reaction is appropriate
100 The reaction is not at all sufficient
101 The reaction is somewhat insufficient
102 The reaction is somewhat insufficient
103 The reaction is appropriate
104 The reaction is somewhat insufficient
105 The reaction is somewhat insufficient
106 The reaction is appropriate
107 The reaction is somewhat insufficient
108 The reaction is appropriate
109 The reaction is somewhat insufficient
110 The reaction is appropriate
111
112 The reaction is appropriate
113 The reaction is appropriate
114 The reaction is appropriate
115 The reaction is appropriate
116 The reaction is appropriate
117 The reaction is somewhat insufficient
118 The reaction is appropriate
119 The reaction is somewhat insufficient
120 The reaction is somewhat insufficient
121 The reaction is appropriate
122 The reaction is somewhat insufficient
123 The reaction is somewhat insufficient
124 The reaction is appropriate
125 The reaction is not at all sufficient
126 The reaction is much too extreme
127 The reaction is somewhat insufficient
128 The reaction is somewhat insufficient
129 The reaction is somewhat insufficient
130 The reaction is appropriate
131 The reaction is somewhat insufficient
132 The reaction is much too extreme
133 The reaction is appropriate
134 The reaction is somewhat insufficient
135 The reaction is somewhat insufficient
136 The reaction is much too extreme
137 The reaction is appropriate
138 The reaction is somewhat insufficient
139 The reaction is appropriate
140 The reaction is not at all sufficient
141 The reaction is appropriate
142 The reaction is not at all sufficient
143 The reaction is appropriate
144 The reaction is somewhat insufficient
145 The reaction is somewhat too extreme
146 The reaction is somewhat insufficient
147 The reaction is appropriate
148 The reaction is appropriate
149 The reaction is somewhat insufficient
150 The reaction is somewhat insufficient
151 The reaction is somewhat too extreme
152 The reaction is somewhat insufficient
153 The reaction is appropriate
154
155 The reaction is appropriate
156 The reaction is appropriate
157 The reaction is somewhat insufficient
158 The reaction is appropriate
159 The reaction is appropriate
160 The reaction is somewhat insufficient
161 The reaction is appropriate
162 The reaction is somewhat insufficient
163 The reaction is somewhat too extreme
164 The reaction is appropriate
165 The reaction is somewhat insufficient
166 The reaction is not at all sufficient
167 The reaction is appropriate
168 The reaction is somewhat insufficient
169 The reaction is somewhat insufficient
170 The reaction is somewhat insufficient
171 The reaction is somewhat too extreme
172 The reaction is somewhat insufficient
173 The reaction is appropriate
174 The reaction is somewhat insufficient
175 The reaction is somewhat insufficient
176 The reaction is appropriate
177 The reaction is somewhat insufficient
178 The reaction is much too extreme
179 The reaction is somewhat too extreme
180 The reaction is somewhat insufficient
181 The reaction is somewhat insufficient
182 The reaction is appropriate
183 The reaction is appropriate
184 The reaction is somewhat insufficient
185 The reaction is appropriate
186 The reaction is much too extreme
187 The reaction is somewhat insufficient
188 The reaction is not at all sufficient
189 The reaction is not at all sufficient
190 The reaction is not at all sufficient
191 The reaction is appropriate
192 The reaction is somewhat insufficient
193 The reaction is appropriate
194 The reaction is somewhat insufficient
195 The reaction is somewhat insufficient
196 The reaction is appropriate
197 The reaction is somewhat insufficient
198 The reaction is appropriate
199 The reaction is appropriate
200 The reaction is appropriate
201 The reaction is somewhat insufficient
202 The reaction is somewhat too extreme
203 The reaction is somewhat insufficient
204 The reaction is somewhat insufficient
205 The reaction is somewhat too extreme
206 The reaction is much too extreme
207 The reaction is appropriate
208 The reaction is not at all sufficient
209 The reaction is somewhat insufficient
210
211 The reaction is appropriate
212 The reaction is appropriate
213 The reaction is appropriate
214 The reaction is somewhat insufficient
215 The reaction is somewhat too extreme
216 The reaction is somewhat insufficient
217 The reaction is somewhat too extreme
218 The reaction is not at all sufficient
219 The reaction is somewhat insufficient
220 The reaction is somewhat insufficient
221 The reaction is somewhat insufficient
222 The reaction is appropriate
223 The reaction is appropriate
224 The reaction is appropriate
225 The reaction is appropriate
226 The reaction is not at all sufficient
227 The reaction is appropriate
228 The reaction is not at all sufficient
229 The reaction is somewhat insufficient
230 The reaction is somewhat insufficient
231 The reaction is somewhat insufficient
232 The reaction is appropriate
233 The reaction is somewhat insufficient
234 The reaction is somewhat insufficient
235 The reaction is appropriate
236 The reaction is somewhat insufficient
237 The reaction is not at all sufficient
238 The reaction is appropriate
239 The reaction is much too extreme
240 The reaction is appropriate
241 The reaction is somewhat insufficient
242 The reaction is somewhat insufficient
243 The reaction is somewhat insufficient
244 The reaction is somewhat insufficient
245 The reaction is somewhat insufficient
246 The reaction is not at all sufficient
247 The reaction is appropriate
248 The reaction is somewhat too extreme
249 The reaction is much too extreme
250 The reaction is somewhat too extreme
251 The reaction is appropriate
252 The reaction is appropriate
253 The reaction is appropriate
254 The reaction is much too extreme
255 The reaction is appropriate
256 The reaction is appropriate
257 The reaction is appropriate
258 The reaction is somewhat insufficient
259 The reaction is appropriate
260 The reaction is somewhat insufficient
261 The reaction is somewhat insufficient
262 The reaction is somewhat insufficient
263 The reaction is somewhat insufficient
264 The reaction is not at all sufficient
265 The reaction is appropriate
266 The reaction is somewhat insufficient
267 The reaction is appropriate
268 The reaction is somewhat too extreme
269 The reaction is not at all sufficient
270 The reaction is not at all sufficient
271
272 The reaction is somewhat insufficient
273 The reaction is somewhat too extreme
274 The reaction is somewhat insufficient
275 The reaction is much too extreme
276
277 The reaction is appropriate
278 The reaction is somewhat insufficient
279 The reaction is appropriate
280 The reaction is somewhat insufficient
281 The reaction is somewhat insufficient
282 The reaction is appropriate
283 The reaction is appropriate
284
285 The reaction is somewhat insufficient
286 The reaction is not at all sufficient
287 The reaction is appropriate
288 The reaction is somewhat too extreme
289
290 The reaction is somewhat insufficient
291 The reaction is somewhat too extreme
292 The reaction is appropriate
293 The reaction is appropriate
294 The reaction is somewhat insufficient
295 The reaction is somewhat insufficient
296 The reaction is appropriate
297 The reaction is somewhat insufficient
298 The reaction is somewhat insufficient
299 The reaction is appropriate
300 The reaction is somewhat insufficient
301 The reaction is not at all sufficient
302 The reaction is appropriate
303 The reaction is somewhat insufficient
304 The reaction is appropriate
305 The reaction is somewhat insufficient
306
307 The reaction is somewhat insufficient
308 The reaction is appropriate
309 The reaction is somewhat insufficient
310 The reaction is not at all sufficient
311 The reaction is somewhat insufficient
312 The reaction is somewhat insufficient
313 The reaction is somewhat insufficient
314 The reaction is appropriate
315 The reaction is appropriate
316 The reaction is much too extreme
317 The reaction is somewhat insufficient
318 The reaction is appropriate
319 The reaction is not at all sufficient
320 The reaction is appropriate
321 The reaction is somewhat insufficient
322 The reaction is appropriate
323 The reaction is much too extreme
324 The reaction is appropriate
325 The reaction is not at all sufficient
326 The reaction is appropriate
327 The reaction is appropriate
328 The reaction is appropriate
329 The reaction is appropriate
330 The reaction is much too extreme
331 The reaction is appropriate
332 The reaction is appropriate
333 The reaction is appropriate
334
335 The reaction is somewhat insufficient
336 The reaction is somewhat too extreme
337 The reaction is somewhat insufficient
338 The reaction is somewhat insufficient
339 The reaction is not at all sufficient
340 The reaction is appropriate
341 The reaction is much too extreme
342 The reaction is appropriate
343 The reaction is appropriate
344 The reaction is appropriate
345 The reaction is somewhat insufficient
346 The reaction is somewhat too extreme
347 The reaction is somewhat insufficient
348 The reaction is somewhat insufficient
349 The reaction is somewhat insufficient
350 The reaction is somewhat insufficient
351 The reaction is somewhat insufficient
352 The reaction is somewhat insufficient
353 The reaction is appropriate
354 The reaction is appropriate
355 The reaction is appropriate
356 The reaction is somewhat insufficient
357 The reaction is somewhat insufficient
358 The reaction is somewhat insufficient
359 The reaction is somewhat insufficient
360 The reaction is somewhat insufficient
361 The reaction is much too extreme
362 The reaction is appropriate
363 The reaction is somewhat too extreme
364 The reaction is somewhat insufficient
365 The reaction is somewhat insufficient
366 The reaction is somewhat too extreme
367 The reaction is not at all sufficient
368 The reaction is appropriate
369 The reaction is appropriate
370 The reaction is somewhat insufficient
371 The reaction is somewhat insufficient
372 The reaction is somewhat insufficient
373 The reaction is somewhat insufficient
374 The reaction is somewhat insufficient
375 The reaction is somewhat insufficient
376
377 The reaction is not at all sufficient
378 The reaction is somewhat insufficient
379
380 The reaction is appropriate
381 The reaction is appropriate
382 The reaction is somewhat too extreme
383 The reaction is appropriate
384 The reaction is much too extreme
385 The reaction is somewhat insufficient
386 The reaction is appropriate
387 The reaction is appropriate
388 The reaction is not at all sufficient
389 The reaction is somewhat insufficient
390 The reaction is somewhat insufficient
391 The reaction is somewhat insufficient
392 The reaction is appropriate
393 The reaction is somewhat insufficient
394 The reaction is somewhat insufficient
395 The reaction is somewhat insufficient
396 The reaction is somewhat insufficient
397 The reaction is somewhat insufficient
398 The reaction is somewhat insufficient
399 The reaction is appropriate
400 The reaction is not at all sufficient
401 The reaction is somewhat insufficient
402 The reaction is appropriate
403 The reaction is not at all sufficient
404 The reaction is somewhat insufficient
405 The reaction is appropriate
406 The reaction is somewhat insufficient
407 The reaction is not at all sufficient
408 The reaction is not at all sufficient
409 The reaction is somewhat insufficient
410 The reaction is appropriate
411 The reaction is somewhat insufficient
412 The reaction is somewhat insufficient
413 The reaction is somewhat insufficient
414 The reaction is not at all sufficient
415 The reaction is somewhat insufficient
416 The reaction is appropriate
417 The reaction is somewhat insufficient
418 The reaction is somewhat insufficient
419 The reaction is somewhat insufficient
420 The reaction is appropriate
421 The reaction is appropriate
422
423 The reaction is appropriate
424 The reaction is somewhat too extreme
425 The reaction is appropriate
426 The reaction is appropriate
427 The reaction is appropriate
428 The reaction is appropriate
429 The reaction is somewhat too extreme
430 The reaction is appropriate
431 The reaction is appropriate
432 The reaction is somewhat insufficient
433 The reaction is appropriate
434 The reaction is somewhat insufficient
435 The reaction is not at all sufficient
436 The reaction is somewhat insufficient
437 The reaction is appropriate
438 The reaction is appropriate
439 The reaction is somewhat insufficient
440 The reaction is somewhat insufficient
441 The reaction is somewhat insufficient
442 The reaction is somewhat insufficient
443 The reaction is much too extreme
444 The reaction is appropriate
445 The reaction is appropriate
446 The reaction is appropriate
447 The reaction is appropriate
448 The reaction is appropriate
449 The reaction is appropriate
450 The reaction is appropriate
451
452 The reaction is appropriate
453 The reaction is somewhat insufficient
454 The reaction is appropriate
455 The reaction is appropriate
456 The reaction is appropriate
457 The reaction is appropriate
458 The reaction is somewhat insufficient
459 The reaction is somewhat insufficient
460 The reaction is somewhat too extreme
461 The reaction is appropriate
462 The reaction is somewhat insufficient
463 The reaction is somewhat insufficient
464 The reaction is not at all sufficient
465
466 The reaction is much too extreme
467 The reaction is appropriate
468 The reaction is somewhat insufficient
469 The reaction is much too extreme
470 The reaction is not at all sufficient
471 The reaction is somewhat insufficient
472 The reaction is somewhat insufficient
473 The reaction is much too extreme
474 The reaction is not at all sufficient
475 The reaction is somewhat too extreme
476 The reaction is somewhat insufficient
477 The reaction is somewhat insufficient
478 The reaction is somewhat insufficient
479 The reaction is much too extreme
480 The reaction is somewhat insufficient
481 The reaction is somewhat insufficient
482 The reaction is appropriate
483 The reaction is not at all sufficient
484 The reaction is somewhat insufficient
485 The reaction is appropriate
486 The reaction is not at all sufficient
487 The reaction is somewhat too extreme
488 The reaction is somewhat insufficient
489 The reaction is somewhat insufficient
490 The reaction is somewhat insufficient
491 The reaction is appropriate
492 The reaction is somewhat insufficient
493 The reaction is somewhat insufficient
494 The reaction is appropriate
495 The reaction is somewhat insufficient
496 The reaction is appropriate
497 The reaction is somewhat insufficient
498 The reaction is not at all sufficient
499 The reaction is somewhat insufficient
500 The reaction is much too extreme
501 The reaction is not at all sufficient
502 The reaction is appropriate
503 The reaction is appropriate
504 The reaction is appropriate
505 The reaction is appropriate
506 The reaction is somewhat insufficient
507 The reaction is appropriate
508 The reaction is appropriate
509 The reaction is somewhat insufficient
510 The reaction is somewhat insufficient
511 The reaction is appropriate
512 The reaction is somewhat insufficient
513 The reaction is somewhat insufficient
514 The reaction is appropriate
515 The reaction is appropriate
516 The reaction is appropriate
517 The reaction is somewhat insufficient
518 The reaction is appropriate
519 The reaction is somewhat insufficient
520 The reaction is somewhat insufficient
521 The reaction is somewhat insufficient
522 The reaction is appropriate
523 The reaction is somewhat insufficient
524 The reaction is appropriate
525 The reaction is appropriate
526 The reaction is somewhat insufficient
527 The reaction is somewhat insufficient
528 The reaction is somewhat insufficient
529 The reaction is somewhat insufficient
530 The reaction is appropriate
531 The reaction is somewhat insufficient
532 The reaction is somewhat too extreme
533 The reaction is somewhat insufficient
534 The reaction is appropriate
535 The reaction is much too extreme
536 The reaction is not at all sufficient
537 The reaction is not at all sufficient
538 The reaction is appropriate
539 The reaction is somewhat too extreme
540 The reaction is somewhat insufficient
541 The reaction is somewhat insufficient
542 The reaction is somewhat insufficient
543 The reaction is somewhat insufficient
544 The reaction is appropriate
545 The reaction is somewhat too extreme
546 The reaction is appropriate
547 The reaction is not at all sufficient
548 The reaction is somewhat insufficient
549 The reaction is somewhat insufficient
550 The reaction is appropriate
551 The reaction is somewhat insufficient
552 The reaction is appropriate
553 The reaction is appropriate
554 The reaction is appropriate
555 The reaction is somewhat insufficient
556 The reaction is appropriate
557 The reaction is appropriate
558 The reaction is appropriate
559 The reaction is appropriate
560 The reaction is somewhat insufficient
561 The reaction is somewhat too extreme
562 The reaction is not at all sufficient
563 The reaction is not at all sufficient
564 The reaction is appropriate
565 The reaction is appropriate
566 The reaction is somewhat insufficient
567 The reaction is not at all sufficient
568 The reaction is appropriate
569 The reaction is somewhat insufficient
570 The reaction is somewhat insufficient
571 The reaction is appropriate
572 The reaction is appropriate
573 The reaction is appropriate
574 The reaction is somewhat insufficient
575 The reaction is somewhat too extreme
576 The reaction is not at all sufficient
577 The reaction is appropriate
578 The reaction is not at all sufficient
579 The reaction is appropriate
580 The reaction is appropriate
581 The reaction is appropriate
582 The reaction is not at all sufficient
583 The reaction is appropriate
584 The reaction is somewhat insufficient
585 The reaction is appropriate
586 The reaction is appropriate
587 The reaction is somewhat too extreme
588 The reaction is somewhat insufficient
589 The reaction is somewhat insufficient
590 The reaction is somewhat insufficient
591 The reaction is somewhat insufficient
592 The reaction is appropriate
593 The reaction is appropriate
594 The reaction is appropriate
595 The reaction is appropriate
596 The reaction is appropriate
597 The reaction is somewhat too extreme
598 The reaction is somewhat insufficient
599 The reaction is appropriate
600 The reaction is appropriate
601 The reaction is somewhat insufficient
602 The reaction is appropriate
603 The reaction is appropriate
604 The reaction is somewhat insufficient
605 The reaction is appropriate
606 The reaction is appropriate
607 The reaction is appropriate
608 The reaction is appropriate
609 The reaction is somewhat insufficient
610 The reaction is appropriate
611 The reaction is appropriate
612 The reaction is somewhat insufficient
613 The reaction is somewhat insufficient
614 The reaction is somewhat insufficient
615 The reaction is somewhat insufficient
616 The reaction is somewhat insufficient
617 The reaction is appropriate
618 The reaction is appropriate
619 The reaction is appropriate
620 The reaction is somewhat insufficient
621 The reaction is not at all sufficient
622 The reaction is much too extreme
623 The reaction is appropriate
624 The reaction is somewhat insufficient
625 The reaction is appropriate
626 The reaction is much too extreme
627 The reaction is somewhat insufficient
628 The reaction is somewhat insufficient
629 The reaction is appropriate
630 The reaction is appropriate
631 The reaction is appropriate
632 The reaction is somewhat too extreme
633 The reaction is appropriate
634 The reaction is appropriate
635 The reaction is somewhat insufficient
636 The reaction is somewhat insufficient
637 The reaction is somewhat insufficient
638 The reaction is not at all sufficient
639 The reaction is not at all sufficient
640 The reaction is somewhat insufficient
641 The reaction is somewhat insufficient
642 The reaction is somewhat insufficient
643 The reaction is somewhat too extreme
644 The reaction is appropriate
645 The reaction is somewhat insufficient
646 The reaction is somewhat insufficient
647 The reaction is appropriate
648 The reaction is not at all sufficient
649 The reaction is appropriate
650 The reaction is appropriate
651 The reaction is appropriate
652 The reaction is somewhat insufficient
653 The reaction is somewhat insufficient
654 The reaction is somewhat insufficient
655 The reaction is appropriate
656 The reaction is somewhat insufficient
657 The reaction is appropriate
658 The reaction is somewhat insufficient
659 The reaction is not at all sufficient
660 The reaction is appropriate
661 The reaction is somewhat insufficient
662 The reaction is somewhat insufficient
663 The reaction is appropriate
664 The reaction is somewhat insufficient
665 The reaction is somewhat insufficient
666 The reaction is somewhat too extreme
667 The reaction is somewhat insufficient
668 The reaction is somewhat too extreme
669 The reaction is somewhat insufficient
670 The reaction is not at all sufficient
671 The reaction is appropriate
672 The reaction is appropriate
673 The reaction is not at all sufficient
674 The reaction is appropriate
675 The reaction is appropriate
676 The reaction is appropriate
677 The reaction is somewhat insufficient
678 The reaction is appropriate
679 The reaction is much too extreme
680 The reaction is not at all sufficient
681 The reaction is somewhat too extreme
682 The reaction is appropriate
683
684 The reaction is somewhat too extreme
685 The reaction is appropriate
686 The reaction is not at all sufficient
687 The reaction is appropriate
688 The reaction is somewhat insufficient
689 The reaction is somewhat insufficient
690 The reaction is somewhat insufficient
691 The reaction is appropriate
692 The reaction is somewhat insufficient
693 The reaction is not at all sufficient
694 The reaction is not at all sufficient
695 The reaction is somewhat insufficient
696 The reaction is appropriate
697 The reaction is appropriate
698 The reaction is appropriate
699 The reaction is somewhat insufficient
700 The reaction is somewhat insufficient
701 The reaction is appropriate
702 The reaction is somewhat insufficient
703 The reaction is somewhat insufficient
704 The reaction is somewhat insufficient
705 The reaction is somewhat insufficient
706 The reaction is somewhat insufficient
707 The reaction is somewhat insufficient
708 The reaction is somewhat insufficient
709 The reaction is not at all sufficient
710 The reaction is not at all sufficient
711
712
713 The reaction is somewhat insufficient
714 The reaction is somewhat insufficient
715 The reaction is appropriate
716 The reaction is appropriate
717 The reaction is somewhat insufficient
718 The reaction is somewhat insufficient
719 The reaction is appropriate
720 The reaction is somewhat insufficient
721 The reaction is appropriate
722 The reaction is somewhat insufficient
723 The reaction is appropriate
724 The reaction is appropriate
725 The reaction is somewhat insufficient
726 The reaction is somewhat insufficient
727 The reaction is somewhat insufficient
728 The reaction is appropriate
729 The reaction is appropriate
730 The reaction is appropriate
731 The reaction is somewhat insufficient
732 The reaction is appropriate
733 The reaction is somewhat insufficient
734 The reaction is somewhat insufficient
735 The reaction is much too extreme
736 The reaction is somewhat insufficient
737 The reaction is appropriate
738 The reaction is somewhat too extreme
739 The reaction is appropriate
740 The reaction is somewhat too extreme
741 The reaction is appropriate
742 The reaction is somewhat insufficient
743 The reaction is appropriate
744 The reaction is appropriate
745 The reaction is somewhat too extreme
746 The reaction is much too extreme
747 The reaction is somewhat insufficient
748 The reaction is appropriate
749 The reaction is appropriate
750 The reaction is appropriate
751 The reaction is somewhat too extreme
752 The reaction is appropriate
753 The reaction is somewhat insufficient
754 The reaction is appropriate
755 The reaction is appropriate
756 The reaction is somewhat insufficient
757 The reaction is appropriate
758 The reaction is appropriate
759 The reaction is somewhat too extreme
760 The reaction is somewhat insufficient
761 The reaction is somewhat insufficient
762 The reaction is appropriate
763 The reaction is not at all sufficient
764 The reaction is much too extreme
765 The reaction is much too extreme
766 The reaction is much too extreme
767 The reaction is appropriate
768 The reaction is appropriate
769 The reaction is somewhat insufficient
770 The reaction is somewhat insufficient
771 The reaction is somewhat insufficient
772 The reaction is somewhat too extreme
773 The reaction is somewhat insufficient
774 The reaction is somewhat insufficient
775 The reaction is appropriate
776 The reaction is appropriate
777 The reaction is somewhat insufficient
778 The reaction is appropriate
779 The reaction is somewhat insufficient
780 The reaction is appropriate
781 The reaction is appropriate
782 The reaction is somewhat insufficient
783 The reaction is appropriate
784 The reaction is somewhat insufficient
785 The reaction is somewhat too extreme
786 The reaction is appropriate
787 The reaction is somewhat insufficient
788 The reaction is not at all sufficient
789 The reaction is much too extreme
790 The reaction is somewhat insufficient
791 The reaction is appropriate
792 The reaction is appropriate
793 The reaction is somewhat insufficient
794 The reaction is appropriate
795 The reaction is somewhat insufficient
796 The reaction is somewhat insufficient
797 The reaction is somewhat too extreme
798 The reaction is appropriate
799 The reaction is not at all sufficient
800 The reaction is not at all sufficient
801 The reaction is somewhat too extreme
802 The reaction is appropriate
803 The reaction is somewhat insufficient
804 The reaction is not at all sufficient
805 The reaction is somewhat insufficient
806 The reaction is appropriate
807 The reaction is appropriate
808 The reaction is somewhat insufficient
809 The reaction is appropriate
810 The reaction is somewhat insufficient
811 The reaction is not at all sufficient
812 The reaction is much too extreme
813 The reaction is somewhat insufficient
814 The reaction is appropriate
815 The reaction is somewhat insufficient
816 The reaction is somewhat too extreme
817 The reaction is not at all sufficient
818 The reaction is somewhat insufficient
819 The reaction is somewhat insufficient
820 The reaction is somewhat insufficient
821 The reaction is somewhat insufficient
822 The reaction is appropriate
823 The reaction is somewhat insufficient
824 The reaction is somewhat insufficient
825 The reaction is appropriate
826 The reaction is somewhat insufficient
827 The reaction is appropriate
828 The reaction is appropriate
829 The reaction is somewhat insufficient
830 The reaction is appropriate
831 The reaction is appropriate
832 The reaction is somewhat insufficient
833 The reaction is somewhat insufficient
834 The reaction is somewhat insufficient
835 The reaction is appropriate
836 The reaction is appropriate
837 The reaction is appropriate
838 The reaction is somewhat insufficient
839 The reaction is appropriate
840 The reaction is somewhat insufficient
841 The reaction is somewhat insufficient
842 The reaction is appropriate
843 The reaction is somewhat insufficient
844 The reaction is appropriate
845 The reaction is appropriate
846 The reaction is appropriate
847 The reaction is appropriate
848 The reaction is appropriate
849 The reaction is appropriate
850 The reaction is appropriate
851 The reaction is much too extreme
852 The reaction is appropriate
853 The reaction is somewhat insufficient
854 The reaction is appropriate
855 The reaction is somewhat insufficient
856 The reaction is somewhat insufficient
857 The reaction is not at all sufficient
858 The reaction is somewhat insufficient
859 The reaction is appropriate
860 The reaction is appropriate
861 The reaction is appropriate
862 The reaction is appropriate
863
864 The reaction is somewhat insufficient
865 The reaction is somewhat insufficient
866 The reaction is somewhat too extreme
867 The reaction is somewhat insufficient
868 The reaction is somewhat insufficient
869 The reaction is somewhat insufficient
870 The reaction is appropriate
871 The reaction is appropriate
872 The reaction is somewhat insufficient
873 The reaction is appropriate
874 The reaction is not at all sufficient
875 The reaction is somewhat insufficient
876 The reaction is appropriate
877 The reaction is appropriate
878 The reaction is somewhat insufficient
879 The reaction is appropriate
880 The reaction is not at all sufficient
881 The reaction is not at all sufficient
882 The reaction is much too extreme
883 The reaction is somewhat insufficient
884 The reaction is somewhat insufficient
885 The reaction is somewhat insufficient
886 The reaction is appropriate
887 The reaction is somewhat insufficient
888 The reaction is appropriate
889 The reaction is appropriate
890 The reaction is appropriate
891 The reaction is not at all sufficient
892 The reaction is somewhat insufficient
893 The reaction is not at all sufficient
894 The reaction is somewhat insufficient
895 The reaction is appropriate
896 The reaction is appropriate
897 The reaction is somewhat insufficient
898 The reaction is not at all sufficient
899 The reaction is somewhat insufficient
900 The reaction is somewhat insufficient
901 The reaction is somewhat insufficient
902 The reaction is somewhat insufficient
903 The reaction is somewhat insufficient
904 The reaction is appropriate
905 The reaction is somewhat insufficient
906 The reaction is somewhat insufficient
907 The reaction is appropriate
908 The reaction is not at all sufficient
909 The reaction is somewhat insufficient
910 The reaction is somewhat too extreme
911 The reaction is somewhat insufficient
912 The reaction is somewhat insufficient
913 The reaction is appropriate
914 The reaction is appropriate
915 The reaction is appropriate
916 The reaction is somewhat insufficient
917 The reaction is appropriate
918 The reaction is appropriate
919 The reaction is somewhat insufficient
920 The reaction is somewhat too extreme
921 The reaction is somewhat insufficient
922 The reaction is somewhat insufficient
923 The reaction is appropriate
924 The reaction is somewhat insufficient
925 The reaction is appropriate
926 The reaction is somewhat too extreme
927 The reaction is somewhat insufficient
928 The reaction is appropriate
929 The reaction is appropriate
930 The reaction is somewhat insufficient
931 The reaction is appropriate
932 The reaction is appropriate
933 The reaction is appropriate
934 The reaction is somewhat insufficient
935 The reaction is appropriate
936 The reaction is somewhat too extreme
937 The reaction is not at all sufficient
938 The reaction is not at all sufficient
939 The reaction is not at all sufficient
940 The reaction is somewhat too extreme
941 The reaction is appropriate
942 The reaction is appropriate
943 The reaction is somewhat insufficient
944 The reaction is appropriate
945 The reaction is not at all sufficient
946 The reaction is not at all sufficient
947 The reaction is appropriate
948 The reaction is appropriate
949 The reaction is somewhat insufficient
950 The reaction is appropriate
951 The reaction is somewhat insufficient
952 The reaction is somewhat insufficient
953 The reaction is somewhat insufficient
954 The reaction is somewhat insufficient
955 The reaction is somewhat insufficient
956 The reaction is appropriate
957 The reaction is appropriate
958 The reaction is somewhat too extreme
959 The reaction is somewhat insufficient
960 The reaction is somewhat insufficient
961 The reaction is appropriate
962
963 The reaction is appropriate
964 The reaction is appropriate
965 The reaction is somewhat insufficient
966 The reaction is somewhat insufficient
967 The reaction is somewhat insufficient
968 The reaction is not at all sufficient
969 The reaction is somewhat insufficient
970 The reaction is appropriate
971 The reaction is not at all sufficient
972 The reaction is appropriate
973 The reaction is somewhat insufficient
974 The reaction is somewhat insufficient
975 The reaction is appropriate
976 The reaction is somewhat insufficient
977 The reaction is somewhat insufficient
978 The reaction is somewhat insufficient
979 The reaction is somewhat too extreme
980 The reaction is somewhat insufficient
981 The reaction is somewhat insufficient
982 The reaction is somewhat insufficient
983 The reaction is somewhat insufficient
984 The reaction is appropriate
985 The reaction is not at all sufficient
986 The reaction is somewhat insufficient
987 The reaction is appropriate
988 The reaction is appropriate
989 The reaction is appropriate
990 The reaction is appropriate
991 The reaction is somewhat too extreme
992 The reaction is somewhat insufficient
993 The reaction is somewhat insufficient
994 The reaction is appropriate
995 The reaction is not at all sufficient
996 The reaction is somewhat insufficient
997 The reaction is somewhat insufficient
998 The reaction is appropriate
999 The reaction is not at all sufficient
1000 The reaction is somewhat insufficient
1001 The reaction is somewhat too extreme
1002 The reaction is somewhat insufficient
1003 The reaction is somewhat insufficient
1004 The reaction is somewhat insufficient
1005 The reaction is appropriate
1006 The reaction is somewhat insufficient
1007 The reaction is appropriate
1008 The reaction is somewhat insufficient
1009 The reaction is somewhat too extreme
1010 The reaction is somewhat insufficient
1011
1012 The reaction is somewhat insufficient
1013 The reaction is somewhat too extreme
1014 The reaction is appropriate
1015 The reaction is appropriate
1016
1017 The reaction is somewhat insufficient
1018 The reaction is much too extreme
1019 The reaction is somewhat insufficient
1020 The reaction is somewhat insufficient
1021 The reaction is appropriate
1022 The reaction is appropriate
1023 The reaction is somewhat too extreme
1024 The reaction is somewhat too extreme
1025 The reaction is appropriate
1026 The reaction is appropriate
1027 The reaction is appropriate
1028 The reaction is appropriate
1029 The reaction is not at all sufficient
1030 The reaction is appropriate
1031 The reaction is somewhat insufficient
1032 The reaction is somewhat too extreme
1033 The reaction is appropriate
1034 The reaction is appropriate
1035 The reaction is somewhat insufficient
1036 The reaction is somewhat insufficient
1037 The reaction is appropriate
1038 The reaction is appropriate
1039 The reaction is somewhat too extreme
1040 The reaction is appropriate
1041 The reaction is appropriate
1042 The reaction is somewhat insufficient
1043 The reaction is somewhat insufficient
1044 The reaction is appropriate
1045 The reaction is somewhat insufficient
1046 The reaction is appropriate
1047 The reaction is somewhat insufficient
1048 The reaction is somewhat insufficient
1049 The reaction is somewhat insufficient
1050 The reaction is appropriate
1051 The reaction is appropriate
1052 The reaction is appropriate
1053 The reaction is somewhat insufficient
1054 The reaction is appropriate
1055 The reaction is not at all sufficient
1056 The reaction is not at all sufficient
1057 The reaction is somewhat too extreme
1058 The reaction is appropriate
1059 The reaction is somewhat insufficient
1060 The reaction is somewhat too extreme
1061 The reaction is not at all sufficient
1062 The reaction is somewhat insufficient
1063 The reaction is appropriate
1064 The reaction is appropriate
1065 The reaction is somewhat insufficient
1066 The reaction is much too extreme
1067 The reaction is somewhat insufficient
1068 The reaction is appropriate
1069 The reaction is somewhat insufficient
1070 The reaction is somewhat insufficient
1071 The reaction is much too extreme
1072 The reaction is appropriate
1073
1074 The reaction is somewhat insufficient
1075 The reaction is appropriate
1076 The reaction is somewhat insufficient
1077
1078 The reaction is somewhat insufficient
1079 The reaction is somewhat insufficient
1080 The reaction is appropriate
1081 The reaction is appropriate
1082 The reaction is somewhat too extreme
1083 The reaction is somewhat insufficient
1084 The reaction is not at all sufficient
1085 The reaction is somewhat too extreme
1086 The reaction is appropriate
1087 The reaction is appropriate
1088 The reaction is somewhat too extreme
1089 The reaction is appropriate
1090 The reaction is somewhat insufficient
1091 The reaction is appropriate
1092 The reaction is somewhat insufficient
1093 The reaction is appropriate
1094 The reaction is somewhat insufficient
1095
1096 The reaction is much too extreme
1097 The reaction is appropriate
1098 The reaction is appropriate
1099 The reaction is somewhat insufficient
1100 The reaction is appropriate
1101 The reaction is somewhat too extreme
1102 The reaction is somewhat insufficient
1103 The reaction is appropriate
1104 The reaction is much too extreme
1105 The reaction is not at all sufficient
1106 The reaction is somewhat insufficient
1107 The reaction is not at all sufficient
1108 The reaction is somewhat too extreme
1109 The reaction is somewhat insufficient
1110 The reaction is somewhat insufficient
1111 The reaction is somewhat insufficient
1112 The reaction is appropriate
1113 The reaction is somewhat too extreme
1114 The reaction is appropriate
1115 The reaction is somewhat insufficient
1116 The reaction is appropriate
1117 The reaction is somewhat insufficient
1118 The reaction is not at all sufficient
1119 The reaction is somewhat too extreme
1120 The reaction is somewhat insufficient
1121 The reaction is not at all sufficient
1122 The reaction is appropriate
1123 The reaction is appropriate
1124 The reaction is much too extreme
1125 The reaction is appropriate
1126 The reaction is appropriate
1127 The reaction is appropriate
1128 The reaction is somewhat insufficient
1129 The reaction is somewhat insufficient
1130 The reaction is much too extreme
1131 The reaction is somewhat insufficient
1132 The reaction is not at all sufficient
1133 The reaction is not at all sufficient
1134 The reaction is appropriate
1135 The reaction is somewhat insufficient
1136 The reaction is somewhat insufficient
1137 The reaction is somewhat insufficient
1138 The reaction is somewhat insufficient
1139 The reaction is somewhat insufficient
1140 The reaction is somewhat too extreme
1141 The reaction is somewhat insufficient
1142
1143 The reaction is appropriate
1144 The reaction is somewhat insufficient
1145 The reaction is somewhat too extreme
1146 The reaction is somewhat insufficient
1147 The reaction is somewhat insufficient
1148 The reaction is appropriate
1149 The reaction is not at all sufficient
1150 The reaction is appropriate
1151 The reaction is somewhat insufficient
1152 The reaction is appropriate
1153 The reaction is somewhat insufficient
1154 The reaction is appropriate
1155 The reaction is appropriate
1156 The reaction is not at all sufficient
1157 The reaction is appropriate
1158 The reaction is appropriate
1159 The reaction is somewhat insufficient
1160 The reaction is somewhat insufficient
1161 The reaction is appropriate
1162 The reaction is somewhat insufficient
1163 The reaction is somewhat insufficient
1164 The reaction is somewhat insufficient
1165 The reaction is not at all sufficient
1166 The reaction is appropriate
1167 The reaction is much too extreme
1168 The reaction is appropriate
1169 The reaction is appropriate
1170 The reaction is not at all sufficient
1171 The reaction is somewhat insufficient
1172 The reaction is not at all sufficient
1173 The reaction is not at all sufficient
1174 The reaction is somewhat insufficient
1175 The reaction is much too extreme
1176 The reaction is appropriate
1177 The reaction is appropriate
1178 The reaction is somewhat too extreme
1179 The reaction is somewhat insufficient
1180 The reaction is somewhat insufficient
1181 The reaction is appropriate
1182 The reaction is somewhat too extreme
1183 The reaction is somewhat insufficient
1184 The reaction is somewhat insufficient
1185 The reaction is somewhat insufficient
1186
1187 The reaction is somewhat insufficient
1188 The reaction is somewhat insufficient
1189 The reaction is somewhat too extreme
1190 The reaction is appropriate
1191 The reaction is somewhat insufficient
1192
1193 The reaction is not at all sufficient
1194
1195 The reaction is somewhat insufficient
1196 The reaction is somewhat too extreme
1197 The reaction is appropriate
1198 The reaction is somewhat insufficient
1199 The reaction is somewhat insufficient
1200 The reaction is much too extreme
1201
1202 The reaction is appropriate
1203 The reaction is somewhat insufficient
1204 The reaction is somewhat insufficient
1205 The reaction is appropriate
1206 The reaction is somewhat insufficient
1207 The reaction is somewhat insufficient
1208 The reaction is somewhat insufficient
1209 The reaction is appropriate
1210 The reaction is appropriate
1211 The reaction is somewhat insufficient
1212 The reaction is somewhat insufficient
1213 The reaction is appropriate
1214 The reaction is much too extreme
1215 The reaction is appropriate
1216 The reaction is appropriate
1217 The reaction is appropriate
1218
1219 The reaction is somewhat insufficient
1220 The reaction is somewhat insufficient
1221 The reaction is appropriate
1222 The reaction is appropriate
1223 The reaction is not at all sufficient
1224 The reaction is much too extreme
1225 The reaction is not at all sufficient
1226 The reaction is somewhat insufficient
1227 The reaction is somewhat insufficient
1228 The reaction is somewhat insufficient
1229 The reaction is somewhat insufficient
1230 The reaction is somewhat too extreme
1231 The reaction is somewhat insufficient
1232 The reaction is somewhat insufficient
1233 The reaction is appropriate
1234 The reaction is somewhat insufficient
1235 The reaction is appropriate
1236 The reaction is somewhat insufficient
1237 The reaction is appropriate
1238 The reaction is somewhat insufficient
1239 The reaction is somewhat insufficient
1240 The reaction is somewhat insufficient
1241 The reaction is somewhat insufficient
1242 The reaction is somewhat insufficient
1243 The reaction is appropriate
1244 The reaction is somewhat insufficient
1245 The reaction is appropriate
1246 The reaction is appropriate
1247 The reaction is appropriate
1248 The reaction is somewhat insufficient
1249 The reaction is appropriate
perceivedeffectivnes
1
2 Very effective
3
4 Effective
5 Neither effective nor ineffective
6 Neither effective nor ineffective
7 Neither effective nor ineffective
8 Neither effective nor ineffective
9 Neither effective nor ineffective
10 Neither effective nor ineffective
11 Very effective
12 Effective
13 Neither effective nor ineffective
14 Neither effective nor ineffective
15 Not at all effective
16 Not at all effective
17
18 Neither effective nor ineffective
19 Neither effective nor ineffective
20 Not at all effective
21 Neither effective nor ineffective
22 Not effective
23 Effective
24 Effective
25
26 Neither effective nor ineffective
27 Effective
28 Effective
29 Neither effective nor ineffective
30 Effective
31 Very effective
32 Neither effective nor ineffective
33 Very effective
34 Very effective
35 Very effective
36 Neither effective nor ineffective
37 Effective
38 Very effective
39 Very effective
40
41 Very effective
42 Effective
43 Very effective
44 Neither effective nor ineffective
45 Effective
46 Effective
47 Not at all effective
48 Effective
49 Very effective
50 Very effective
51 Neither effective nor ineffective
52 Very effective
53 Very effective
54 Very effective
55 Effective
56 Very effective
57 Effective
58 Effective
59 Very effective
60 Very effective
61 Effective
62 Effective
63 Very effective
64 Very effective
65 Effective
66 Neither effective nor ineffective
67 Neither effective nor ineffective
68 Not effective
69 Effective
70 Neither effective nor ineffective
71 Effective
72 Effective
73 Effective
74 Effective
75 Neither effective nor ineffective
76 Very effective
77 Very effective
78 Effective
79
80 Neither effective nor ineffective
81 Effective
82 Very effective
83 Very effective
84 Effective
85 Not effective
86 Neither effective nor ineffective
87 Very effective
88 Very effective
89
90
91 Effective
92 Neither effective nor ineffective
93 Effective
94 Very effective
95 Effective
96 Effective
97 Effective
98 Effective
99 Effective
100 Very effective
101 Effective
102 Very effective
103 Not at all effective
104 Very effective
105 Very effective
106 Effective
107 Neither effective nor ineffective
108 Very effective
109 Very effective
110 Not at all effective
111
112 Effective
113 Neither effective nor ineffective
114 Effective
115 Neither effective nor ineffective
116 Effective
117 Very effective
118 Neither effective nor ineffective
119 Effective
120 Very effective
121 Very effective
122 Not effective
123 Very effective
124 Effective
125 Very effective
126 Not effective
127 Effective
128 Very effective
129 Effective
130 Effective
131 Effective
132 Effective
133 Neither effective nor ineffective
134 Effective
135 Effective
136 Effective
137 Effective
138 Very effective
139 Effective
140 Not at all effective
141 Very effective
142 Very effective
143 Not at all effective
144 Effective
145 Effective
146 Effective
147 Effective
148 Effective
149 Effective
150 Very effective
151 Effective
152 Effective
153 Effective
154
155 Very effective
156 Effective
157 Very effective
158 Effective
159 Effective
160 Effective
161 Neither effective nor ineffective
162 Very effective
163 Neither effective nor ineffective
164 Very effective
165 Effective
166 Very effective
167 Very effective
168 Effective
169 Effective
170 Effective
171 Very effective
172 Effective
173 Neither effective nor ineffective
174 Very effective
175 Very effective
176 Effective
177 Effective
178 Effective
179 Not effective
180 Effective
181 Effective
182 Effective
183 Neither effective nor ineffective
184 Very effective
185 Very effective
186 Effective
187 Effective
188 Effective
189 Very effective
190 Effective
191 Neither effective nor ineffective
192 Very effective
193 Effective
194 Effective
195 Very effective
196 Neither effective nor ineffective
197 Effective
198 Effective
199 Very effective
200 Not effective
201 Effective
202 Neither effective nor ineffective
203 Effective
204 Very effective
205 Very effective
206 Neither effective nor ineffective
207 Neither effective nor ineffective
208 Very effective
209 Very effective
210
211 Very effective
212 Neither effective nor ineffective
213 Effective
214 Neither effective nor ineffective
215 Effective
216 Effective
217 Effective
218 Very effective
219 Effective
220 Effective
221 Effective
222 Very effective
223 Effective
224 Neither effective nor ineffective
225 Effective
226 Effective
227 Very effective
228 Effective
229 Effective
230 Neither effective nor ineffective
231 Effective
232 Neither effective nor ineffective
233 Effective
234 Very effective
235 Effective
236 Effective
237 Neither effective nor ineffective
238 Very effective
239 Very effective
240 Neither effective nor ineffective
241 Effective
242 Effective
243 Very effective
244 Neither effective nor ineffective
245 Effective
246 Neither effective nor ineffective
247 Effective
248 Neither effective nor ineffective
249 Not at all effective
250 Effective
251 Neither effective nor ineffective
252 Very effective
253 Very effective
254 Very effective
255 Very effective
256 Neither effective nor ineffective
257 Neither effective nor ineffective
258 Effective
259 Neither effective nor ineffective
260 Effective
261 Effective
262 Very effective
263 Effective
264 Not at all effective
265 Effective
266 Effective
267 Effective
268 Not at all effective
269 Neither effective nor ineffective
270 Very effective
271
272 Very effective
273 Effective
274 Very effective
275 Effective
276
277 Effective
278 Very effective
279 Effective
280 Effective
281 Effective
282 Very effective
283 Very effective
284
285 Very effective
286 Effective
287 Effective
288 Not effective
289
290 Very effective
291 Not at all effective
292 Not effective
293 Effective
294 Very effective
295 Effective
296 Very effective
297 Effective
298 Very effective
299 Neither effective nor ineffective
300 Effective
301 Effective
302 Effective
303 Very effective
304 Effective
305 Very effective
306
307 Very effective
308 Not at all effective
309 Neither effective nor ineffective
310 Neither effective nor ineffective
311 Not effective
312 Very effective
313 Effective
314 Very effective
315 Neither effective nor ineffective
316 Not at all effective
317 Effective
318 Effective
319 Neither effective nor ineffective
320 Effective
321 Very effective
322 Very effective
323 Not effective
324 Effective
325 Effective
326 Effective
327 Not effective
328 Effective
329 Very effective
330 Neither effective nor ineffective
331 Effective
332 Neither effective nor ineffective
333 Effective
334
335 Effective
336 Very effective
337 Effective
338 Effective
339 Very effective
340 Not effective
341 Not effective
342 Very effective
343 Effective
344 Very effective
345 Very effective
346 Effective
347 Effective
348 Very effective
349 Effective
350 Effective
351 Effective
352 Very effective
353 Effective
354 Effective
355 Very effective
356 Very effective
357 Effective
358 Effective
359 Very effective
360 Very effective
361 Not at all effective
362 Effective
363 Effective
364 Very effective
365 Not effective
366 Not effective
367 Not effective
368 Effective
369 Effective
370 Effective
371 Effective
372 Neither effective nor ineffective
373 Effective
374 Very effective
375 Effective
376
377 Effective
378 Effective
379
380 Very effective
381 Very effective
382 Effective
383 Effective
384 Effective
385 Effective
386 Not effective
387 Effective
388 Neither effective nor ineffective
389 Neither effective nor ineffective
390 Effective
391 Very effective
392 Not effective
393 Effective
394 Effective
395 Effective
396 Effective
397 Very effective
398 Effective
399 Very effective
400 Very effective
401 Very effective
402 Very effective
403 Very effective
404 Effective
405 Very effective
406 Very effective
407 Effective
408 Very effective
409 Neither effective nor ineffective
410 Effective
411 Effective
412 Effective
413 Effective
414 Neither effective nor ineffective
415 Effective
416 Very effective
417 Very effective
418 Effective
419 Effective
420 Effective
421 Effective
422
423 Neither effective nor ineffective
424 Not effective
425 Neither effective nor ineffective
426 Neither effective nor ineffective
427 Not effective
428 Effective
429 Not effective
430 Effective
431 Effective
432 Very effective
433 Neither effective nor ineffective
434 Very effective
435 Effective
436 Effective
437 Effective
438 Very effective
439 Not effective
440 Effective
441 Very effective
442 Effective
443 Neither effective nor ineffective
444 Effective
445 Effective
446 Effective
447 Neither effective nor ineffective
448 Neither effective nor ineffective
449 Effective
450 Effective
451
452 Effective
453 Effective
454 Neither effective nor ineffective
455 Very effective
456 Not effective
457 Very effective
458 Effective
459 Effective
460 Effective
461 Neither effective nor ineffective
462 Not effective
463 Very effective
464 Effective
465
466 Neither effective nor ineffective
467 Effective
468 Very effective
469 Not at all effective
470 Very effective
471 Very effective
472 Effective
473 Effective
474 Very effective
475 Not effective
476 Very effective
477 Very effective
478 Very effective
479 Very effective
480 Effective
481 Very effective
482 Very effective
483 Not effective
484 Effective
485 Neither effective nor ineffective
486 Very effective
487 Not effective
488 Very effective
489 Effective
490 Effective
491 Very effective
492 Very effective
493 Effective
494 Effective
495 Very effective
496 Effective
497 Effective
498 Neither effective nor ineffective
499 Very effective
500 Very effective
501 Very effective
502 Not effective
503 Effective
504 Effective
505 Very effective
506 Effective
507 Effective
508 Very effective
509 Effective
510 Neither effective nor ineffective
511 Effective
512 Effective
513 Very effective
514 Very effective
515 Very effective
516 Very effective
517 Very effective
518 Neither effective nor ineffective
519 Effective
520 Very effective
521 Neither effective nor ineffective
522 Effective
523 Very effective
524 Effective
525 Neither effective nor ineffective
526 Very effective
527 Effective
528 Effective
529 Neither effective nor ineffective
530 Effective
531 Neither effective nor ineffective
532 Neither effective nor ineffective
533 Very effective
534 Effective
535 Not effective
536 Effective
537 Effective
538 Very effective
539 Not at all effective
540 Very effective
541 Effective
542 Very effective
543 Very effective
544 Effective
545 Effective
546 Neither effective nor ineffective
547 Neither effective nor ineffective
548 Very effective
549 Effective
550 Effective
551 Very effective
552 Effective
553 Effective
554 Neither effective nor ineffective
555 Effective
556 Effective
557 Not effective
558 Not effective
559 Very effective
560 Very effective
561 Effective
562 Effective
563 Effective
564 Effective
565 Effective
566 Very effective
567 Effective
568 Effective
569 Very effective
570 Effective
571 Effective
572 Neither effective nor ineffective
573 Very effective
574 Very effective
575 Very effective
576 Effective
577 Effective
578 Very effective
579 Not at all effective
580 Very effective
581 Effective
582 Effective
583 Effective
584 Effective
585 Effective
586 Effective
587 Effective
588 Neither effective nor ineffective
589 Effective
590 Very effective
591 Effective
592 Effective
593 Effective
594 Neither effective nor ineffective
595 Effective
596 Effective
597 Effective
598 Not at all effective
599 Effective
600 Very effective
601 Effective
602 Effective
603 Effective
604 Neither effective nor ineffective
605 Effective
606 Effective
607 Effective
608 Very effective
609 Very effective
610 Effective
611 Very effective
612 Neither effective nor ineffective
613 Neither effective nor ineffective
614 Effective
615 Effective
616 Very effective
617 Not effective
618 Very effective
619 Neither effective nor ineffective
620 Neither effective nor ineffective
621 Very effective
622 Not at all effective
623 Very effective
624 Very effective
625 Very effective
626 Neither effective nor ineffective
627 Effective
628 Effective
629 Effective
630 Very effective
631 Effective
632 Effective
633 Very effective
634 Not effective
635 Effective
636 Effective
637 Very effective
638 Very effective
639 Neither effective nor ineffective
640 Very effective
641 Effective
642 Very effective
643 Neither effective nor ineffective
644 Effective
645 Not effective
646 Effective
647 Effective
648 Effective
649 Very effective
650 Neither effective nor ineffective
651 Effective
652 Very effective
653 Effective
654 Not effective
655 Effective
656 Effective
657 Not at all effective
658 Effective
659 Very effective
660 Effective
661 Effective
662 Very effective
663 Effective
664 Neither effective nor ineffective
665 Very effective
666 Neither effective nor ineffective
667 Neither effective nor ineffective
668 Effective
669 Effective
670 Very effective
671 Neither effective nor ineffective
672 Not effective
673 Effective
674 Effective
675 Effective
676 Very effective
677 Effective
678 Effective
679 Not effective
680 Effective
681 Effective
682 Effective
683
684 Very effective
685 Very effective
686 Effective
687 Effective
688 Effective
689 Very effective
690 Neither effective nor ineffective
691 Effective
692 Neither effective nor ineffective
693 Effective
694 Very effective
695 Effective
696 Very effective
697 Very effective
698 Very effective
699 Very effective
700 Effective
701 Very effective
702 Very effective
703 Very effective
704 Effective
705 Effective
706 Neither effective nor ineffective
707 Effective
708 Not at all effective
709 Very effective
710 Not at all effective
711
712
713 Very effective
714 Very effective
715 Effective
716 Neither effective nor ineffective
717 Very effective
718 Effective
719 Effective
720 Effective
721 Effective
722 Not effective
723 Effective
724 Very effective
725 Effective
726 Effective
727 Very effective
728 Very effective
729 Very effective
730 Effective
731 Neither effective nor ineffective
732 Neither effective nor ineffective
733 Effective
734 Effective
735 Effective
736 Very effective
737 Not effective
738 Effective
739 Effective
740 Effective
741 Very effective
742 Very effective
743 Effective
744 Very effective
745 Neither effective nor ineffective
746 Neither effective nor ineffective
747 Effective
748 Effective
749 Neither effective nor ineffective
750 Effective
751 Not effective
752 Effective
753 Very effective
754 Neither effective nor ineffective
755 Effective
756 Neither effective nor ineffective
757 Effective
758 Effective
759 Neither effective nor ineffective
760 Effective
761 Effective
762 Effective
763 Effective
764 Very effective
765 Effective
766 Very effective
767 Neither effective nor ineffective
768 Effective
769 Very effective
770 Effective
771 Effective
772 Not effective
773 Effective
774 Effective
775 Very effective
776 Neither effective nor ineffective
777 Very effective
778 Very effective
779 Effective
780 Effective
781 Neither effective nor ineffective
782 Effective
783 Effective
784 Very effective
785 Effective
786 Effective
787 Very effective
788 Not effective
789 Not at all effective
790 Very effective
791 Very effective
792 Effective
793 Neither effective nor ineffective
794 Neither effective nor ineffective
795 Very effective
796 Very effective
797 Neither effective nor ineffective
798 Very effective
799 Effective
800 Very effective
801 Not effective
802 Effective
803 Effective
804 Effective
805 Very effective
806 Very effective
807 Very effective
808 Effective
809 Effective
810 Effective
811 Effective
812 Effective
813 Neither effective nor ineffective
814 Neither effective nor ineffective
815 Very effective
816 Very effective
817 Not effective
818 Effective
819 Effective
820 Effective
821 Very effective
822 Very effective
823 Effective
824 Very effective
825 Very effective
826 Effective
827 Effective
828 Not effective
829 Very effective
830 Neither effective nor ineffective
831 Effective
832 Effective
833 Effective
834 Effective
835 Effective
836 Very effective
837 Very effective
838 Very effective
839 Not effective
840 Effective
841 Effective
842 Neither effective nor ineffective
843 Effective
844 Very effective
845 Effective
846 Effective
847 Effective
848 Not effective
849 Effective
850 Effective
851 Very effective
852 Neither effective nor ineffective
853 Effective
854 Not effective
855 Effective
856 Effective
857 Effective
858 Effective
859 Neither effective nor ineffective
860 Not effective
861 Very effective
862 Effective
863
864 Effective
865 Effective
866 Very effective
867 Effective
868 Very effective
869 Effective
870 Effective
871 Very effective
872 Effective
873 Effective
874 Effective
875 Very effective
876 Not at all effective
877 Effective
878 Effective
879 Very effective
880 Very effective
881 Very effective
882 Not at all effective
883 Effective
884 Effective
885 Very effective
886 Effective
887 Effective
888 Effective
889 Effective
890 Neither effective nor ineffective
891 Effective
892 Neither effective nor ineffective
893 Very effective
894 Very effective
895 Effective
896 Very effective
897 Very effective
898 Effective
899 Very effective
900 Very effective
901 Very effective
902 Effective
903 Not effective
904 Effective
905 Effective
906 Effective
907 Effective
908 Very effective
909 Effective
910 Effective
911 Effective
912 Effective
913 Effective
914 Not effective
915 Effective
916 Very effective
917 Very effective
918 Neither effective nor ineffective
919 Very effective
920 Neither effective nor ineffective
921 Very effective
922 Effective
923 Very effective
924 Effective
925 Very effective
926 Not effective
927 Very effective
928 Effective
929 Very effective
930 Effective
931 Neither effective nor ineffective
932 Very effective
933 Very effective
934 Very effective
935 Not effective
936 Effective
937 Very effective
938 Very effective
939 Very effective
940 Neither effective nor ineffective
941 Effective
942 Very effective
943 Effective
944 Very effective
945 Neither effective nor ineffective
946 Very effective
947 Neither effective nor ineffective
948 Effective
949 Very effective
950 Effective
951 Very effective
952 Effective
953 Very effective
954 Effective
955 Neither effective nor ineffective
956 Effective
957 Very effective
958 Effective
959 Very effective
960 Effective
961 Very effective
962
963 Effective
964 Effective
965 Effective
966 Neither effective nor ineffective
967 Effective
968 Very effective
969 Effective
970 Effective
971 Not effective
972 Effective
973 Effective
974 Effective
975 Neither effective nor ineffective
976 Effective
977 Not effective
978 Not effective
979 Very effective
980 Neither effective nor ineffective
981 Very effective
982 Very effective
983 Very effective
984 Not effective
985 Very effective
986 Neither effective nor ineffective
987 Effective
988 Neither effective nor ineffective
989 Effective
990 Neither effective nor ineffective
991 Not effective
992 Not effective
993 Very effective
994 Effective
995 Very effective
996 Neither effective nor ineffective
997 Very effective
998 Effective
999 Effective
1000 Very effective
1001 Effective
1002 Effective
1003 Very effective
1004 Effective
1005 Neither effective nor ineffective
1006 Effective
1007 Not effective
1008 Very effective
1009 Neither effective nor ineffective
1010 Very effective
1011
1012 Very effective
1013 Effective
1014 Effective
1015 Effective
1016
1017 Effective
1018 Not effective
1019 Very effective
1020 Effective
1021 Effective
1022 Effective
1023 Effective
1024 Effective
1025 Very effective
1026 Very effective
1027 Not effective
1028 Very effective
1029 Effective
1030 Very effective
1031 Effective
1032 Effective
1033 Effective
1034 Effective
1035 Very effective
1036 Very effective
1037 Effective
1038 Not at all effective
1039 Very effective
1040 Effective
1041 Effective
1042 Effective
1043 Very effective
1044 Not at all effective
1045 Very effective
1046 Effective
1047 Effective
1048 Effective
1049 Neither effective nor ineffective
1050 Very effective
1051 Very effective
1052 Very effective
1053 Effective
1054 Very effective
1055 Not effective
1056 Effective
1057 Effective
1058 Neither effective nor ineffective
1059 Effective
1060 Very effective
1061 Very effective
1062 Neither effective nor ineffective
1063 Very effective
1064 Effective
1065 Effective
1066 Not effective
1067 Effective
1068 Effective
1069 Very effective
1070 Effective
1071 Effective
1072 Very effective
1073
1074 Effective
1075 Very effective
1076 Effective
1077
1078 Very effective
1079 Very effective
1080 Effective
1081 Effective
1082 Effective
1083 Effective
1084 Very effective
1085 Effective
1086 Very effective
1087 Very effective
1088 Very effective
1089 Effective
1090 Effective
1091 Not effective
1092 Not effective
1093 Not effective
1094 Very effective
1095
1096 Not at all effective
1097 Effective
1098 Neither effective nor ineffective
1099 Effective
1100 Effective
1101 Effective
1102 Effective
1103 Effective
1104 Very effective
1105 Very effective
1106 Effective
1107 Very effective
1108 Neither effective nor ineffective
1109 Neither effective nor ineffective
1110 Effective
1111 Effective
1112 Neither effective nor ineffective
1113 Effective
1114 Very effective
1115 Effective
1116 Very effective
1117 Very effective
1118 Not effective
1119 Effective
1120 Effective
1121 Neither effective nor ineffective
1122 Neither effective nor ineffective
1123 Very effective
1124 Very effective
1125 Neither effective nor ineffective
1126 Very effective
1127 Neither effective nor ineffective
1128 Effective
1129 Effective
1130 Not at all effective
1131 Not effective
1132 Neither effective nor ineffective
1133 Effective
1134 Effective
1135 Effective
1136 Effective
1137 Effective
1138 Very effective
1139 Effective
1140 Very effective
1141 Effective
1142
1143 Neither effective nor ineffective
1144 Very effective
1145 Not effective
1146 Neither effective nor ineffective
1147 Effective
1148 Effective
1149 Very effective
1150 Neither effective nor ineffective
1151 Effective
1152 Neither effective nor ineffective
1153 Effective
1154 Very effective
1155 Effective
1156 Very effective
1157 Neither effective nor ineffective
1158 Very effective
1159 Effective
1160 Effective
1161 Effective
1162 Very effective
1163 Effective
1164 Effective
1165 Effective
1166 Effective
1167 Effective
1168 Very effective
1169 Effective
1170 Not effective
1171 Effective
1172 Very effective
1173 Neither effective nor ineffective
1174 Effective
1175 Effective
1176 Very effective
1177 Effective
1178 Very effective
1179 Very effective
1180 Very effective
1181 Effective
1182 Effective
1183 Very effective
1184 Effective
1185 Very effective
1186
1187 Not effective
1188 Very effective
1189 Not effective
1190 Effective
1191 Very effective
1192
1193 Very effective
1194
1195 Neither effective nor ineffective
1196 Very effective
1197 Neither effective nor ineffective
1198 Very effective
1199 Effective
1200 Effective
1201
1202 Very effective
1203 Very effective
1204 Neither effective nor ineffective
1205 Effective
1206 Very effective
1207 Effective
1208 Very effective
1209 Effective
1210 Effective
1211 Effective
1212 Effective
1213 Neither effective nor ineffective
1214 Neither effective nor ineffective
1215 Effective
1216 Very effective
1217 Effective
1218
1219 Effective
1220 Effective
1221 Neither effective nor ineffective
1222 Effective
1223 Effective
1224 Very effective
1225 Effective
1226 Not effective
1227 Effective
1228 Effective
1229 Very effective
1230 Not effective
1231 Effective
1232 Neither effective nor ineffective
1233 Neither effective nor ineffective
1234 Very effective
1235 Effective
1236 Very effective
1237 Effective
1238 Very effective
1239 Effective
1240 Effective
1241 Very effective
1242 Effective
1243 Very effective
1244 Effective
1245 Neither effective nor ineffective
1246 Effective
1247 Effective
1248 Very effective
1249 Very effective
anxiety_1
1
2 Neither applies nor does not apply
3
4 Somewhat does not apply
5 Does not apply at all
6 Somewhat does not apply
7 Somewhat does not apply
8 Neither applies nor does not apply
9 Somewhat does not apply
10 Neither applies nor does not apply
11 Strongly applies
12 Somewhat applies
13 Neither applies nor does not apply
14 Somewhat does not apply
15 Strongly applies
16 Somewhat applies
17
18 Somewhat applies
19 Somewhat does not apply
20 Somewhat applies
21 Neither applies nor does not apply
22 Does not apply at all
23 Somewhat applies
24 Somewhat does not apply
25
26 Somewhat does not apply
27 Somewhat does not apply
28 Somewhat applies
29 Somewhat does not apply
30 Strongly applies
31 Neither applies nor does not apply
32 Somewhat does not apply
33 Strongly applies
34 Somewhat does not apply
35 Strongly applies
36 Neither applies nor does not apply
37 Neither applies nor does not apply
38 Strongly applies
39 Strongly applies
40
41 Somewhat applies
42 Somewhat applies
43 Does not apply at all
44 Does not apply at all
45 Somewhat applies
46 Somewhat applies
47 Neither applies nor does not apply
48 Neither applies nor does not apply
49 Somewhat applies
50 Neither applies nor does not apply
51 Somewhat applies
52 Strongly applies
53 Somewhat applies
54 Somewhat applies
55 Somewhat applies
56 Strongly applies
57 Strongly applies
58 Neither applies nor does not apply
59 Strongly applies
60 Somewhat applies
61 Neither applies nor does not apply
62 Somewhat applies
63 Somewhat applies
64 Neither applies nor does not apply
65 Strongly applies
66 Somewhat applies
67 Neither applies nor does not apply
68 Somewhat does not apply
69 Somewhat does not apply
70 Somewhat applies
71 Somewhat applies
72 Somewhat applies
73 Somewhat applies
74 Somewhat does not apply
75 Somewhat applies
76 Somewhat applies
77 Strongly applies
78 Strongly applies
79
80 Strongly applies
81 Somewhat does not apply
82 Somewhat applies
83 Strongly applies
84 Neither applies nor does not apply
85 Neither applies nor does not apply
86 Neither applies nor does not apply
87 Somewhat applies
88 Strongly applies
89
90
91 Somewhat applies
92 Somewhat does not apply
93 Somewhat applies
94 Somewhat applies
95 Neither applies nor does not apply
96 Somewhat applies
97 Somewhat applies
98 Neither applies nor does not apply
99 Strongly applies
100 Strongly applies
101 Somewhat applies
102 Somewhat applies
103 Strongly applies
104 Neither applies nor does not apply
105 Somewhat applies
106 Somewhat applies
107 Somewhat applies
108 Strongly applies
109 Neither applies nor does not apply
110 Strongly applies
111
112 Somewhat applies
113 Neither applies nor does not apply
114 Strongly applies
115 Neither applies nor does not apply
116 Somewhat does not apply
117 Neither applies nor does not apply
118 Somewhat applies
119 Somewhat applies
120 Strongly applies
121 Somewhat applies
122 Somewhat applies
123 Strongly applies
124 Neither applies nor does not apply
125 Strongly applies
126 Does not apply at all
127 Somewhat applies
128 Neither applies nor does not apply
129 Strongly applies
130 Somewhat does not apply
131 Somewhat applies
132 Neither applies nor does not apply
133 Somewhat applies
134 Somewhat applies
135 Somewhat applies
136 Does not apply at all
137 Somewhat applies
138 Strongly applies
139 Somewhat applies
140 Strongly applies
141 Strongly applies
142 Strongly applies
143 Somewhat does not apply
144 Somewhat applies
145 Somewhat applies
146 Strongly applies
147 Somewhat applies
148 Somewhat applies
149 Somewhat applies
150 Neither applies nor does not apply
151 Somewhat applies
152 Somewhat applies
153 Somewhat applies
154
155 Somewhat applies
156 Neither applies nor does not apply
157 Somewhat applies
158 Somewhat applies
159 Somewhat applies
160 Strongly applies
161 Strongly applies
162 Somewhat applies
163 Neither applies nor does not apply
164 Strongly applies
165 Neither applies nor does not apply
166 Strongly applies
167 Somewhat applies
168 Somewhat applies
169 Somewhat applies
170 Somewhat applies
171 Somewhat applies
172 Strongly applies
173 Neither applies nor does not apply
174 Somewhat applies
175 Somewhat applies
176 Somewhat does not apply
177 Somewhat applies
178 Somewhat applies
179 Somewhat applies
180 Somewhat applies
181 Somewhat applies
182 Somewhat applies
183 Somewhat does not apply
184 Somewhat applies
185 Somewhat applies
186 Strongly applies
187 Somewhat applies
188 Strongly applies
189 Strongly applies
190 Somewhat applies
191 Somewhat applies
192 Neither applies nor does not apply
193 Somewhat does not apply
194 Strongly applies
195 Strongly applies
196 Somewhat applies
197 Somewhat applies
198 Strongly applies
199 Somewhat applies
200 Neither applies nor does not apply
201 Somewhat does not apply
202 Neither applies nor does not apply
203 Somewhat applies
204 Somewhat applies
205 Somewhat applies
206 Somewhat does not apply
207 Neither applies nor does not apply
208 Strongly applies
209 Strongly applies
210
211 Somewhat applies
212 Strongly applies
213 Strongly applies
214 Strongly applies
215 Strongly applies
216 Somewhat applies
217 Neither applies nor does not apply
218 Somewhat applies
219 Strongly applies
220 Strongly applies
221 Strongly applies
222 Neither applies nor does not apply
223 Somewhat applies
224 Somewhat applies
225 Somewhat applies
226 Neither applies nor does not apply
227 Somewhat applies
228 Strongly applies
229 Somewhat does not apply
230 Strongly applies
231 Neither applies nor does not apply
232 Neither applies nor does not apply
233 Somewhat applies
234 Somewhat applies
235 Strongly applies
236 Strongly applies
237 Strongly applies
238 Somewhat applies
239 Strongly applies
240 Strongly applies
241 Neither applies nor does not apply
242 Somewhat applies
243 Neither applies nor does not apply
244 Somewhat applies
245 Somewhat does not apply
246 Neither applies nor does not apply
247 Strongly applies
248 Strongly applies
249 Does not apply at all
250 Somewhat does not apply
251 Neither applies nor does not apply
252 Somewhat applies
253 Somewhat applies
254 Does not apply at all
255 Somewhat does not apply
256 Somewhat applies
257 Somewhat does not apply
258 Somewhat applies
259 Somewhat applies
260 Strongly applies
261 Somewhat applies
262 Somewhat applies
263 Somewhat applies
264 Does not apply at all
265 Neither applies nor does not apply
266 Somewhat applies
267 Somewhat applies
268 Does not apply at all
269 Neither applies nor does not apply
270 Strongly applies
271
272 Strongly applies
273 Strongly applies
274 Somewhat applies
275 Neither applies nor does not apply
276
277 Strongly applies
278 Somewhat applies
279 Somewhat applies
280 Neither applies nor does not apply
281 Somewhat applies
282 Somewhat applies
283 Somewhat applies
284
285 Neither applies nor does not apply
286 Somewhat applies
287 Somewhat applies
288 Somewhat applies
289
290 Somewhat does not apply
291 Neither applies nor does not apply
292 Neither applies nor does not apply
293 Somewhat applies
294 Neither applies nor does not apply
295 Neither applies nor does not apply
296 Somewhat applies
297 Strongly applies
298 Somewhat applies
299 Neither applies nor does not apply
300 Somewhat applies
301 Somewhat applies
302 Somewhat applies
303 Strongly applies
304 Neither applies nor does not apply
305 Somewhat applies
306
307 Somewhat applies
308 Strongly applies
309 Neither applies nor does not apply
310 Somewhat applies
311 Somewhat applies
312 Strongly applies
313 Strongly applies
314 Neither applies nor does not apply
315 Strongly applies
316 Does not apply at all
317 Strongly applies
318 Somewhat applies
319 Strongly applies
320 Strongly applies
321 Strongly applies
322 Strongly applies
323 Somewhat applies
324 Somewhat applies
325 Strongly applies
326 Somewhat applies
327 Does not apply at all
328 Strongly applies
329 Somewhat applies
330 Somewhat applies
331 Somewhat applies
332 Neither applies nor does not apply
333 Strongly applies
334
335 Strongly applies
336 Neither applies nor does not apply
337 Somewhat applies
338 Strongly applies
339 Strongly applies
340 Somewhat applies
341 Does not apply at all
342 Strongly applies
343 Somewhat applies
344 Somewhat applies
345 Somewhat applies
346 Neither applies nor does not apply
347 Somewhat applies
348 Somewhat does not apply
349 Strongly applies
350 Somewhat applies
351 Somewhat applies
352 Somewhat applies
353 Strongly applies
354 Strongly applies
355 Somewhat applies
356 Somewhat applies
357 Neither applies nor does not apply
358 Somewhat applies
359 Somewhat applies
360 Somewhat applies
361 Does not apply at all
362 Strongly applies
363 Somewhat does not apply
364 Somewhat applies
365 Strongly applies
366 Neither applies nor does not apply
367 Somewhat does not apply
368 Neither applies nor does not apply
369 Somewhat applies
370 Somewhat applies
371 Strongly applies
372 Somewhat applies
373 Somewhat applies
374 Neither applies nor does not apply
375 Strongly applies
376
377 Neither applies nor does not apply
378 Strongly applies
379
380 Somewhat applies
381 Strongly applies
382 Somewhat applies
383 Somewhat does not apply
384 Strongly applies
385 Strongly applies
386 Somewhat applies
387 Strongly applies
388 Strongly applies
389 Strongly applies
390 Neither applies nor does not apply
391 Strongly applies
392 Neither applies nor does not apply
393 Neither applies nor does not apply
394 Strongly applies
395 Somewhat applies
396 Somewhat applies
397 Strongly applies
398 Somewhat applies
399 Somewhat applies
400 Somewhat applies
401 Somewhat does not apply
402 Somewhat applies
403 Does not apply at all
404 Strongly applies
405 Somewhat applies
406 Neither applies nor does not apply
407 Neither applies nor does not apply
408 Strongly applies
409 Somewhat does not apply
410 Somewhat applies
411 Somewhat applies
412 Strongly applies
413 Somewhat applies
414 Strongly applies
415 Somewhat applies
416 Strongly applies
417 Strongly applies
418 Strongly applies
419 Somewhat applies
420 Somewhat applies
421 Somewhat applies
422
423 Neither applies nor does not apply
424 Neither applies nor does not apply
425 Somewhat applies
426 Strongly applies
427 Strongly applies
428 Strongly applies
429 Somewhat does not apply
430 Neither applies nor does not apply
431 Somewhat applies
432 Somewhat applies
433 Neither applies nor does not apply
434 Strongly applies
435 Strongly applies
436 Somewhat applies
437 Somewhat does not apply
438 Neither applies nor does not apply
439 Strongly applies
440 Somewhat does not apply
441 Somewhat applies
442 Strongly applies
443 Neither applies nor does not apply
444 Somewhat applies
445 Neither applies nor does not apply
446 Strongly applies
447 Somewhat applies
448 Somewhat applies
449 Somewhat applies
450 Somewhat applies
451
452 Somewhat applies
453 Neither applies nor does not apply
454 Neither applies nor does not apply
455 Strongly applies
456 Somewhat does not apply
457 Strongly applies
458 Somewhat applies
459 Somewhat applies
460 Neither applies nor does not apply
461 Somewhat applies
462 Neither applies nor does not apply
463 Somewhat applies
464 Somewhat does not apply
465
466 Somewhat does not apply
467 Strongly applies
468 Somewhat applies
469 Strongly applies
470 Strongly applies
471 Neither applies nor does not apply
472 Somewhat applies
473 Neither applies nor does not apply
474 Strongly applies
475 Neither applies nor does not apply
476 Strongly applies
477 Somewhat applies
478 Strongly applies
479 Somewhat applies
480 Strongly applies
481 Neither applies nor does not apply
482 Strongly applies
483 Somewhat applies
484 Strongly applies
485 Somewhat applies
486 Does not apply at all
487 Somewhat does not apply
488 Somewhat applies
489 Somewhat applies
490 Somewhat applies
491 Strongly applies
492 Strongly applies
493 Somewhat applies
494 Somewhat applies
495 Strongly applies
496 Strongly applies
497 Somewhat does not apply
498 Strongly applies
499 Somewhat applies
500 Neither applies nor does not apply
501 Somewhat applies
502 Somewhat applies
503 Neither applies nor does not apply
504 Neither applies nor does not apply
505 Neither applies nor does not apply
506 Somewhat applies
507 Does not apply at all
508 Somewhat applies
509 Somewhat applies
510 Somewhat applies
511 Somewhat does not apply
512 Somewhat applies
513 Somewhat does not apply
514 Strongly applies
515 Neither applies nor does not apply
516 Somewhat does not apply
517 Somewhat applies
518 Somewhat applies
519 Neither applies nor does not apply
520 Strongly applies
521 Strongly applies
522 Neither applies nor does not apply
523 Neither applies nor does not apply
524 Strongly applies
525 Somewhat applies
526 Strongly applies
527 Somewhat applies
528 Strongly applies
529 Neither applies nor does not apply
530 Somewhat applies
531 Strongly applies
532 Strongly applies
533 Strongly applies
534 Strongly applies
535 Somewhat applies
536 Strongly applies
537 Somewhat applies
538 Somewhat applies
539 Does not apply at all
540 Neither applies nor does not apply
541 Strongly applies
542 Strongly applies
543 Does not apply at all
544 Somewhat applies
545 Neither applies nor does not apply
546 Neither applies nor does not apply
547 Neither applies nor does not apply
548 Somewhat does not apply
549 Strongly applies
550 Neither applies nor does not apply
551 Somewhat applies
552 Strongly applies
553 Strongly applies
554 Neither applies nor does not apply
555 Strongly applies
556 Strongly applies
557 Strongly applies
558 Strongly applies
559 Somewhat applies
560 Strongly applies
561 Does not apply at all
562 Strongly applies
563 Does not apply at all
564 Strongly applies
565 Somewhat applies
566 Somewhat applies
567 Somewhat applies
568 Somewhat applies
569 Neither applies nor does not apply
570 Neither applies nor does not apply
571 Somewhat applies
572 Somewhat applies
573 Strongly applies
574 Somewhat applies
575 Neither applies nor does not apply
576 Strongly applies
577 Somewhat applies
578 Strongly applies
579 Strongly applies
580 Neither applies nor does not apply
581 Somewhat applies
582 Strongly applies
583 Somewhat applies
584 Strongly applies
585 Somewhat applies
586 Strongly applies
587 Strongly applies
588 Somewhat applies
589 Somewhat applies
590 Does not apply at all
591 Neither applies nor does not apply
592 Somewhat applies
593 Somewhat does not apply
594 Somewhat applies
595 Somewhat applies
596 Strongly applies
597 Neither applies nor does not apply
598 Somewhat applies
599 Somewhat applies
600 Somewhat applies
601 Neither applies nor does not apply
602 Somewhat applies
603 Neither applies nor does not apply
604 Neither applies nor does not apply
605 Neither applies nor does not apply
606 Somewhat applies
607 Strongly applies
608 Neither applies nor does not apply
609 Somewhat applies
610 Somewhat applies
611 Does not apply at all
612 Strongly applies
613 Somewhat applies
614 Somewhat applies
615 Somewhat applies
616 Neither applies nor does not apply
617 Somewhat applies
618 Somewhat applies
619 Neither applies nor does not apply
620 Neither applies nor does not apply
621 Neither applies nor does not apply
622 Does not apply at all
623 Somewhat applies
624 Strongly applies
625 Neither applies nor does not apply
626 Neither applies nor does not apply
627 Somewhat applies
628 Neither applies nor does not apply
629 Does not apply at all
630 Strongly applies
631 Somewhat applies
632 Somewhat does not apply
633 Neither applies nor does not apply
634 Somewhat applies
635 Somewhat applies
636 Somewhat applies
637 Somewhat does not apply
638 Somewhat applies
639 Strongly applies
640 Strongly applies
641 Somewhat does not apply
642 Strongly applies
643 Neither applies nor does not apply
644 Somewhat does not apply
645 Somewhat applies
646 Somewhat applies
647 Somewhat applies
648 Somewhat applies
649 Somewhat applies
650 Somewhat applies
651 Neither applies nor does not apply
652 Strongly applies
653 Somewhat applies
654 Strongly applies
655 Strongly applies
656 Somewhat does not apply
657 Somewhat does not apply
658 Strongly applies
659 Somewhat applies
660 Strongly applies
661 Strongly applies
662 Strongly applies
663 Neither applies nor does not apply
664 Somewhat applies
665 Neither applies nor does not apply
666 Neither applies nor does not apply
667 Strongly applies
668 Somewhat does not apply
669 Somewhat applies
670 Somewhat applies
671 Somewhat applies
672 Somewhat does not apply
673 Somewhat applies
674 Strongly applies
675 Somewhat applies
676 Somewhat applies
677 Strongly applies
678 Somewhat applies
679 Strongly applies
680 Somewhat applies
681 Strongly applies
682 Somewhat applies
683
684 Somewhat does not apply
685 Strongly applies
686 Somewhat applies
687 Somewhat applies
688 Somewhat applies
689 Somewhat applies
690 Somewhat applies
691 Strongly applies
692 Somewhat applies
693 Strongly applies
694 Neither applies nor does not apply
695 Somewhat applies
696 Neither applies nor does not apply
697 Does not apply at all
698 Neither applies nor does not apply
699 Strongly applies
700 Somewhat applies
701 Somewhat applies
702 Strongly applies
703 Neither applies nor does not apply
704 Neither applies nor does not apply
705 Somewhat applies
706 Somewhat applies
707 Somewhat applies
708 Strongly applies
709 Somewhat does not apply
710 Strongly applies
711
712
713 Somewhat applies
714 Somewhat applies
715 Somewhat applies
716 Neither applies nor does not apply
717 Strongly applies
718 Neither applies nor does not apply
719 Somewhat applies
720 Somewhat applies
721 Somewhat applies
722 Somewhat does not apply
723 Somewhat applies
724 Somewhat applies
725 Neither applies nor does not apply
726 Strongly applies
727 Somewhat applies
728 Strongly applies
729 Neither applies nor does not apply
730 Somewhat does not apply
731 Somewhat applies
732 Somewhat applies
733 Somewhat applies
734 Neither applies nor does not apply
735 Strongly applies
736 Somewhat applies
737 Neither applies nor does not apply
738 Somewhat applies
739 Somewhat does not apply
740 Somewhat applies
741 Somewhat applies
742 Somewhat does not apply
743 Strongly applies
744 Strongly applies
745 Somewhat applies
746 Neither applies nor does not apply
747 Somewhat applies
748 Somewhat applies
749 Somewhat applies
750 Neither applies nor does not apply
751 Somewhat applies
752 Somewhat applies
753 Somewhat applies
754 Neither applies nor does not apply
755 Neither applies nor does not apply
756 Somewhat applies
757 Somewhat applies
758 Somewhat applies
759 Somewhat applies
760 Somewhat applies
761 Somewhat applies
762 Neither applies nor does not apply
763 Somewhat applies
764 Strongly applies
765 Somewhat applies
766 Somewhat applies
767 Strongly applies
768 Somewhat does not apply
769 Somewhat applies
770 Somewhat applies
771 Strongly applies
772 Neither applies nor does not apply
773 Somewhat applies
774 Neither applies nor does not apply
775 Somewhat applies
776 Neither applies nor does not apply
777 Strongly applies
778 Does not apply at all
779 Somewhat applies
780 Somewhat applies
781 Somewhat applies
782 Neither applies nor does not apply
783 Somewhat applies
784 Strongly applies
785 Strongly applies
786 Neither applies nor does not apply
787 Somewhat applies
788 Somewhat applies
789 Strongly applies
790 Neither applies nor does not apply
791 Strongly applies
792 Somewhat applies
793 Neither applies nor does not apply
794 Neither applies nor does not apply
795 Strongly applies
796 Somewhat applies
797 Does not apply at all
798 Somewhat applies
799 Strongly applies
800 Strongly applies
801 Somewhat applies
802 Strongly applies
803 Somewhat applies
804 Somewhat applies
805 Somewhat applies
806 Somewhat does not apply
807 Strongly applies
808 Somewhat applies
809 Somewhat applies
810 Strongly applies
811 Strongly applies
812 Strongly applies
813 Neither applies nor does not apply
814 Somewhat applies
815 Somewhat applies
816 Somewhat applies
817 Somewhat applies
818 Strongly applies
819 Strongly applies
820 Strongly applies
821 Somewhat does not apply
822 Somewhat applies
823 Somewhat applies
824 Strongly applies
825 Strongly applies
826 Somewhat applies
827 Strongly applies
828 Neither applies nor does not apply
829 Somewhat applies
830 Strongly applies
831 Somewhat applies
832 Somewhat applies
833 Somewhat does not apply
834 Somewhat applies
835 Somewhat applies
836 Somewhat applies
837 Somewhat applies
838 Strongly applies
839 Neither applies nor does not apply
840 Somewhat applies
841 Somewhat applies
842 Somewhat applies
843 Strongly applies
844 Somewhat does not apply
845 Somewhat applies
846 Neither applies nor does not apply
847 Neither applies nor does not apply
848 Neither applies nor does not apply
849 Somewhat applies
850 Somewhat applies
851 Strongly applies
852 Neither applies nor does not apply
853 Strongly applies
854 Neither applies nor does not apply
855 Neither applies nor does not apply
856 Somewhat applies
857 Strongly applies
858 Strongly applies
859 Somewhat does not apply
860 Somewhat applies
861 Strongly applies
862 Somewhat applies
863
864 Strongly applies
865 Somewhat applies
866 Strongly applies
867 Strongly applies
868 Strongly applies
869 Neither applies nor does not apply
870 Neither applies nor does not apply
871 Somewhat applies
872 Strongly applies
873 Neither applies nor does not apply
874 Strongly applies
875 Strongly applies
876 Somewhat applies
877 Strongly applies
878 Neither applies nor does not apply
879 Somewhat applies
880 Strongly applies
881 Strongly applies
882 Strongly applies
883 Somewhat applies
884 Neither applies nor does not apply
885 Strongly applies
886 Neither applies nor does not apply
887 Somewhat applies
888 Does not apply at all
889 Neither applies nor does not apply
890 Somewhat applies
891 Strongly applies
892 Neither applies nor does not apply
893 Strongly applies
894 Strongly applies
895 Strongly applies
896 Strongly applies
897 Somewhat applies
898 Somewhat applies
899 Somewhat applies
900 Somewhat does not apply
901 Strongly applies
902 Somewhat applies
903 Strongly applies
904 Somewhat applies
905 Neither applies nor does not apply
906 Neither applies nor does not apply
907 Somewhat applies
908 Strongly applies
909 Neither applies nor does not apply
910 Somewhat applies
911 Neither applies nor does not apply
912 Somewhat does not apply
913 Somewhat applies
914 Somewhat applies
915 Somewhat applies
916 Strongly applies
917 Neither applies nor does not apply
918 Strongly applies
919 Somewhat applies
920 Does not apply at all
921 Somewhat applies
922 Strongly applies
923 Strongly applies
924 Somewhat applies
925 Neither applies nor does not apply
926 Does not apply at all
927 Somewhat applies
928 Strongly applies
929 Somewhat applies
930 Neither applies nor does not apply
931 Somewhat applies
932 Somewhat applies
933 Strongly applies
934 Somewhat applies
935 Somewhat applies
936 Neither applies nor does not apply
937 Neither applies nor does not apply
938 Strongly applies
939 Somewhat applies
940 Strongly applies
941 Somewhat applies
942 Neither applies nor does not apply
943 Strongly applies
944 Strongly applies
945 Somewhat applies
946 Somewhat applies
947 Somewhat applies
948 Strongly applies
949 Somewhat applies
950 Neither applies nor does not apply
951 Neither applies nor does not apply
952 Somewhat applies
953 Strongly applies
954 Somewhat applies
955 Somewhat applies
956 Somewhat applies
957 Somewhat applies
958 Somewhat applies
959 Strongly applies
960 Somewhat applies
961 Strongly applies
962
963 Does not apply at all
964 Somewhat applies
965 Somewhat applies
966 Somewhat applies
967 Neither applies nor does not apply
968 Strongly applies
969 Neither applies nor does not apply
970 Neither applies nor does not apply
971 Somewhat does not apply
972 Somewhat applies
973 Neither applies nor does not apply
974 Somewhat applies
975 Somewhat applies
976 Somewhat applies
977 Somewhat applies
978 Strongly applies
979 Neither applies nor does not apply
980 Strongly applies
981 Strongly applies
982 Neither applies nor does not apply
983 Somewhat applies
984 Somewhat does not apply
985 Strongly applies
986 Somewhat applies
987 Somewhat applies
988 Somewhat applies
989 Strongly applies
990 Strongly applies
991 Somewhat does not apply
992 Somewhat applies
993 Somewhat applies
994 Neither applies nor does not apply
995 Strongly applies
996 Somewhat does not apply
997 Somewhat does not apply
998 Strongly applies
999 Somewhat applies
1000 Somewhat applies
1001 Neither applies nor does not apply
1002 Somewhat applies
1003 Neither applies nor does not apply
1004 Neither applies nor does not apply
1005 Neither applies nor does not apply
1006 Somewhat does not apply
1007 Somewhat does not apply
1008 Strongly applies
1009 Somewhat applies
1010 Somewhat applies
1011
1012 Somewhat applies
1013 Neither applies nor does not apply
1014 Strongly applies
1015 Somewhat applies
1016
1017 Somewhat applies
1018 Strongly applies
1019 Neither applies nor does not apply
1020 Somewhat applies
1021 Does not apply at all
1022 Somewhat applies
1023 Somewhat applies
1024 Somewhat applies
1025 Neither applies nor does not apply
1026 Strongly applies
1027 Neither applies nor does not apply
1028 Somewhat applies
1029 Somewhat applies
1030 Strongly applies
1031 Neither applies nor does not apply
1032 Neither applies nor does not apply
1033 Somewhat applies
1034 Somewhat applies
1035 Strongly applies
1036 Somewhat applies
1037 Somewhat applies
1038 Does not apply at all
1039 Somewhat applies
1040 Somewhat applies
1041 Somewhat applies
1042 Somewhat applies
1043 Strongly applies
1044 Somewhat applies
1045 Somewhat applies
1046 Neither applies nor does not apply
1047 Somewhat applies
1048 Strongly applies
1049 Somewhat applies
1050 Neither applies nor does not apply
1051 Strongly applies
1052 Strongly applies
1053 Neither applies nor does not apply
1054 Somewhat does not apply
1055 Somewhat does not apply
1056 Strongly applies
1057 Somewhat applies
1058 Somewhat applies
1059 Strongly applies
1060 Somewhat applies
1061 Somewhat does not apply
1062 Somewhat applies
1063 Somewhat applies
1064 Somewhat applies
1065 Somewhat applies
1066 Somewhat applies
1067 Somewhat applies
1068 Somewhat applies
1069 Strongly applies
1070 Somewhat does not apply
1071 Somewhat applies
1072 Does not apply at all
1073
1074 Somewhat applies
1075 Somewhat applies
1076 Strongly applies
1077
1078 Strongly applies
1079 Does not apply at all
1080 Neither applies nor does not apply
1081 Somewhat applies
1082 Somewhat applies
1083 Neither applies nor does not apply
1084 Does not apply at all
1085 Neither applies nor does not apply
1086 Somewhat applies
1087 Somewhat does not apply
1088 Somewhat applies
1089 Somewhat applies
1090 Neither applies nor does not apply
1091 Somewhat does not apply
1092 Somewhat applies
1093 Somewhat does not apply
1094 Somewhat applies
1095
1096 Does not apply at all
1097 Somewhat applies
1098 Neither applies nor does not apply
1099 Somewhat applies
1100 Strongly applies
1101 Somewhat applies
1102 Somewhat applies
1103 Somewhat does not apply
1104 Neither applies nor does not apply
1105 Strongly applies
1106 Neither applies nor does not apply
1107 Somewhat does not apply
1108 Neither applies nor does not apply
1109 Strongly applies
1110 Neither applies nor does not apply
1111 Strongly applies
1112 Neither applies nor does not apply
1113 Neither applies nor does not apply
1114 Neither applies nor does not apply
1115 Somewhat applies
1116 Somewhat applies
1117 Neither applies nor does not apply
1118 Strongly applies
1119 Somewhat does not apply
1120 Somewhat applies
1121 Strongly applies
1122 Somewhat applies
1123 Somewhat applies
1124 Somewhat applies
1125 Neither applies nor does not apply
1126 Somewhat applies
1127 Strongly applies
1128 Neither applies nor does not apply
1129 Somewhat applies
1130 Somewhat applies
1131 Somewhat applies
1132 Somewhat applies
1133 Neither applies nor does not apply
1134 Somewhat applies
1135 Somewhat applies
1136 Somewhat applies
1137 Strongly applies
1138 Strongly applies
1139 Strongly applies
1140 Somewhat applies
1141 Neither applies nor does not apply
1142
1143 Neither applies nor does not apply
1144 Strongly applies
1145 Neither applies nor does not apply
1146 Somewhat applies
1147 Strongly applies
1148 Somewhat applies
1149 Somewhat applies
1150 Strongly applies
1151 Neither applies nor does not apply
1152 Strongly applies
1153 Somewhat applies
1154 Somewhat applies
1155 Somewhat applies
1156 Somewhat applies
1157 Somewhat applies
1158 Neither applies nor does not apply
1159 Somewhat does not apply
1160 Neither applies nor does not apply
1161 Somewhat does not apply
1162 Strongly applies
1163 Neither applies nor does not apply
1164 Strongly applies
1165 Somewhat applies
1166 Somewhat applies
1167 Somewhat applies
1168 Strongly applies
1169 Somewhat does not apply
1170 Strongly applies
1171 Somewhat does not apply
1172 Somewhat applies
1173 Somewhat applies
1174 Does not apply at all
1175 Strongly applies
1176 Strongly applies
1177 Somewhat does not apply
1178 Somewhat applies
1179 Strongly applies
1180 Strongly applies
1181 Somewhat applies
1182 Strongly applies
1183 Somewhat applies
1184 Somewhat applies
1185 Somewhat applies
1186
1187 Neither applies nor does not apply
1188 Strongly applies
1189 Neither applies nor does not apply
1190 Neither applies nor does not apply
1191 Strongly applies
1192
1193 Somewhat applies
1194
1195 Somewhat applies
1196 Somewhat applies
1197 Somewhat applies
1198 Strongly applies
1199 Neither applies nor does not apply
1200 Somewhat applies
1201
1202 Somewhat applies
1203 Somewhat applies
1204 Somewhat does not apply
1205 Somewhat applies
1206 Strongly applies
1207 Neither applies nor does not apply
1208 Somewhat applies
1209 Somewhat applies
1210 Somewhat applies
1211 Somewhat applies
1212 Strongly applies
1213 Neither applies nor does not apply
1214 Somewhat does not apply
1215 Strongly applies
1216 Strongly applies
1217 Somewhat applies
1218
1219 Somewhat applies
1220 Somewhat applies
1221 Does not apply at all
1222 Strongly applies
1223 Somewhat applies
1224 Strongly applies
1225 Strongly applies
1226 Somewhat applies
1227 Somewhat applies
1228 Somewhat applies
1229 Somewhat applies
1230 Does not apply at all
1231 Neither applies nor does not apply
1232 Neither applies nor does not apply
1233 Neither applies nor does not apply
1234 Does not apply at all
1235 Somewhat applies
1236 Somewhat applies
1237 Strongly applies
1238 Strongly applies
1239 Neither applies nor does not apply
1240 Neither applies nor does not apply
1241 Somewhat applies
1242 Neither applies nor does not apply
1243 Neither applies nor does not apply
1244 Somewhat does not apply
1245 Neither applies nor does not apply
1246 Strongly applies
1247 Somewhat applies
1248 Somewhat applies
1249 Strongly applies
anxiety_2
1
2 Somewhat applies
3
4 Somewhat does not apply
5 Somewhat does not apply
6 Somewhat does not apply
7 Neither applies nor does not apply
8 Neither applies nor does not apply
9 Somewhat does not apply
10 Somewhat does not apply
11 Neither applies nor does not apply
12 Strongly applies
13 Somewhat applies
14 Somewhat does not apply
15 Somewhat applies
16 Somewhat applies
17
18 Strongly applies
19 Somewhat does not apply
20 Strongly applies
21 Neither applies nor does not apply
22 Somewhat does not apply
23 Does not apply at all
24 Somewhat does not apply
25
26 Neither applies nor does not apply
27 Neither applies nor does not apply
28 Somewhat applies
29 Somewhat does not apply
30 Does not apply at all
31 Somewhat applies
32 Somewhat does not apply
33 Neither applies nor does not apply
34 Neither applies nor does not apply
35 Somewhat does not apply
36 Neither applies nor does not apply
37 Somewhat applies
38 Does not apply at all
39 Does not apply at all
40
41 Somewhat does not apply
42 Does not apply at all
43 Strongly applies
44 Strongly applies
45 Neither applies nor does not apply
46 Does not apply at all
47 Neither applies nor does not apply
48 Somewhat applies
49 Does not apply at all
50 Neither applies nor does not apply
51 Does not apply at all
52 Somewhat does not apply
53 Neither applies nor does not apply
54 Neither applies nor does not apply
55 Does not apply at all
56 Strongly applies
57 Neither applies nor does not apply
58 Somewhat applies
59 Does not apply at all
60 Neither applies nor does not apply
61 Somewhat does not apply
62 Somewhat does not apply
63 Somewhat does not apply
64 Somewhat applies
65 Somewhat does not apply
66 Neither applies nor does not apply
67 Neither applies nor does not apply
68 Neither applies nor does not apply
69 Somewhat applies
70 Somewhat does not apply
71 Neither applies nor does not apply
72 Somewhat does not apply
73 Somewhat does not apply
74 Somewhat applies
75 Neither applies nor does not apply
76 Neither applies nor does not apply
77 Does not apply at all
78 Neither applies nor does not apply
79
80 Does not apply at all
81 Somewhat does not apply
82 Neither applies nor does not apply
83 Does not apply at all
84 Somewhat applies
85 Somewhat does not apply
86 Somewhat applies
87 Somewhat does not apply
88 Does not apply at all
89
90
91 Neither applies nor does not apply
92 Somewhat does not apply
93 Strongly applies
94 Does not apply at all
95 Somewhat applies
96 Does not apply at all
97 Somewhat applies
98 Somewhat applies
99 Strongly applies
100 Does not apply at all
101 Neither applies nor does not apply
102 Neither applies nor does not apply
103 Somewhat does not apply
104 Somewhat applies
105 Somewhat applies
106 Somewhat does not apply
107 Neither applies nor does not apply
108 Does not apply at all
109 Somewhat does not apply
110 Strongly applies
111
112 Neither applies nor does not apply
113 Neither applies nor does not apply
114 Somewhat does not apply
115 Neither applies nor does not apply
116 Somewhat applies
117 Somewhat applies
118 Somewhat applies
119 Does not apply at all
120 Does not apply at all
121 Somewhat applies
122 Does not apply at all
123 Does not apply at all
124 Neither applies nor does not apply
125 Does not apply at all
126 Neither applies nor does not apply
127 Somewhat does not apply
128 Neither applies nor does not apply
129 Does not apply at all
130 Neither applies nor does not apply
131 Somewhat does not apply
132 Strongly applies
133 Neither applies nor does not apply
134 Somewhat does not apply
135 Strongly applies
136 Strongly applies
137 Neither applies nor does not apply
138 Somewhat does not apply
139 Somewhat applies
140 Does not apply at all
141 Does not apply at all
142 Does not apply at all
143 Neither applies nor does not apply
144 Neither applies nor does not apply
145 Neither applies nor does not apply
146 Somewhat does not apply
147 Neither applies nor does not apply
148 Neither applies nor does not apply
149 Does not apply at all
150 Neither applies nor does not apply
151 Neither applies nor does not apply
152 Neither applies nor does not apply
153 Somewhat does not apply
154
155 Somewhat does not apply
156 Somewhat applies
157 Somewhat does not apply
158 Somewhat does not apply
159 Somewhat does not apply
160 Somewhat does not apply
161 Strongly applies
162 Somewhat does not apply
163 Somewhat does not apply
164 Does not apply at all
165 Neither applies nor does not apply
166 Neither applies nor does not apply
167 Somewhat does not apply
168 Somewhat does not apply
169 Neither applies nor does not apply
170 Neither applies nor does not apply
171 Somewhat does not apply
172 Neither applies nor does not apply
173 Neither applies nor does not apply
174 Somewhat does not apply
175 Does not apply at all
176 Somewhat applies
177 Somewhat applies
178 Somewhat applies
179 Somewhat applies
180 Somewhat applies
181 Somewhat does not apply
182 Neither applies nor does not apply
183 Neither applies nor does not apply
184 Somewhat does not apply
185 Somewhat does not apply
186 Strongly applies
187 Does not apply at all
188 Somewhat does not apply
189 Somewhat does not apply
190 Does not apply at all
191 Somewhat does not apply
192 Somewhat does not apply
193 Somewhat applies
194 Somewhat does not apply
195 Neither applies nor does not apply
196 Neither applies nor does not apply
197 Neither applies nor does not apply
198 Somewhat does not apply
199 Does not apply at all
200 Neither applies nor does not apply
201 Neither applies nor does not apply
202 Somewhat applies
203 Somewhat does not apply
204 Neither applies nor does not apply
205 Somewhat does not apply
206 Somewhat does not apply
207 Neither applies nor does not apply
208 Somewhat does not apply
209 Somewhat does not apply
210
211 Somewhat does not apply
212 Somewhat applies
213 Does not apply at all
214 Does not apply at all
215 Somewhat does not apply
216 Somewhat does not apply
217 Neither applies nor does not apply
218 Somewhat does not apply
219 Somewhat does not apply
220 Somewhat does not apply
221 Does not apply at all
222 Neither applies nor does not apply
223 Neither applies nor does not apply
224 Somewhat applies
225 Does not apply at all
226 Somewhat does not apply
227 Neither applies nor does not apply
228 Somewhat does not apply
229 Somewhat does not apply
230 Does not apply at all
231 Neither applies nor does not apply
232 Neither applies nor does not apply
233 Somewhat applies
234 Somewhat does not apply
235 Neither applies nor does not apply
236 Strongly applies
237 Does not apply at all
238 Does not apply at all
239 Strongly applies
240 Does not apply at all
241 Does not apply at all
242 Somewhat does not apply
243 Neither applies nor does not apply
244 Somewhat does not apply
245 Somewhat applies
246 Neither applies nor does not apply
247 Does not apply at all
248 Neither applies nor does not apply
249 Does not apply at all
250 Somewhat applies
251 Somewhat applies
252 Somewhat does not apply
253 Somewhat applies
254 Strongly applies
255 Strongly applies
256 Somewhat applies
257 Neither applies nor does not apply
258 Neither applies nor does not apply
259 Neither applies nor does not apply
260 Somewhat does not apply
261 Somewhat does not apply
262 Neither applies nor does not apply
263 Somewhat does not apply
264 Strongly applies
265 Somewhat applies
266 Does not apply at all
267 Somewhat does not apply
268 Somewhat does not apply
269 Neither applies nor does not apply
270 Neither applies nor does not apply
271
272 Does not apply at all
273 Somewhat does not apply
274 Somewhat does not apply
275 Neither applies nor does not apply
276
277 Somewhat does not apply
278 Does not apply at all
279 Somewhat does not apply
280 Somewhat applies
281 Neither applies nor does not apply
282 Does not apply at all
283 Somewhat does not apply
284
285 Somewhat does not apply
286 Does not apply at all
287 Neither applies nor does not apply
288 Neither applies nor does not apply
289
290 Neither applies nor does not apply
291 Somewhat applies
292 Neither applies nor does not apply
293 Somewhat does not apply
294 Somewhat does not apply
295 Neither applies nor does not apply
296 Somewhat does not apply
297 Somewhat does not apply
298 Somewhat does not apply
299 Somewhat applies
300 Neither applies nor does not apply
301 Somewhat does not apply
302 Somewhat does not apply
303 Does not apply at all
304 Somewhat does not apply
305 Somewhat does not apply
306
307 Neither applies nor does not apply
308 Somewhat applies
309 Neither applies nor does not apply
310 Neither applies nor does not apply
311 Somewhat does not apply
312 Does not apply at all
313 Does not apply at all
314 Somewhat applies
315 Somewhat applies
316 Strongly applies
317 Somewhat does not apply
318 Neither applies nor does not apply
319 Does not apply at all
320 Does not apply at all
321 Somewhat does not apply
322 Does not apply at all
323 Neither applies nor does not apply
324 Neither applies nor does not apply
325 Does not apply at all
326 Somewhat does not apply
327 Strongly applies
328 Does not apply at all
329 Neither applies nor does not apply
330 Does not apply at all
331 Does not apply at all
332 Neither applies nor does not apply
333 Does not apply at all
334
335 Does not apply at all
336 Somewhat applies
337 Does not apply at all
338 Does not apply at all
339 Does not apply at all
340 Somewhat does not apply
341 Somewhat does not apply
342 Neither applies nor does not apply
343 Neither applies nor does not apply
344 Neither applies nor does not apply
345 Neither applies nor does not apply
346 Neither applies nor does not apply
347 Somewhat applies
348 Neither applies nor does not apply
349 Does not apply at all
350 Neither applies nor does not apply
351 Somewhat does not apply
352 Strongly applies
353 Does not apply at all
354 Somewhat does not apply
355 Somewhat does not apply
356 Neither applies nor does not apply
357 Somewhat does not apply
358 Does not apply at all
359 Somewhat does not apply
360 Somewhat does not apply
361 Does not apply at all
362 Neither applies nor does not apply
363 Strongly applies
364 Does not apply at all
365 Does not apply at all
366 Neither applies nor does not apply
367 Strongly applies
368 Somewhat does not apply
369 Somewhat does not apply
370 Somewhat does not apply
371 Neither applies nor does not apply
372 Somewhat does not apply
373 Somewhat does not apply
374 Neither applies nor does not apply
375 Somewhat does not apply
376
377 Neither applies nor does not apply
378 Does not apply at all
379
380 Somewhat does not apply
381 Neither applies nor does not apply
382 Neither applies nor does not apply
383 Somewhat applies
384 Somewhat does not apply
385 Somewhat applies
386 Somewhat applies
387 Strongly applies
388 Does not apply at all
389 Does not apply at all
390 Neither applies nor does not apply
391 Somewhat does not apply
392 Somewhat does not apply
393 Somewhat does not apply
394 Somewhat does not apply
395 Somewhat does not apply
396 Somewhat applies
397 Somewhat does not apply
398 Neither applies nor does not apply
399 Somewhat does not apply
400 Somewhat does not apply
401 Strongly applies
402 Neither applies nor does not apply
403 Does not apply at all
404 Somewhat does not apply
405 Somewhat applies
406 Somewhat applies
407 Neither applies nor does not apply
408 Does not apply at all
409 Somewhat applies
410 Somewhat does not apply
411 Somewhat does not apply
412 Neither applies nor does not apply
413 Somewhat does not apply
414 Does not apply at all
415 Somewhat does not apply
416 Somewhat does not apply
417 Does not apply at all
418 Somewhat does not apply
419 Somewhat applies
420 Somewhat does not apply
421 Somewhat does not apply
422
423 Neither applies nor does not apply
424 Neither applies nor does not apply
425 Somewhat applies
426 Somewhat does not apply
427 Does not apply at all
428 Does not apply at all
429 Strongly applies
430 Somewhat does not apply
431 Does not apply at all
432 Neither applies nor does not apply
433 Neither applies nor does not apply
434 Neither applies nor does not apply
435 Does not apply at all
436 Somewhat does not apply
437 Neither applies nor does not apply
438 Somewhat applies
439 Neither applies nor does not apply
440 Somewhat applies
441 Neither applies nor does not apply
442 Neither applies nor does not apply
443 Somewhat applies
444 Somewhat does not apply
445 Somewhat does not apply
446 Does not apply at all
447 Does not apply at all
448 Neither applies nor does not apply
449 Somewhat applies
450 Neither applies nor does not apply
451
452 Somewhat does not apply
453 Somewhat does not apply
454 Somewhat does not apply
455 Somewhat does not apply
456 Neither applies nor does not apply
457 Does not apply at all
458 Somewhat does not apply
459 Somewhat does not apply
460 Somewhat applies
461 Somewhat does not apply
462 Neither applies nor does not apply
463 Somewhat does not apply
464 Neither applies nor does not apply
465
466 Somewhat applies
467 Does not apply at all
468 Somewhat does not apply
469 Does not apply at all
470 Somewhat does not apply
471 Somewhat does not apply
472 Somewhat does not apply
473 Neither applies nor does not apply
474 Does not apply at all
475 Does not apply at all
476 Does not apply at all
477 Somewhat does not apply
478 Does not apply at all
479 Does not apply at all
480 Somewhat does not apply
481 Somewhat applies
482 Does not apply at all
483 Somewhat does not apply
484 Does not apply at all
485 Somewhat does not apply
486 Strongly applies
487 Neither applies nor does not apply
488 Neither applies nor does not apply
489 Somewhat does not apply
490 Somewhat does not apply
491 Does not apply at all
492 Strongly applies
493 Somewhat does not apply
494 Somewhat does not apply
495 Does not apply at all
496 Does not apply at all
497 Somewhat applies
498 Strongly applies
499 Somewhat does not apply
500 Somewhat applies
501 Somewhat does not apply
502 Does not apply at all
503 Somewhat applies
504 Somewhat applies
505 Neither applies nor does not apply
506 Somewhat does not apply
507 Strongly applies
508 Neither applies nor does not apply
509 Does not apply at all
510 Somewhat does not apply
511 Neither applies nor does not apply
512 Somewhat does not apply
513 Somewhat applies
514 Somewhat does not apply
515 Strongly applies
516 Somewhat does not apply
517 Does not apply at all
518 Somewhat does not apply
519 Neither applies nor does not apply
520 Somewhat does not apply
521 Does not apply at all
522 Somewhat applies
523 Neither applies nor does not apply
524 Somewhat does not apply
525 Neither applies nor does not apply
526 Does not apply at all
527 Neither applies nor does not apply
528 Does not apply at all
529 Neither applies nor does not apply
530 Somewhat applies
531 Somewhat does not apply
532 Somewhat applies
533 Somewhat does not apply
534 Does not apply at all
535 Neither applies nor does not apply
536 Does not apply at all
537 Somewhat does not apply
538 Somewhat does not apply
539 Somewhat does not apply
540 Neither applies nor does not apply
541 Somewhat applies
542 Does not apply at all
543 Neither applies nor does not apply
544 Neither applies nor does not apply
545 Neither applies nor does not apply
546 Neither applies nor does not apply
547 Neither applies nor does not apply
548 Somewhat does not apply
549 Somewhat does not apply
550 Neither applies nor does not apply
551 Neither applies nor does not apply
552 Does not apply at all
553 Strongly applies
554 Somewhat does not apply
555 Does not apply at all
556 Does not apply at all
557 Does not apply at all
558 Does not apply at all
559 Neither applies nor does not apply
560 Somewhat does not apply
561 Somewhat applies
562 Does not apply at all
563 Somewhat applies
564 Does not apply at all
565 Somewhat applies
566 Somewhat does not apply
567 Does not apply at all
568 Somewhat does not apply
569 Somewhat applies
570 Somewhat does not apply
571 Does not apply at all
572 Neither applies nor does not apply
573 Somewhat does not apply
574 Somewhat does not apply
575 Somewhat applies
576 Somewhat does not apply
577 Somewhat applies
578 Somewhat applies
579 Does not apply at all
580 Somewhat applies
581 Somewhat applies
582 Somewhat does not apply
583 Somewhat applies
584 Does not apply at all
585 Does not apply at all
586 Does not apply at all
587 Somewhat applies
588 Somewhat does not apply
589 Somewhat applies
590 Neither applies nor does not apply
591 Neither applies nor does not apply
592 Somewhat does not apply
593 Somewhat applies
594 Somewhat does not apply
595 Somewhat does not apply
596 Does not apply at all
597 Neither applies nor does not apply
598 Somewhat does not apply
599 Somewhat does not apply
600 Neither applies nor does not apply
601 Neither applies nor does not apply
602 Somewhat does not apply
603 Neither applies nor does not apply
604 Somewhat applies
605 Somewhat does not apply
606 Somewhat does not apply
607 Somewhat applies
608 Neither applies nor does not apply
609 Neither applies nor does not apply
610 Somewhat does not apply
611 Somewhat applies
612 Does not apply at all
613 Somewhat applies
614 Somewhat does not apply
615 Neither applies nor does not apply
616 Neither applies nor does not apply
617 Strongly applies
618 Somewhat applies
619 Neither applies nor does not apply
620 Somewhat applies
621 Somewhat does not apply
622 Does not apply at all
623 Strongly applies
624 Somewhat does not apply
625 Somewhat does not apply
626 Somewhat applies
627 Does not apply at all
628 Neither applies nor does not apply
629 Somewhat applies
630 Somewhat does not apply
631 Somewhat does not apply
632 Somewhat applies
633 Neither applies nor does not apply
634 Somewhat applies
635 Somewhat does not apply
636 Neither applies nor does not apply
637 Somewhat applies
638 Does not apply at all
639 Neither applies nor does not apply
640 Somewhat does not apply
641 Somewhat applies
642 Somewhat does not apply
643 Neither applies nor does not apply
644 Neither applies nor does not apply
645 Somewhat does not apply
646 Does not apply at all
647 Somewhat does not apply
648 Does not apply at all
649 Somewhat does not apply
650 Somewhat applies
651 Somewhat applies
652 Somewhat does not apply
653 Does not apply at all
654 Does not apply at all
655 Neither applies nor does not apply
656 Neither applies nor does not apply
657 Somewhat does not apply
658 Somewhat does not apply
659 Somewhat does not apply
660 Does not apply at all
661 Somewhat does not apply
662 Neither applies nor does not apply
663 Somewhat applies
664 Neither applies nor does not apply
665 Somewhat does not apply
666 Neither applies nor does not apply
667 Does not apply at all
668 Somewhat applies
669 Somewhat does not apply
670 Neither applies nor does not apply
671 Somewhat does not apply
672 Somewhat does not apply
673 Neither applies nor does not apply
674 Does not apply at all
675 Somewhat does not apply
676 Somewhat does not apply
677 Strongly applies
678 Somewhat does not apply
679 Does not apply at all
680 Somewhat does not apply
681 Does not apply at all
682 Somewhat applies
683
684 Neither applies nor does not apply
685 Does not apply at all
686 Somewhat does not apply
687 Neither applies nor does not apply
688 Does not apply at all
689 Somewhat does not apply
690 Neither applies nor does not apply
691 Does not apply at all
692 Does not apply at all
693 Does not apply at all
694 Strongly applies
695 Does not apply at all
696 Somewhat does not apply
697 Strongly applies
698 Somewhat applies
699 Neither applies nor does not apply
700 Somewhat does not apply
701 Somewhat does not apply
702 Does not apply at all
703 Somewhat applies
704 Neither applies nor does not apply
705 Does not apply at all
706 Neither applies nor does not apply
707 Neither applies nor does not apply
708 Does not apply at all
709 Somewhat applies
710 Does not apply at all
711
712
713 Somewhat does not apply
714 Somewhat does not apply
715 Somewhat applies
716 Somewhat does not apply
717 Neither applies nor does not apply
718 Somewhat applies
719 Somewhat does not apply
720 Somewhat does not apply
721 Does not apply at all
722 Somewhat applies
723 Somewhat does not apply
724 Somewhat does not apply
725 Somewhat does not apply
726 Somewhat does not apply
727 Neither applies nor does not apply
728 Somewhat does not apply
729 Neither applies nor does not apply
730 Neither applies nor does not apply
731 Somewhat applies
732 Neither applies nor does not apply
733 Neither applies nor does not apply
734 Somewhat applies
735 Neither applies nor does not apply
736 Neither applies nor does not apply
737 Neither applies nor does not apply
738 Somewhat does not apply
739 Somewhat applies
740 Does not apply at all
741 Somewhat applies
742 Somewhat applies
743 Neither applies nor does not apply
744 Somewhat does not apply
745 Somewhat does not apply
746 Does not apply at all
747 Somewhat applies
748 Neither applies nor does not apply
749 Somewhat does not apply
750 Somewhat does not apply
751 Neither applies nor does not apply
752 Somewhat does not apply
753 Does not apply at all
754 Neither applies nor does not apply
755 Neither applies nor does not apply
756 Somewhat does not apply
757 Somewhat applies
758 Somewhat applies
759 Neither applies nor does not apply
760 Neither applies nor does not apply
761 Somewhat does not apply
762 Somewhat applies
763 Neither applies nor does not apply
764 Strongly applies
765 Somewhat does not apply
766 Somewhat applies
767 Neither applies nor does not apply
768 Somewhat applies
769 Somewhat does not apply
770 Somewhat applies
771 Does not apply at all
772 Neither applies nor does not apply
773 Somewhat does not apply
774 Somewhat applies
775 Somewhat applies
776 Neither applies nor does not apply
777 Neither applies nor does not apply
778 Somewhat does not apply
779 Neither applies nor does not apply
780 Somewhat does not apply
781 Somewhat applies
782 Somewhat does not apply
783 Somewhat applies
784 Does not apply at all
785 Somewhat applies
786 Neither applies nor does not apply
787 Somewhat does not apply
788 Does not apply at all
789 Does not apply at all
790 Neither applies nor does not apply
791 Does not apply at all
792 Does not apply at all
793 Neither applies nor does not apply
794 Somewhat applies
795 Does not apply at all
796 Neither applies nor does not apply
797 Somewhat applies
798 Does not apply at all
799 Does not apply at all
800 Does not apply at all
801 Neither applies nor does not apply
802 Somewhat does not apply
803 Does not apply at all
804 Somewhat does not apply
805 Somewhat does not apply
806 Somewhat applies
807 Somewhat does not apply
808 Somewhat does not apply
809 Neither applies nor does not apply
810 Somewhat does not apply
811 Does not apply at all
812 Does not apply at all
813 Neither applies nor does not apply
814 Somewhat applies
815 Strongly applies
816 Somewhat applies
817 Neither applies nor does not apply
818 Somewhat does not apply
819 Does not apply at all
820 Somewhat does not apply
821 Somewhat applies
822 Neither applies nor does not apply
823 Somewhat does not apply
824 Somewhat applies
825 Does not apply at all
826 Does not apply at all
827 Does not apply at all
828 Neither applies nor does not apply
829 Somewhat does not apply
830 Neither applies nor does not apply
831 Neither applies nor does not apply
832 Neither applies nor does not apply
833 Neither applies nor does not apply
834 Somewhat does not apply
835 Neither applies nor does not apply
836 Somewhat does not apply
837 Somewhat does not apply
838 Does not apply at all
839 Somewhat does not apply
840 Somewhat does not apply
841 Neither applies nor does not apply
842 Does not apply at all
843 Somewhat does not apply
844 Somewhat applies
845 Somewhat applies
846 Somewhat applies
847 Somewhat applies
848 Somewhat does not apply
849 Does not apply at all
850 Somewhat applies
851 Does not apply at all
852 Somewhat applies
853 Somewhat does not apply
854 Neither applies nor does not apply
855 Neither applies nor does not apply
856 Somewhat does not apply
857 Does not apply at all
858 Does not apply at all
859 Somewhat applies
860 Neither applies nor does not apply
861 Somewhat does not apply
862 Somewhat does not apply
863
864 Somewhat does not apply
865 Neither applies nor does not apply
866 Somewhat does not apply
867 Somewhat does not apply
868 Does not apply at all
869 Somewhat applies
870 Neither applies nor does not apply
871 Somewhat applies
872 Does not apply at all
873 Somewhat applies
874 Does not apply at all
875 Somewhat does not apply
876 Neither applies nor does not apply
877 Does not apply at all
878 Somewhat does not apply
879 Somewhat does not apply
880 Neither applies nor does not apply
881 Does not apply at all
882 Does not apply at all
883 Does not apply at all
884 Somewhat does not apply
885 Does not apply at all
886 Somewhat applies
887 Neither applies nor does not apply
888 Strongly applies
889 Somewhat does not apply
890 Somewhat does not apply
891 Does not apply at all
892 Somewhat applies
893 Does not apply at all
894 Neither applies nor does not apply
895 Somewhat does not apply
896 Somewhat does not apply
897 Neither applies nor does not apply
898 Somewhat does not apply
899 Somewhat does not apply
900 Strongly applies
901 Does not apply at all
902 Somewhat does not apply
903 Does not apply at all
904 Neither applies nor does not apply
905 Neither applies nor does not apply
906 Somewhat applies
907 Somewhat does not apply
908 Does not apply at all
909 Neither applies nor does not apply
910 Neither applies nor does not apply
911 Somewhat applies
912 Neither applies nor does not apply
913 Neither applies nor does not apply
914 Somewhat does not apply
915 Does not apply at all
916 Neither applies nor does not apply
917 Somewhat applies
918 Does not apply at all
919 Neither applies nor does not apply
920 Somewhat applies
921 Somewhat does not apply
922 Does not apply at all
923 Somewhat applies
924 Somewhat applies
925 Somewhat applies
926 Somewhat does not apply
927 Somewhat does not apply
928 Neither applies nor does not apply
929 Strongly applies
930 Somewhat does not apply
931 Neither applies nor does not apply
932 Somewhat does not apply
933 Somewhat does not apply
934 Does not apply at all
935 Somewhat does not apply
936 Strongly applies
937 Somewhat does not apply
938 Strongly applies
939 Somewhat applies
940 Does not apply at all
941 Somewhat does not apply
942 Somewhat applies
943 Does not apply at all
944 Neither applies nor does not apply
945 Does not apply at all
946 Does not apply at all
947 Somewhat does not apply
948 Somewhat does not apply
949 Somewhat does not apply
950 Neither applies nor does not apply
951 Neither applies nor does not apply
952 Somewhat does not apply
953 Strongly applies
954 Neither applies nor does not apply
955 Neither applies nor does not apply
956 Somewhat does not apply
957 Neither applies nor does not apply
958 Neither applies nor does not apply
959 Somewhat does not apply
960 Neither applies nor does not apply
961 Somewhat applies
962
963 Does not apply at all
964 Neither applies nor does not apply
965 Somewhat does not apply
966 Does not apply at all
967 Neither applies nor does not apply
968 Does not apply at all
969 Does not apply at all
970 Somewhat applies
971 Somewhat applies
972 Somewhat does not apply
973 Neither applies nor does not apply
974 Somewhat does not apply
975 Somewhat does not apply
976 Does not apply at all
977 Neither applies nor does not apply
978 Does not apply at all
979 Somewhat applies
980 Somewhat does not apply
981 Somewhat applies
982 Strongly applies
983 Somewhat does not apply
984 Somewhat does not apply
985 Does not apply at all
986 Somewhat does not apply
987 Somewhat does not apply
988 Neither applies nor does not apply
989 Does not apply at all
990 Somewhat does not apply
991 Somewhat applies
992 Somewhat does not apply
993 Somewhat does not apply
994 Somewhat applies
995 Neither applies nor does not apply
996 Neither applies nor does not apply
997 Somewhat does not apply
998 Strongly applies
999 Somewhat applies
1000 Neither applies nor does not apply
1001 Neither applies nor does not apply
1002 Neither applies nor does not apply
1003 Strongly applies
1004 Neither applies nor does not apply
1005 Neither applies nor does not apply
1006 Somewhat applies
1007 Somewhat does not apply
1008 Somewhat does not apply
1009 Neither applies nor does not apply
1010 Somewhat does not apply
1011
1012 Somewhat does not apply
1013 Neither applies nor does not apply
1014 Neither applies nor does not apply
1015 Neither applies nor does not apply
1016
1017 Does not apply at all
1018 Somewhat does not apply
1019 Somewhat applies
1020 Neither applies nor does not apply
1021 Somewhat applies
1022 Neither applies nor does not apply
1023 Somewhat does not apply
1024 Somewhat does not apply
1025 Somewhat applies
1026 Does not apply at all
1027 Somewhat applies
1028 Somewhat does not apply
1029 Neither applies nor does not apply
1030 Neither applies nor does not apply
1031 Somewhat applies
1032 Somewhat applies
1033 Somewhat does not apply
1034 Somewhat applies
1035 Neither applies nor does not apply
1036 Somewhat does not apply
1037 Neither applies nor does not apply
1038 Somewhat does not apply
1039 Somewhat does not apply
1040 Does not apply at all
1041 Neither applies nor does not apply
1042 Somewhat applies
1043 Somewhat does not apply
1044 Somewhat does not apply
1045 Somewhat applies
1046 Neither applies nor does not apply
1047 Somewhat does not apply
1048 Does not apply at all
1049 Somewhat applies
1050 Somewhat does not apply
1051 Neither applies nor does not apply
1052 Does not apply at all
1053 Neither applies nor does not apply
1054 Somewhat applies
1055 Neither applies nor does not apply
1056 Neither applies nor does not apply
1057 Neither applies nor does not apply
1058 Neither applies nor does not apply
1059 Somewhat does not apply
1060 Somewhat does not apply
1061 Somewhat applies
1062 Does not apply at all
1063 Somewhat does not apply
1064 Neither applies nor does not apply
1065 Neither applies nor does not apply
1066 Somewhat applies
1067 Somewhat does not apply
1068 Somewhat applies
1069 Does not apply at all
1070 Somewhat does not apply
1071 Neither applies nor does not apply
1072 Does not apply at all
1073
1074 Somewhat applies
1075 Somewhat applies
1076 Does not apply at all
1077
1078 Does not apply at all
1079 Strongly applies
1080 Neither applies nor does not apply
1081 Neither applies nor does not apply
1082 Does not apply at all
1083 Neither applies nor does not apply
1084 Strongly applies
1085 Neither applies nor does not apply
1086 Somewhat applies
1087 Somewhat applies
1088 Somewhat does not apply
1089 Somewhat does not apply
1090 Somewhat does not apply
1091 Neither applies nor does not apply
1092 Somewhat does not apply
1093 Neither applies nor does not apply
1094 Somewhat does not apply
1095
1096 Does not apply at all
1097 Does not apply at all
1098 Somewhat applies
1099 Neither applies nor does not apply
1100 Somewhat does not apply
1101 Strongly applies
1102 Somewhat does not apply
1103 Somewhat applies
1104 Does not apply at all
1105 Does not apply at all
1106 Neither applies nor does not apply
1107 Somewhat does not apply
1108 Neither applies nor does not apply
1109 Somewhat applies
1110 Neither applies nor does not apply
1111 Somewhat does not apply
1112 Neither applies nor does not apply
1113 Strongly applies
1114 Neither applies nor does not apply
1115 Somewhat applies
1116 Does not apply at all
1117 Neither applies nor does not apply
1118 Does not apply at all
1119 Somewhat does not apply
1120 Does not apply at all
1121 Neither applies nor does not apply
1122 Somewhat does not apply
1123 Somewhat does not apply
1124 Somewhat does not apply
1125 Neither applies nor does not apply
1126 Somewhat does not apply
1127 Does not apply at all
1128 Somewhat applies
1129 Somewhat does not apply
1130 Somewhat applies
1131 Neither applies nor does not apply
1132 Neither applies nor does not apply
1133 Somewhat applies
1134 Neither applies nor does not apply
1135 Somewhat does not apply
1136 Neither applies nor does not apply
1137 Somewhat does not apply
1138 Does not apply at all
1139 Somewhat applies
1140 Somewhat does not apply
1141 Somewhat applies
1142
1143 Somewhat applies
1144 Does not apply at all
1145 Neither applies nor does not apply
1146 Somewhat does not apply
1147 Somewhat applies
1148 Neither applies nor does not apply
1149 Somewhat does not apply
1150 Does not apply at all
1151 Neither applies nor does not apply
1152 Somewhat applies
1153 Somewhat does not apply
1154 Somewhat does not apply
1155 Somewhat does not apply
1156 Neither applies nor does not apply
1157 Somewhat does not apply
1158 Neither applies nor does not apply
1159 Somewhat applies
1160 Somewhat does not apply
1161 Neither applies nor does not apply
1162 Somewhat does not apply
1163 Somewhat does not apply
1164 Does not apply at all
1165 Neither applies nor does not apply
1166 Somewhat applies
1167 Somewhat does not apply
1168 Neither applies nor does not apply
1169 Somewhat applies
1170 Does not apply at all
1171 Somewhat applies
1172 Neither applies nor does not apply
1173 Does not apply at all
1174 Does not apply at all
1175 Neither applies nor does not apply
1176 Somewhat does not apply
1177 Neither applies nor does not apply
1178 Neither applies nor does not apply
1179 Does not apply at all
1180 Does not apply at all
1181 Somewhat does not apply
1182 Strongly applies
1183 Somewhat does not apply
1184 Somewhat does not apply
1185 Somewhat does not apply
1186
1187 Somewhat does not apply
1188 Somewhat does not apply
1189 Somewhat does not apply
1190 Somewhat applies
1191 Somewhat does not apply
1192
1193 Neither applies nor does not apply
1194
1195 Neither applies nor does not apply
1196 Somewhat does not apply
1197 Neither applies nor does not apply
1198 Somewhat does not apply
1199 Somewhat does not apply
1200 Somewhat does not apply
1201
1202 Does not apply at all
1203 Somewhat does not apply
1204 Neither applies nor does not apply
1205 Neither applies nor does not apply
1206 Somewhat does not apply
1207 Somewhat does not apply
1208 Does not apply at all
1209 Somewhat does not apply
1210 Does not apply at all
1211 Somewhat does not apply
1212 Somewhat does not apply
1213 Neither applies nor does not apply
1214 Neither applies nor does not apply
1215 Somewhat does not apply
1216 Strongly applies
1217 Somewhat does not apply
1218
1219 Neither applies nor does not apply
1220 Somewhat applies
1221 Strongly applies
1222 Does not apply at all
1223 Neither applies nor does not apply
1224 Somewhat does not apply
1225 Somewhat does not apply
1226 Neither applies nor does not apply
1227 Neither applies nor does not apply
1228 Somewhat applies
1229 Somewhat does not apply
1230 Somewhat does not apply
1231 Neither applies nor does not apply
1232 Somewhat applies
1233 Neither applies nor does not apply
1234 Somewhat applies
1235 Somewhat applies
1236 Does not apply at all
1237 Somewhat does not apply
1238 Somewhat does not apply
1239 Strongly applies
1240 Neither applies nor does not apply
1241 Neither applies nor does not apply
1242 Somewhat applies
1243 Somewhat does not apply
1244 Somewhat applies
1245 Neither applies nor does not apply
1246 Does not apply at all
1247 Somewhat applies
1248 Neither applies nor does not apply
1249 Neither applies nor does not apply
anxiety_3
1
2 Strongly applies
3
4 Somewhat does not apply
5 Somewhat does not apply
6 Somewhat does not apply
7 Somewhat does not apply
8 Somewhat does not apply
9 Somewhat does not apply
10 Somewhat does not apply
11 Somewhat does not apply
12 Somewhat applies
13 Somewhat does not apply
14 Somewhat does not apply
15 Strongly applies
16 Somewhat applies
17
18 Somewhat applies
19 Somewhat does not apply
20 Strongly applies
21 Does not apply at all
22 Somewhat does not apply
23 Neither applies nor does not apply
24 Somewhat does not apply
25
26 Somewhat does not apply
27 Somewhat does not apply
28 Somewhat applies
29 Neither applies nor does not apply
30 Strongly applies
31 Somewhat does not apply
32 Neither applies nor does not apply
33 Strongly applies
34 Somewhat does not apply
35 Somewhat applies
36 Neither applies nor does not apply
37 Somewhat does not apply
38 Strongly applies
39 Strongly applies
40
41 Somewhat applies
42 Neither applies nor does not apply
43 Neither applies nor does not apply
44 Somewhat does not apply
45 Neither applies nor does not apply
46 Somewhat applies
47 Neither applies nor does not apply
48 Neither applies nor does not apply
49 Strongly applies
50 Somewhat applies
51 Strongly applies
52 Strongly applies
53 Somewhat does not apply
54 Somewhat applies
55 Somewhat applies
56 Strongly applies
57 Somewhat applies
58 Neither applies nor does not apply
59 Strongly applies
60 Strongly applies
61 Somewhat applies
62 Somewhat does not apply
63 Neither applies nor does not apply
64 Neither applies nor does not apply
65 Strongly applies
66 Somewhat does not apply
67 Neither applies nor does not apply
68 Does not apply at all
69 Somewhat does not apply
70 Neither applies nor does not apply
71 Somewhat applies
72 Somewhat applies
73 Strongly applies
74 Somewhat does not apply
75 Neither applies nor does not apply
76 Neither applies nor does not apply
77 Strongly applies
78 Somewhat does not apply
79
80 Somewhat applies
81 Somewhat applies
82 Neither applies nor does not apply
83 Strongly applies
84 Somewhat applies
85 Somewhat does not apply
86 Neither applies nor does not apply
87 Somewhat applies
88 Neither applies nor does not apply
89
90
91 Neither applies nor does not apply
92 Somewhat does not apply
93 Somewhat applies
94 Strongly applies
95 Neither applies nor does not apply
96 Somewhat applies
97 Strongly applies
98 Neither applies nor does not apply
99 Strongly applies
100 Strongly applies
101 Somewhat does not apply
102 Does not apply at all
103 Somewhat applies
104 Strongly applies
105 Somewhat applies
106 Somewhat applies
107 Somewhat applies
108 Strongly applies
109 Strongly applies
110 Strongly applies
111
112 Somewhat applies
113 Somewhat applies
114 Strongly applies
115 Neither applies nor does not apply
116 Somewhat does not apply
117 Somewhat applies
118 Somewhat applies
119 Somewhat applies
120 Strongly applies
121 Somewhat applies
122 Strongly applies
123 Strongly applies
124 Somewhat applies
125 Strongly applies
126 Somewhat applies
127 Strongly applies
128 Somewhat applies
129 Strongly applies
130 Somewhat does not apply
131 Neither applies nor does not apply
132 Strongly applies
133 Somewhat applies
134 Somewhat applies
135 Neither applies nor does not apply
136 Does not apply at all
137 Neither applies nor does not apply
138 Strongly applies
139 Neither applies nor does not apply
140 Strongly applies
141 Somewhat applies
142 Somewhat applies
143 Neither applies nor does not apply
144 Somewhat applies
145 Does not apply at all
146 Somewhat applies
147 Somewhat applies
148 Somewhat applies
149 Somewhat applies
150 Neither applies nor does not apply
151 Somewhat does not apply
152 Somewhat applies
153 Somewhat applies
154
155 Somewhat applies
156 Somewhat applies
157 Somewhat applies
158 Somewhat applies
159 Somewhat applies
160 Somewhat applies
161 Strongly applies
162 Somewhat applies
163 Neither applies nor does not apply
164 Somewhat applies
165 Neither applies nor does not apply
166 Somewhat applies
167 Somewhat applies
168 Neither applies nor does not apply
169 Somewhat applies
170 Somewhat applies
171 Somewhat applies
172 Somewhat applies
173 Somewhat does not apply
174 Somewhat applies
175 Strongly applies
176 Somewhat applies
177 Somewhat does not apply
178 Neither applies nor does not apply
179 Strongly applies
180 Strongly applies
181 Somewhat applies
182 Somewhat applies
183 Neither applies nor does not apply
184 Neither applies nor does not apply
185 Strongly applies
186 Strongly applies
187 Somewhat applies
188 Somewhat applies
189 Somewhat applies
190 Somewhat applies
191 Strongly applies
192 Strongly applies
193 Neither applies nor does not apply
194 Strongly applies
195 Strongly applies
196 Somewhat does not apply
197 Neither applies nor does not apply
198 Somewhat applies
199 Somewhat applies
200 Neither applies nor does not apply
201 Somewhat does not apply
202 Strongly applies
203 Neither applies nor does not apply
204 Neither applies nor does not apply
205 Somewhat applies
206 Neither applies nor does not apply
207 Neither applies nor does not apply
208 Neither applies nor does not apply
209 Strongly applies
210
211 Somewhat does not apply
212 Neither applies nor does not apply
213 Strongly applies
214 Somewhat applies
215 Somewhat applies
216 Somewhat applies
217 Neither applies nor does not apply
218 Strongly applies
219 Somewhat applies
220 Neither applies nor does not apply
221 Somewhat applies
222 Somewhat applies
223 Somewhat applies
224 Somewhat does not apply
225 Somewhat applies
226 Somewhat does not apply
227 Somewhat applies
228 Somewhat applies
229 Neither applies nor does not apply
230 Strongly applies
231 Neither applies nor does not apply
232 Somewhat applies
233 Neither applies nor does not apply
234 Somewhat applies
235 Somewhat applies
236 Strongly applies
237 Strongly applies
238 Strongly applies
239 Strongly applies
240 Somewhat applies
241 Strongly applies
242 Somewhat applies
243 Somewhat applies
244 Somewhat does not apply
245 Somewhat does not apply
246 Somewhat applies
247 Somewhat applies
248 Strongly applies
249 Does not apply at all
250 Does not apply at all
251 Neither applies nor does not apply
252 Somewhat applies
253 Neither applies nor does not apply
254 Does not apply at all
255 Somewhat does not apply
256 Neither applies nor does not apply
257 Somewhat does not apply
258 Somewhat applies
259 Neither applies nor does not apply
260 Neither applies nor does not apply
261 Somewhat applies
262 Neither applies nor does not apply
263 Somewhat applies
264 Strongly applies
265 Neither applies nor does not apply
266 Somewhat applies
267 Somewhat applies
268 Neither applies nor does not apply
269 Neither applies nor does not apply
270 Strongly applies
271
272 Strongly applies
273 Neither applies nor does not apply
274 Neither applies nor does not apply
275 Somewhat does not apply
276
277 Strongly applies
278 Neither applies nor does not apply
279 Somewhat applies
280 Neither applies nor does not apply
281 Neither applies nor does not apply
282 Somewhat applies
283 Neither applies nor does not apply
284
285 Somewhat applies
286 Strongly applies
287 Neither applies nor does not apply
288 Somewhat applies
289
290 Somewhat applies
291 Somewhat does not apply
292 Neither applies nor does not apply
293 Somewhat applies
294 Neither applies nor does not apply
295 Somewhat applies
296 Somewhat does not apply
297 Neither applies nor does not apply
298 Somewhat applies
299 Strongly applies
300 Somewhat applies
301 Somewhat applies
302 Neither applies nor does not apply
303 Strongly applies
304 Somewhat applies
305 Strongly applies
306
307 Neither applies nor does not apply
308 Strongly applies
309 Somewhat does not apply
310 Neither applies nor does not apply
311 Somewhat applies
312 Strongly applies
313 Strongly applies
314 Neither applies nor does not apply
315 Somewhat applies
316 Does not apply at all
317 Neither applies nor does not apply
318 Somewhat applies
319 Strongly applies
320 Strongly applies
321 Somewhat applies
322 Strongly applies
323 Neither applies nor does not apply
324 Somewhat applies
325 Strongly applies
326 Somewhat applies
327 Does not apply at all
328 Strongly applies
329 Neither applies nor does not apply
330 Neither applies nor does not apply
331 Somewhat applies
332 Neither applies nor does not apply
333 Strongly applies
334
335 Strongly applies
336 Somewhat does not apply
337 Somewhat applies
338 Neither applies nor does not apply
339 Somewhat applies
340 Neither applies nor does not apply
341 Somewhat does not apply
342 Strongly applies
343 Somewhat applies
344 Somewhat applies
345 Somewhat applies
346 Neither applies nor does not apply
347 Somewhat applies
348 Somewhat does not apply
349 Neither applies nor does not apply
350 Neither applies nor does not apply
351 Strongly applies
352 Somewhat applies
353 Somewhat applies
354 Somewhat does not apply
355 Somewhat applies
356 Neither applies nor does not apply
357 Somewhat applies
358 Does not apply at all
359 Somewhat applies
360 Somewhat does not apply
361 Does not apply at all
362 Strongly applies
363 Somewhat does not apply
364 Somewhat applies
365 Strongly applies
366 Does not apply at all
367 Does not apply at all
368 Neither applies nor does not apply
369 Neither applies nor does not apply
370 Somewhat applies
371 Does not apply at all
372 Somewhat applies
373 Somewhat applies
374 Somewhat does not apply
375 Neither applies nor does not apply
376
377 Somewhat applies
378 Somewhat applies
379
380 Somewhat applies
381 Strongly applies
382 Somewhat does not apply
383 Somewhat does not apply
384 Somewhat applies
385 Somewhat applies
386 Strongly applies
387 Strongly applies
388 Does not apply at all
389 Somewhat applies
390 Somewhat does not apply
391 Somewhat applies
392 Neither applies nor does not apply
393 Somewhat does not apply
394 Strongly applies
395 Somewhat applies
396 Somewhat does not apply
397 Strongly applies
398 Somewhat applies
399 Somewhat applies
400 Somewhat applies
401 Somewhat does not apply
402 Neither applies nor does not apply
403 Somewhat does not apply
404 Strongly applies
405 Somewhat does not apply
406 Neither applies nor does not apply
407 Somewhat applies
408 Somewhat applies
409 Neither applies nor does not apply
410 Neither applies nor does not apply
411 Somewhat applies
412 Somewhat applies
413 Strongly applies
414 Strongly applies
415 Somewhat does not apply
416 Strongly applies
417 Strongly applies
418 Neither applies nor does not apply
419 Somewhat applies
420 Somewhat applies
421 Neither applies nor does not apply
422
423 Somewhat does not apply
424 Somewhat does not apply
425 Somewhat applies
426 Somewhat applies
427 Neither applies nor does not apply
428 Strongly applies
429 Neither applies nor does not apply
430 Neither applies nor does not apply
431 Neither applies nor does not apply
432 Neither applies nor does not apply
433 Neither applies nor does not apply
434 Neither applies nor does not apply
435 Strongly applies
436 Somewhat applies
437 Somewhat does not apply
438 Neither applies nor does not apply
439 Does not apply at all
440 Somewhat does not apply
441 Somewhat applies
442 Strongly applies
443 Neither applies nor does not apply
444 Somewhat applies
445 Somewhat applies
446 Strongly applies
447 Somewhat applies
448 Neither applies nor does not apply
449 Neither applies nor does not apply
450 Somewhat does not apply
451
452 Somewhat applies
453 Neither applies nor does not apply
454 Somewhat does not apply
455 Somewhat applies
456 Somewhat applies
457 Strongly applies
458 Neither applies nor does not apply
459 Neither applies nor does not apply
460 Somewhat applies
461 Somewhat applies
462 Somewhat applies
463 Somewhat applies
464 Somewhat applies
465
466 Somewhat does not apply
467 Strongly applies
468 Strongly applies
469 Does not apply at all
470 Somewhat applies
471 Somewhat does not apply
472 Somewhat applies
473 Somewhat does not apply
474 Strongly applies
475 Neither applies nor does not apply
476 Strongly applies
477 Somewhat applies
478 Strongly applies
479 Somewhat applies
480 Neither applies nor does not apply
481 Neither applies nor does not apply
482 Strongly applies
483 Somewhat applies
484 Strongly applies
485 Somewhat applies
486 Neither applies nor does not apply
487 Somewhat does not apply
488 Somewhat does not apply
489 Neither applies nor does not apply
490 Somewhat applies
491 Strongly applies
492 Somewhat applies
493 Somewhat applies
494 Somewhat applies
495 Strongly applies
496 Somewhat applies
497 Somewhat does not apply
498 Somewhat does not apply
499 Neither applies nor does not apply
500 Somewhat does not apply
501 Neither applies nor does not apply
502 Strongly applies
503 Neither applies nor does not apply
504 Strongly applies
505 Somewhat applies
506 Strongly applies
507 Neither applies nor does not apply
508 Neither applies nor does not apply
509 Neither applies nor does not apply
510 Somewhat does not apply
511 Neither applies nor does not apply
512 Somewhat applies
513 Neither applies nor does not apply
514 Strongly applies
515 Neither applies nor does not apply
516 Somewhat does not apply
517 Somewhat applies
518 Somewhat does not apply
519 Somewhat applies
520 Somewhat applies
521 Strongly applies
522 Strongly applies
523 Somewhat applies
524 Somewhat applies
525 Neither applies nor does not apply
526 Neither applies nor does not apply
527 Neither applies nor does not apply
528 Somewhat applies
529 Neither applies nor does not apply
530 Somewhat applies
531 Neither applies nor does not apply
532 Somewhat does not apply
533 Strongly applies
534 Strongly applies
535 Strongly applies
536 Somewhat applies
537 Somewhat applies
538 Neither applies nor does not apply
539 Neither applies nor does not apply
540 Somewhat applies
541 Somewhat applies
542 Strongly applies
543 Neither applies nor does not apply
544 Somewhat applies
545 Somewhat applies
546 Strongly applies
547 Neither applies nor does not apply
548 Somewhat applies
549 Somewhat applies
550 Somewhat applies
551 Neither applies nor does not apply
552 Strongly applies
553 Somewhat applies
554 Somewhat applies
555 Somewhat applies
556 Strongly applies
557 Somewhat applies
558 Strongly applies
559 Somewhat does not apply
560 Neither applies nor does not apply
561 Does not apply at all
562 Somewhat applies
563 Somewhat does not apply
564 Neither applies nor does not apply
565 Does not apply at all
566 Somewhat applies
567 Strongly applies
568 Strongly applies
569 Neither applies nor does not apply
570 Somewhat applies
571 Somewhat applies
572 Neither applies nor does not apply
573 Strongly applies
574 Somewhat applies
575 Neither applies nor does not apply
576 Strongly applies
577 Neither applies nor does not apply
578 Strongly applies
579 Strongly applies
580 Somewhat applies
581 Somewhat applies
582 Strongly applies
583 Somewhat does not apply
584 Strongly applies
585 Neither applies nor does not apply
586 Strongly applies
587 Somewhat does not apply
588 Strongly applies
589 Strongly applies
590 Somewhat applies
591 Neither applies nor does not apply
592 Somewhat applies
593 Does not apply at all
594 Somewhat applies
595 Somewhat applies
596 Strongly applies
597 Neither applies nor does not apply
598 Strongly applies
599 Neither applies nor does not apply
600 Neither applies nor does not apply
601 Somewhat applies
602 Neither applies nor does not apply
603 Somewhat applies
604 Neither applies nor does not apply
605 Neither applies nor does not apply
606 Somewhat applies
607 Somewhat applies
608 Somewhat applies
609 Somewhat applies
610 Somewhat applies
611 Neither applies nor does not apply
612 Strongly applies
613 Somewhat applies
614 Somewhat applies
615 Somewhat applies
616 Somewhat applies
617 Somewhat does not apply
618 Somewhat applies
619 Neither applies nor does not apply
620 Neither applies nor does not apply
621 Neither applies nor does not apply
622 Somewhat does not apply
623 Strongly applies
624 Somewhat applies
625 Neither applies nor does not apply
626 Does not apply at all
627 Somewhat applies
628 Strongly applies
629 Neither applies nor does not apply
630 Somewhat applies
631 Somewhat applies
632 Neither applies nor does not apply
633 Somewhat applies
634 Somewhat applies
635 Strongly applies
636 Somewhat applies
637 Somewhat applies
638 Strongly applies
639 Strongly applies
640 Strongly applies
641 Neither applies nor does not apply
642 Somewhat applies
643 Does not apply at all
644 Somewhat applies
645 Somewhat applies
646 Somewhat applies
647 Neither applies nor does not apply
648 Somewhat applies
649 Neither applies nor does not apply
650 Somewhat applies
651 Somewhat applies
652 Somewhat applies
653 Strongly applies
654 Somewhat applies
655 Strongly applies
656 Does not apply at all
657 Strongly applies
658 Neither applies nor does not apply
659 Somewhat applies
660 Somewhat does not apply
661 Strongly applies
662 Somewhat applies
663 Somewhat does not apply
664 Somewhat does not apply
665 Somewhat does not apply
666 Somewhat does not apply
667 Neither applies nor does not apply
668 Somewhat applies
669 Somewhat applies
670 Neither applies nor does not apply
671 Somewhat applies
672 Neither applies nor does not apply
673 Somewhat applies
674 Somewhat applies
675 Neither applies nor does not apply
676 Somewhat applies
677 Strongly applies
678 Somewhat applies
679 Strongly applies
680 Strongly applies
681 Somewhat applies
682 Neither applies nor does not apply
683
684 Somewhat applies
685 Strongly applies
686 Somewhat applies
687 Somewhat applies
688 Somewhat applies
689 Somewhat applies
690 Neither applies nor does not apply
691 Neither applies nor does not apply
692 Strongly applies
693 Strongly applies
694 Somewhat applies
695 Somewhat applies
696 Somewhat applies
697 Neither applies nor does not apply
698 Somewhat applies
699 Somewhat applies
700 Does not apply at all
701 Somewhat applies
702 Strongly applies
703 Strongly applies
704 Neither applies nor does not apply
705 Somewhat applies
706 Somewhat applies
707 Somewhat applies
708 Strongly applies
709 Somewhat applies
710 Somewhat applies
711
712
713 Neither applies nor does not apply
714 Neither applies nor does not apply
715 Somewhat does not apply
716 Strongly applies
717 Somewhat applies
718 Neither applies nor does not apply
719 Somewhat applies
720 Strongly applies
721 Does not apply at all
722 Somewhat does not apply
723 Somewhat applies
724 Somewhat applies
725 Somewhat applies
726 Somewhat applies
727 Somewhat applies
728 Strongly applies
729 Neither applies nor does not apply
730 Neither applies nor does not apply
731 Neither applies nor does not apply
732 Somewhat does not apply
733 Somewhat applies
734 Neither applies nor does not apply
735 Neither applies nor does not apply
736 Neither applies nor does not apply
737 Somewhat does not apply
738 Strongly applies
739 Somewhat does not apply
740 Somewhat applies
741 Neither applies nor does not apply
742 Does not apply at all
743 Neither applies nor does not apply
744 Strongly applies
745 Somewhat applies
746 Somewhat does not apply
747 Neither applies nor does not apply
748 Somewhat applies
749 Neither applies nor does not apply
750 Neither applies nor does not apply
751 Somewhat does not apply
752 Somewhat applies
753 Strongly applies
754 Neither applies nor does not apply
755 Neither applies nor does not apply
756 Somewhat applies
757 Somewhat applies
758 Strongly applies
759 Does not apply at all
760 Somewhat applies
761 Somewhat applies
762 Somewhat applies
763 Somewhat applies
764 Strongly applies
765 Somewhat applies
766 Somewhat applies
767 Neither applies nor does not apply
768 Neither applies nor does not apply
769 Somewhat applies
770 Somewhat applies
771 Strongly applies
772 Somewhat applies
773 Somewhat applies
774 Somewhat applies
775 Somewhat applies
776 Neither applies nor does not apply
777 Strongly applies
778 Neither applies nor does not apply
779 Neither applies nor does not apply
780 Somewhat applies
781 Somewhat applies
782 Neither applies nor does not apply
783 Somewhat applies
784 Strongly applies
785 Strongly applies
786 Neither applies nor does not apply
787 Neither applies nor does not apply
788 Somewhat applies
789 Does not apply at all
790 Somewhat applies
791 Strongly applies
792 Somewhat applies
793 Somewhat applies
794 Somewhat does not apply
795 Strongly applies
796 Somewhat applies
797 Does not apply at all
798 Strongly applies
799 Strongly applies
800 Strongly applies
801 Does not apply at all
802 Somewhat does not apply
803 Neither applies nor does not apply
804 Neither applies nor does not apply
805 Strongly applies
806 Neither applies nor does not apply
807 Somewhat applies
808 Somewhat does not apply
809 Somewhat applies
810 Strongly applies
811 Strongly applies
812 Strongly applies
813 Somewhat applies
814 Somewhat applies
815 Neither applies nor does not apply
816 Somewhat applies
817 Neither applies nor does not apply
818 Somewhat applies
819 Neither applies nor does not apply
820 Somewhat applies
821 Somewhat applies
822 Neither applies nor does not apply
823 Somewhat applies
824 Somewhat applies
825 Somewhat applies
826 Neither applies nor does not apply
827 Strongly applies
828 Neither applies nor does not apply
829 Neither applies nor does not apply
830 Does not apply at all
831 Somewhat applies
832 Somewhat does not apply
833 Somewhat applies
834 Somewhat applies
835 Somewhat applies
836 Somewhat applies
837 Somewhat applies
838 Does not apply at all
839 Somewhat applies
840 Neither applies nor does not apply
841 Somewhat applies
842 Somewhat applies
843 Neither applies nor does not apply
844 Neither applies nor does not apply
845 Somewhat applies
846 Somewhat applies
847 Somewhat does not apply
848 Somewhat applies
849 Strongly applies
850 Somewhat applies
851 Strongly applies
852 Neither applies nor does not apply
853 Somewhat applies
854 Neither applies nor does not apply
855 Does not apply at all
856 Somewhat applies
857 Somewhat applies
858 Somewhat applies
859 Somewhat applies
860 Neither applies nor does not apply
861 Strongly applies
862 Neither applies nor does not apply
863
864 Somewhat applies
865 Somewhat applies
866 Neither applies nor does not apply
867 Somewhat applies
868 Strongly applies
869 Neither applies nor does not apply
870 Neither applies nor does not apply
871 Somewhat applies
872 Somewhat applies
873 Somewhat applies
874 Strongly applies
875 Strongly applies
876 Somewhat applies
877 Strongly applies
878 Neither applies nor does not apply
879 Somewhat applies
880 Somewhat applies
881 Somewhat applies
882 Does not apply at all
883 Somewhat applies
884 Neither applies nor does not apply
885 Somewhat applies
886 Somewhat applies
887 Somewhat applies
888 Does not apply at all
889 Neither applies nor does not apply
890 Neither applies nor does not apply
891 Strongly applies
892 Neither applies nor does not apply
893 Strongly applies
894 Strongly applies
895 Somewhat applies
896 Strongly applies
897 Somewhat applies
898 Somewhat applies
899 Somewhat applies
900 Somewhat does not apply
901 Strongly applies
902 Somewhat applies
903 Somewhat applies
904 Somewhat applies
905 Somewhat does not apply
906 Somewhat does not apply
907 Somewhat applies
908 Neither applies nor does not apply
909 Somewhat does not apply
910 Somewhat does not apply
911 Somewhat applies
912 Somewhat applies
913 Strongly applies
914 Somewhat does not apply
915 Somewhat does not apply
916 Strongly applies
917 Somewhat does not apply
918 Neither applies nor does not apply
919 Somewhat applies
920 Neither applies nor does not apply
921 Neither applies nor does not apply
922 Strongly applies
923 Strongly applies
924 Somewhat does not apply
925 Neither applies nor does not apply
926 Neither applies nor does not apply
927 Somewhat applies
928 Somewhat applies
929 Does not apply at all
930 Somewhat applies
931 Somewhat does not apply
932 Somewhat applies
933 Strongly applies
934 Somewhat applies
935 Strongly applies
936 Neither applies nor does not apply
937 Strongly applies
938 Strongly applies
939 Strongly applies
940 Neither applies nor does not apply
941 Somewhat applies
942 Neither applies nor does not apply
943 Strongly applies
944 Strongly applies
945 Neither applies nor does not apply
946 Strongly applies
947 Somewhat applies
948 Somewhat applies
949 Somewhat applies
950 Somewhat applies
951 Somewhat does not apply
952 Somewhat applies
953 Strongly applies
954 Neither applies nor does not apply
955 Neither applies nor does not apply
956 Somewhat applies
957 Somewhat applies
958 Somewhat applies
959 Somewhat applies
960 Somewhat applies
961 Somewhat applies
962
963 Does not apply at all
964 Neither applies nor does not apply
965 Somewhat applies
966 Somewhat applies
967 Neither applies nor does not apply
968 Strongly applies
969 Somewhat applies
970 Somewhat does not apply
971 Neither applies nor does not apply
972 Somewhat applies
973 Somewhat applies
974 Somewhat applies
975 Somewhat applies
976 Neither applies nor does not apply
977 Somewhat applies
978 Strongly applies
979 Somewhat does not apply
980 Strongly applies
981 Somewhat applies
982 Strongly applies
983 Neither applies nor does not apply
984 Somewhat applies
985 Strongly applies
986 Neither applies nor does not apply
987 Neither applies nor does not apply
988 Somewhat applies
989 Somewhat applies
990 Somewhat applies
991 Neither applies nor does not apply
992 Neither applies nor does not apply
993 Somewhat applies
994 Neither applies nor does not apply
995 Somewhat applies
996 Somewhat applies
997 Neither applies nor does not apply
998 Strongly applies
999 Neither applies nor does not apply
1000 Neither applies nor does not apply
1001 Neither applies nor does not apply
1002 Somewhat applies
1003 Neither applies nor does not apply
1004 Neither applies nor does not apply
1005 Neither applies nor does not apply
1006 Somewhat does not apply
1007 Somewhat does not apply
1008 Strongly applies
1009 Somewhat applies
1010 Does not apply at all
1011
1012 Somewhat applies
1013 Somewhat applies
1014 Strongly applies
1015 Somewhat applies
1016
1017 Somewhat applies
1018 Does not apply at all
1019 Somewhat applies
1020 Somewhat applies
1021 Somewhat applies
1022 Does not apply at all
1023 Somewhat applies
1024 Somewhat applies
1025 Somewhat applies
1026 Neither applies nor does not apply
1027 Neither applies nor does not apply
1028 Somewhat applies
1029 Somewhat does not apply
1030 Somewhat does not apply
1031 Somewhat does not apply
1032 Somewhat applies
1033 Somewhat applies
1034 Neither applies nor does not apply
1035 Strongly applies
1036 Strongly applies
1037 Neither applies nor does not apply
1038 Neither applies nor does not apply
1039 Somewhat applies
1040 Somewhat applies
1041 Somewhat applies
1042 Somewhat applies
1043 Neither applies nor does not apply
1044 Neither applies nor does not apply
1045 Strongly applies
1046 Somewhat applies
1047 Neither applies nor does not apply
1048 Neither applies nor does not apply
1049 Somewhat applies
1050 Strongly applies
1051 Neither applies nor does not apply
1052 Strongly applies
1053 Neither applies nor does not apply
1054 Somewhat applies
1055 Neither applies nor does not apply
1056 Strongly applies
1057 Neither applies nor does not apply
1058 Somewhat does not apply
1059 Neither applies nor does not apply
1060 Somewhat does not apply
1061 Somewhat applies
1062 Strongly applies
1063 Neither applies nor does not apply
1064 Somewhat applies
1065 Neither applies nor does not apply
1066 Does not apply at all
1067 Somewhat applies
1068 Somewhat does not apply
1069 Strongly applies
1070 Somewhat does not apply
1071 Somewhat applies
1072 Strongly applies
1073
1074 Neither applies nor does not apply
1075 Somewhat does not apply
1076 Strongly applies
1077
1078 Strongly applies
1079 Does not apply at all
1080 Somewhat applies
1081 Somewhat applies
1082 Neither applies nor does not apply
1083 Neither applies nor does not apply
1084 Does not apply at all
1085 Somewhat applies
1086 Somewhat applies
1087 Somewhat does not apply
1088 Somewhat applies
1089 Somewhat applies
1090 Strongly applies
1091 Neither applies nor does not apply
1092 Strongly applies
1093 Neither applies nor does not apply
1094 Somewhat applies
1095
1096 Does not apply at all
1097 Somewhat applies
1098 Strongly applies
1099 Somewhat applies
1100 Somewhat applies
1101 Neither applies nor does not apply
1102 Somewhat applies
1103 Somewhat does not apply
1104 Strongly applies
1105 Strongly applies
1106 Neither applies nor does not apply
1107 Somewhat applies
1108 Somewhat applies
1109 Somewhat does not apply
1110 Somewhat does not apply
1111 Does not apply at all
1112 Neither applies nor does not apply
1113 Somewhat does not apply
1114 Somewhat applies
1115 Somewhat does not apply
1116 Somewhat applies
1117 Somewhat applies
1118 Somewhat applies
1119 Somewhat applies
1120 Neither applies nor does not apply
1121 Somewhat applies
1122 Somewhat applies
1123 Neither applies nor does not apply
1124 Somewhat applies
1125 Neither applies nor does not apply
1126 Neither applies nor does not apply
1127 Strongly applies
1128 Somewhat applies
1129 Somewhat applies
1130 Strongly applies
1131 Strongly applies
1132 Somewhat applies
1133 Somewhat applies
1134 Somewhat applies
1135 Somewhat applies
1136 Neither applies nor does not apply
1137 Strongly applies
1138 Neither applies nor does not apply
1139 Neither applies nor does not apply
1140 Somewhat applies
1141 Strongly applies
1142
1143 Neither applies nor does not apply
1144 Strongly applies
1145 Neither applies nor does not apply
1146 Somewhat applies
1147 Neither applies nor does not apply
1148 Strongly applies
1149 Strongly applies
1150 Neither applies nor does not apply
1151 Somewhat applies
1152 Somewhat applies
1153 Somewhat applies
1154 Somewhat applies
1155 Somewhat applies
1156 Strongly applies
1157 Somewhat does not apply
1158 Somewhat applies
1159 Neither applies nor does not apply
1160 Somewhat applies
1161 Somewhat applies
1162 Somewhat applies
1163 Does not apply at all
1164 Somewhat applies
1165 Somewhat applies
1166 Somewhat applies
1167 Somewhat applies
1168 Neither applies nor does not apply
1169 Somewhat does not apply
1170 Strongly applies
1171 Somewhat does not apply
1172 Somewhat applies
1173 Somewhat applies
1174 Strongly applies
1175 Strongly applies
1176 Somewhat applies
1177 Does not apply at all
1178 Somewhat applies
1179 Strongly applies
1180 Somewhat applies
1181 Somewhat applies
1182 Somewhat applies
1183 Neither applies nor does not apply
1184 Somewhat applies
1185 Neither applies nor does not apply
1186
1187 Somewhat applies
1188 Strongly applies
1189 Somewhat does not apply
1190 Somewhat does not apply
1191 Somewhat applies
1192
1193 Strongly applies
1194
1195 Somewhat applies
1196 Somewhat applies
1197 Somewhat applies
1198 Somewhat applies
1199 Somewhat does not apply
1200 Neither applies nor does not apply
1201
1202 Somewhat applies
1203 Somewhat applies
1204 Neither applies nor does not apply
1205 Somewhat applies
1206 Strongly applies
1207 Somewhat applies
1208 Somewhat applies
1209 Somewhat applies
1210 Somewhat applies
1211 Strongly applies
1212 Neither applies nor does not apply
1213 Neither applies nor does not apply
1214 Somewhat applies
1215 Somewhat applies
1216 Somewhat applies
1217 Somewhat applies
1218
1219 Somewhat applies
1220 Neither applies nor does not apply
1221 Neither applies nor does not apply
1222 Strongly applies
1223 Somewhat applies
1224 Strongly applies
1225 Neither applies nor does not apply
1226 Neither applies nor does not apply
1227 Somewhat applies
1228 Neither applies nor does not apply
1229 Somewhat does not apply
1230 Neither applies nor does not apply
1231 Somewhat applies
1232 Neither applies nor does not apply
1233 Neither applies nor does not apply
1234 Somewhat applies
1235 Neither applies nor does not apply
1236 Somewhat applies
1237 Somewhat applies
1238 Neither applies nor does not apply
1239 Somewhat does not apply
1240 Somewhat does not apply
1241 Somewhat applies
1242 Neither applies nor does not apply
1243 Somewhat applies
1244 Somewhat applies
1245 Neither applies nor does not apply
1246 Somewhat applies
1247 Somewhat applies
1248 Somewhat applies
1249 Strongly applies
anxiety_4
1
2 Strongly applies
3
4 Somewhat does not apply
5 Somewhat does not apply
6 Somewhat does not apply
7 Neither applies nor does not apply
8 Does not apply at all
9 Somewhat does not apply
10 Does not apply at all
11 Neither applies nor does not apply
12 Somewhat applies
13 Somewhat does not apply
14 Somewhat does not apply
15 Strongly applies
16 Somewhat applies
17
18 Strongly applies
19 Somewhat does not apply
20 Somewhat applies
21 Somewhat does not apply
22 Neither applies nor does not apply
23 Strongly applies
24 Somewhat does not apply
25
26 Neither applies nor does not apply
27 Somewhat does not apply
28 Somewhat applies
29 Neither applies nor does not apply
30 Strongly applies
31 Somewhat applies
32 Neither applies nor does not apply
33 Strongly applies
34 Neither applies nor does not apply
35 Strongly applies
36 Neither applies nor does not apply
37 Strongly applies
38 Strongly applies
39 Strongly applies
40
41 Strongly applies
42 Somewhat applies
43 Strongly applies
44 Neither applies nor does not apply
45 Somewhat applies
46 Strongly applies
47 Does not apply at all
48 Neither applies nor does not apply
49 Strongly applies
50 Strongly applies
51 Strongly applies
52 Strongly applies
53 Somewhat applies
54 Somewhat applies
55 Somewhat applies
56 Strongly applies
57 Strongly applies
58 Somewhat applies
59 Strongly applies
60 Strongly applies
61 Somewhat applies
62 Somewhat applies
63 Somewhat applies
64 Strongly applies
65 Strongly applies
66 Somewhat applies
67 Neither applies nor does not apply
68 Does not apply at all
69 Neither applies nor does not apply
70 Somewhat applies
71 Somewhat applies
72 Strongly applies
73 Strongly applies
74 Somewhat does not apply
75 Somewhat applies
76 Strongly applies
77 Strongly applies
78 Strongly applies
79
80 Strongly applies
81 Somewhat applies
82 Somewhat applies
83 Strongly applies
84 Somewhat applies
85 Somewhat does not apply
86 Somewhat applies
87 Somewhat applies
88 Neither applies nor does not apply
89
90
91 Somewhat applies
92 Neither applies nor does not apply
93 Somewhat applies
94 Strongly applies
95 Somewhat applies
96 Strongly applies
97 Somewhat applies
98 Neither applies nor does not apply
99 Strongly applies
100 Strongly applies
101 Strongly applies
102 Somewhat applies
103 Strongly applies
104 Strongly applies
105 Strongly applies
106 Strongly applies
107 Somewhat applies
108 Strongly applies
109 Strongly applies
110 Strongly applies
111
112 Somewhat applies
113 Strongly applies
114 Strongly applies
115 Neither applies nor does not apply
116 Neither applies nor does not apply
117 Strongly applies
118 Somewhat applies
119 Strongly applies
120 Strongly applies
121 Somewhat applies
122 Strongly applies
123 Strongly applies
124 Strongly applies
125 Strongly applies
126 Somewhat applies
127 Strongly applies
128 Strongly applies
129 Strongly applies
130 Somewhat does not apply
131 Somewhat applies
132 Strongly applies
133 Strongly applies
134 Somewhat applies
135 Strongly applies
136 Neither applies nor does not apply
137 Neither applies nor does not apply
138 Strongly applies
139 Somewhat applies
140 Strongly applies
141 Strongly applies
142 Strongly applies
143 Somewhat applies
144 Strongly applies
145 Strongly applies
146 Somewhat applies
147 Somewhat applies
148 Somewhat applies
149 Somewhat applies
150 Somewhat applies
151 Somewhat does not apply
152 Strongly applies
153 Somewhat applies
154
155 Strongly applies
156 Strongly applies
157 Strongly applies
158 Strongly applies
159 Strongly applies
160 Strongly applies
161 Strongly applies
162 Neither applies nor does not apply
163 Somewhat applies
164 Somewhat applies
165 Strongly applies
166 Strongly applies
167 Somewhat applies
168 Strongly applies
169 Somewhat applies
170 Somewhat applies
171 Strongly applies
172 Strongly applies
173 Neither applies nor does not apply
174 Strongly applies
175 Strongly applies
176 Somewhat applies
177 Somewhat applies
178 Strongly applies
179 Somewhat applies
180 Strongly applies
181 Strongly applies
182 Somewhat applies
183 Does not apply at all
184 Somewhat applies
185 Strongly applies
186 Strongly applies
187 Strongly applies
188 Strongly applies
189 Somewhat applies
190 Strongly applies
191 Strongly applies
192 Strongly applies
193 Neither applies nor does not apply
194 Strongly applies
195 Strongly applies
196 Somewhat applies
197 Neither applies nor does not apply
198 Strongly applies
199 Strongly applies
200 Somewhat applies
201 Neither applies nor does not apply
202 Strongly applies
203 Strongly applies
204 Neither applies nor does not apply
205 Strongly applies
206 Somewhat applies
207 Neither applies nor does not apply
208 Strongly applies
209 Somewhat applies
210
211 Strongly applies
212 Somewhat applies
213 Strongly applies
214 Somewhat applies
215 Somewhat applies
216 Somewhat applies
217 Somewhat applies
218 Strongly applies
219 Strongly applies
220 Strongly applies
221 Somewhat applies
222 Somewhat applies
223 Somewhat applies
224 Somewhat applies
225 Strongly applies
226 Somewhat applies
227 Strongly applies
228 Strongly applies
229 Somewhat applies
230 Strongly applies
231 Neither applies nor does not apply
232 Somewhat applies
233 Neither applies nor does not apply
234 Strongly applies
235 Somewhat applies
236 Strongly applies
237 Strongly applies
238 Strongly applies
239 Strongly applies
240 Somewhat applies
241 Strongly applies
242 Somewhat applies
243 Somewhat applies
244 Somewhat does not apply
245 Somewhat applies
246 Strongly applies
247 Strongly applies
248 Strongly applies
249 Does not apply at all
250 Somewhat applies
251 Neither applies nor does not apply
252 Somewhat applies
253 Somewhat applies
254 Neither applies nor does not apply
255 Somewhat applies
256 Somewhat applies
257 Somewhat does not apply
258 Strongly applies
259 Somewhat applies
260 Neither applies nor does not apply
261 Strongly applies
262 Neither applies nor does not apply
263 Somewhat applies
264 Strongly applies
265 Somewhat applies
266 Somewhat applies
267 Strongly applies
268 Neither applies nor does not apply
269 Neither applies nor does not apply
270 Strongly applies
271
272 Strongly applies
273 Somewhat applies
274 Neither applies nor does not apply
275 Strongly applies
276
277 Strongly applies
278 Somewhat applies
279 Somewhat applies
280 Neither applies nor does not apply
281 Somewhat applies
282 Strongly applies
283 Somewhat applies
284
285 Somewhat applies
286 Strongly applies
287 Neither applies nor does not apply
288 Strongly applies
289
290 Strongly applies
291 Strongly applies
292 Neither applies nor does not apply
293 Somewhat applies
294 Somewhat applies
295 Strongly applies
296 Somewhat applies
297 Somewhat applies
298 Somewhat applies
299 Somewhat does not apply
300 Strongly applies
301 Strongly applies
302 Somewhat applies
303 Strongly applies
304 Strongly applies
305 Strongly applies
306
307 Strongly applies
308 Strongly applies
309 Somewhat does not apply
310 Strongly applies
311 Somewhat applies
312 Strongly applies
313 Strongly applies
314 Somewhat applies
315 Somewhat applies
316 Does not apply at all
317 Somewhat applies
318 Somewhat applies
319 Strongly applies
320 Strongly applies
321 Somewhat applies
322 Strongly applies
323 Somewhat applies
324 Strongly applies
325 Strongly applies
326 Somewhat applies
327 Somewhat does not apply
328 Strongly applies
329 Strongly applies
330 Neither applies nor does not apply
331 Somewhat applies
332 Neither applies nor does not apply
333 Strongly applies
334
335 Strongly applies
336 Neither applies nor does not apply
337 Strongly applies
338 Somewhat applies
339 Strongly applies
340 Somewhat applies
341 Does not apply at all
342 Strongly applies
343 Somewhat applies
344 Strongly applies
345 Somewhat applies
346 Neither applies nor does not apply
347 Somewhat applies
348 Strongly applies
349 Somewhat applies
350 Neither applies nor does not apply
351 Strongly applies
352 Strongly applies
353 Somewhat applies
354 Somewhat applies
355 Somewhat applies
356 Strongly applies
357 Strongly applies
358 Strongly applies
359 Somewhat applies
360 Somewhat applies
361 Does not apply at all
362 Strongly applies
363 Neither applies nor does not apply
364 Strongly applies
365 Strongly applies
366 Does not apply at all
367 Somewhat does not apply
368 Strongly applies
369 Somewhat applies
370 Somewhat applies
371 Strongly applies
372 Strongly applies
373 Somewhat applies
374 Somewhat applies
375 Strongly applies
376
377 Neither applies nor does not apply
378 Strongly applies
379
380 Strongly applies
381 Strongly applies
382 Somewhat applies
383 Somewhat applies
384 Somewhat applies
385 Neither applies nor does not apply
386 Strongly applies
387 Strongly applies
388 Does not apply at all
389 Somewhat applies
390 Somewhat applies
391 Strongly applies
392 Somewhat applies
393 Neither applies nor does not apply
394 Strongly applies
395 Somewhat applies
396 Neither applies nor does not apply
397 Strongly applies
398 Somewhat applies
399 Strongly applies
400 Strongly applies
401 Somewhat applies
402 Somewhat applies
403 Somewhat does not apply
404 Strongly applies
405 Strongly applies
406 Somewhat applies
407 Strongly applies
408 Somewhat applies
409 Somewhat applies
410 Somewhat applies
411 Strongly applies
412 Strongly applies
413 Strongly applies
414 Strongly applies
415 Strongly applies
416 Somewhat applies
417 Strongly applies
418 Somewhat applies
419 Strongly applies
420 Strongly applies
421 Somewhat applies
422
423 Somewhat does not apply
424 Somewhat does not apply
425 Somewhat applies
426 Strongly applies
427 Somewhat applies
428 Strongly applies
429 Somewhat applies
430 Somewhat applies
431 Strongly applies
432 Somewhat applies
433 Does not apply at all
434 Strongly applies
435 Strongly applies
436 Somewhat applies
437 Somewhat applies
438 Somewhat applies
439 Strongly applies
440 Somewhat does not apply
441 Strongly applies
442 Neither applies nor does not apply
443 Neither applies nor does not apply
444 Somewhat applies
445 Strongly applies
446 Strongly applies
447 Strongly applies
448 Neither applies nor does not apply
449 Neither applies nor does not apply
450 Neither applies nor does not apply
451
452 Somewhat applies
453 Neither applies nor does not apply
454 Neither applies nor does not apply
455 Strongly applies
456 Somewhat applies
457 Strongly applies
458 Somewhat applies
459 Somewhat applies
460 Somewhat applies
461 Somewhat applies
462 Strongly applies
463 Strongly applies
464 Neither applies nor does not apply
465
466 Somewhat does not apply
467 Strongly applies
468 Strongly applies
469 Does not apply at all
470 Strongly applies
471 Somewhat applies
472 Strongly applies
473 Somewhat applies
474 Strongly applies
475 Neither applies nor does not apply
476 Strongly applies
477 Strongly applies
478 Strongly applies
479 Somewhat applies
480 Somewhat applies
481 Strongly applies
482 Strongly applies
483 Strongly applies
484 Strongly applies
485 Somewhat applies
486 Strongly applies
487 Neither applies nor does not apply
488 Neither applies nor does not apply
489 Strongly applies
490 Somewhat applies
491 Strongly applies
492 Strongly applies
493 Strongly applies
494 Somewhat applies
495 Strongly applies
496 Strongly applies
497 Neither applies nor does not apply
498 Strongly applies
499 Strongly applies
500 Strongly applies
501 Somewhat applies
502 Does not apply at all
503 Strongly applies
504 Strongly applies
505 Somewhat applies
506 Somewhat applies
507 Somewhat applies
508 Somewhat applies
509 Strongly applies
510 Strongly applies
511 Strongly applies
512 Strongly applies
513 Somewhat applies
514 Strongly applies
515 Neither applies nor does not apply
516 Neither applies nor does not apply
517 Strongly applies
518 Strongly applies
519 Strongly applies
520 Strongly applies
521 Strongly applies
522 Somewhat applies
523 Somewhat applies
524 Strongly applies
525 Somewhat applies
526 Strongly applies
527 Somewhat applies
528 Strongly applies
529 Neither applies nor does not apply
530 Strongly applies
531 Neither applies nor does not apply
532 Somewhat applies
533 Strongly applies
534 Strongly applies
535 Neither applies nor does not apply
536 Strongly applies
537 Strongly applies
538 Strongly applies
539 Neither applies nor does not apply
540 Somewhat applies
541 Somewhat applies
542 Strongly applies
543 Strongly applies
544 Somewhat applies
545 Somewhat applies
546 Somewhat does not apply
547 Neither applies nor does not apply
548 Somewhat applies
549 Somewhat applies
550 Strongly applies
551 Neither applies nor does not apply
552 Strongly applies
553 Somewhat applies
554 Strongly applies
555 Strongly applies
556 Strongly applies
557 Strongly applies
558 Strongly applies
559 Somewhat applies
560 Somewhat applies
561 Does not apply at all
562 Strongly applies
563 Strongly applies
564 Neither applies nor does not apply
565 Somewhat does not apply
566 Strongly applies
567 Somewhat applies
568 Somewhat applies
569 Somewhat applies
570 Somewhat applies
571 Somewhat applies
572 Strongly applies
573 Strongly applies
574 Strongly applies
575 Neither applies nor does not apply
576 Strongly applies
577 Somewhat applies
578 Strongly applies
579 Strongly applies
580 Strongly applies
581 Somewhat applies
582 Strongly applies
583 Somewhat applies
584 Strongly applies
585 Neither applies nor does not apply
586 Strongly applies
587 Somewhat applies
588 Strongly applies
589 Strongly applies
590 Somewhat applies
591 Neither applies nor does not apply
592 Strongly applies
593 Does not apply at all
594 Somewhat applies
595 Strongly applies
596 Strongly applies
597 Somewhat applies
598 Strongly applies
599 Somewhat applies
600 Somewhat applies
601 Strongly applies
602 Somewhat applies
603 Strongly applies
604 Neither applies nor does not apply
605 Somewhat does not apply
606 Strongly applies
607 Somewhat applies
608 Strongly applies
609 Somewhat applies
610 Somewhat applies
611 Strongly applies
612 Strongly applies
613 Somewhat applies
614 Somewhat applies
615 Somewhat applies
616 Somewhat applies
617 Somewhat applies
618 Strongly applies
619 Neither applies nor does not apply
620 Neither applies nor does not apply
621 Strongly applies
622 Does not apply at all
623 Strongly applies
624 Somewhat applies
625 Somewhat applies
626 Does not apply at all
627 Strongly applies
628 Strongly applies
629 Somewhat applies
630 Strongly applies
631 Somewhat applies
632 Somewhat applies
633 Strongly applies
634 Somewhat applies
635 Strongly applies
636 Somewhat applies
637 Somewhat applies
638 Strongly applies
639 Strongly applies
640 Strongly applies
641 Somewhat applies
642 Somewhat applies
643 Somewhat applies
644 Somewhat applies
645 Somewhat applies
646 Strongly applies
647 Somewhat applies
648 Strongly applies
649 Strongly applies
650 Somewhat applies
651 Somewhat applies
652 Somewhat applies
653 Strongly applies
654 Strongly applies
655 Strongly applies
656 Strongly applies
657 Neither applies nor does not apply
658 Somewhat applies
659 Strongly applies
660 Neither applies nor does not apply
661 Strongly applies
662 Strongly applies
663 Neither applies nor does not apply
664 Somewhat applies
665 Somewhat applies
666 Neither applies nor does not apply
667 Somewhat applies
668 Strongly applies
669 Somewhat applies
670 Somewhat applies
671 Somewhat applies
672 Somewhat applies
673 Strongly applies
674 Somewhat applies
675 Somewhat applies
676 Somewhat applies
677 Strongly applies
678 Strongly applies
679 Strongly applies
680 Strongly applies
681 Strongly applies
682 Somewhat applies
683
684 Strongly applies
685 Strongly applies
686 Strongly applies
687 Strongly applies
688 Somewhat applies
689 Somewhat applies
690 Somewhat applies
691 Somewhat applies
692 Strongly applies
693 Strongly applies
694 Somewhat applies
695 Somewhat applies
696 Somewhat applies
697 Strongly applies
698 Strongly applies
699 Somewhat applies
700 Somewhat does not apply
701 Somewhat applies
702 Strongly applies
703 Strongly applies
704 Neither applies nor does not apply
705 Strongly applies
706 Strongly applies
707 Somewhat applies
708 Strongly applies
709 Somewhat applies
710 Somewhat applies
711
712
713 Strongly applies
714 Somewhat applies
715 Somewhat applies
716 Somewhat applies
717 Strongly applies
718 Somewhat applies
719 Strongly applies
720 Strongly applies
721 Does not apply at all
722 Somewhat applies
723 Somewhat applies
724 Somewhat applies
725 Strongly applies
726 Strongly applies
727 Strongly applies
728 Strongly applies
729 Somewhat applies
730 Strongly applies
731 Strongly applies
732 Somewhat applies
733 Strongly applies
734 Somewhat applies
735 Somewhat applies
736 Neither applies nor does not apply
737 Neither applies nor does not apply
738 Somewhat applies
739 Neither applies nor does not apply
740 Strongly applies
741 Strongly applies
742 Somewhat does not apply
743 Strongly applies
744 Strongly applies
745 Somewhat applies
746 Somewhat applies
747 Somewhat does not apply
748 Somewhat applies
749 Somewhat applies
750 Somewhat applies
751 Somewhat does not apply
752 Somewhat applies
753 Strongly applies
754 Somewhat does not apply
755 Neither applies nor does not apply
756 Strongly applies
757 Somewhat applies
758 Strongly applies
759 Neither applies nor does not apply
760 Somewhat applies
761 Strongly applies
762 Somewhat applies
763 Somewhat applies
764 Strongly applies
765 Strongly applies
766 Somewhat applies
767 Neither applies nor does not apply
768 Neither applies nor does not apply
769 Strongly applies
770 Somewhat applies
771 Strongly applies
772 Somewhat does not apply
773 Somewhat applies
774 Somewhat applies
775 Somewhat applies
776 Neither applies nor does not apply
777 Strongly applies
778 Somewhat applies
779 Strongly applies
780 Somewhat applies
781 Somewhat applies
782 Does not apply at all
783 Somewhat applies
784 Strongly applies
785 Strongly applies
786 Neither applies nor does not apply
787 Somewhat applies
788 Strongly applies
789 Does not apply at all
790 Strongly applies
791 Strongly applies
792 Strongly applies
793 Somewhat applies
794 Strongly applies
795 Strongly applies
796 Strongly applies
797 Somewhat applies
798 Strongly applies
799 Strongly applies
800 Strongly applies
801 Neither applies nor does not apply
802 Strongly applies
803 Somewhat applies
804 Somewhat applies
805 Strongly applies
806 Somewhat applies
807 Strongly applies
808 Somewhat applies
809 Somewhat applies
810 Strongly applies
811 Strongly applies
812 Strongly applies
813 Somewhat applies
814 Somewhat applies
815 Strongly applies
816 Somewhat applies
817 Neither applies nor does not apply
818 Strongly applies
819 Somewhat applies
820 Strongly applies
821 Somewhat applies
822 Somewhat applies
823 Somewhat applies
824 Somewhat applies
825 Strongly applies
826 Strongly applies
827 Strongly applies
828 Neither applies nor does not apply
829 Strongly applies
830 Strongly applies
831 Somewhat applies
832 Somewhat applies
833 Somewhat applies
834 Somewhat applies
835 Somewhat applies
836 Strongly applies
837 Strongly applies
838 Somewhat applies
839 Neither applies nor does not apply
840 Somewhat applies
841 Somewhat applies
842 Strongly applies
843 Neither applies nor does not apply
844 Neither applies nor does not apply
845 Somewhat does not apply
846 Strongly applies
847 Strongly applies
848 Neither applies nor does not apply
849 Strongly applies
850 Somewhat applies
851 Strongly applies
852 Somewhat applies
853 Somewhat applies
854 Neither applies nor does not apply
855 Somewhat applies
856 Somewhat applies
857 Strongly applies
858 Strongly applies
859 Somewhat applies
860 Neither applies nor does not apply
861 Strongly applies
862 Strongly applies
863
864 Strongly applies
865 Strongly applies
866 Strongly applies
867 Somewhat applies
868 Strongly applies
869 Somewhat applies
870 Somewhat applies
871 Strongly applies
872 Somewhat applies
873 Somewhat applies
874 Strongly applies
875 Strongly applies
876 Somewhat applies
877 Strongly applies
878 Somewhat applies
879 Somewhat applies
880 Somewhat applies
881 Somewhat applies
882 Does not apply at all
883 Strongly applies
884 Somewhat applies
885 Strongly applies
886 Somewhat applies
887 Strongly applies
888 Does not apply at all
889 Somewhat applies
890 Strongly applies
891 Strongly applies
892 Neither applies nor does not apply
893 Strongly applies
894 Somewhat applies
895 Strongly applies
896 Strongly applies
897 Somewhat applies
898 Strongly applies
899 Strongly applies
900 Neither applies nor does not apply
901 Strongly applies
902 Strongly applies
903 Strongly applies
904 Somewhat applies
905 Somewhat applies
906 Somewhat applies
907 Somewhat applies
908 Strongly applies
909 Somewhat applies
910 Neither applies nor does not apply
911 Somewhat applies
912 Somewhat applies
913 Strongly applies
914 Strongly applies
915 Somewhat applies
916 Strongly applies
917 Somewhat applies
918 Somewhat applies
919 Strongly applies
920 Somewhat applies
921 Strongly applies
922 Strongly applies
923 Strongly applies
924 Somewhat does not apply
925 Neither applies nor does not apply
926 Neither applies nor does not apply
927 Strongly applies
928 Strongly applies
929 Somewhat applies
930 Strongly applies
931 Neither applies nor does not apply
932 Somewhat applies
933 Strongly applies
934 Strongly applies
935 Strongly applies
936 Neither applies nor does not apply
937 Strongly applies
938 Strongly applies
939 Strongly applies
940 Neither applies nor does not apply
941 Somewhat applies
942 Strongly applies
943 Strongly applies
944 Strongly applies
945 Neither applies nor does not apply
946 Strongly applies
947 Somewhat applies
948 Somewhat applies
949 Strongly applies
950 Somewhat applies
951 Strongly applies
952 Strongly applies
953 Somewhat applies
954 Somewhat applies
955 Somewhat applies
956 Neither applies nor does not apply
957 Somewhat applies
958 Strongly applies
959 Somewhat applies
960 Strongly applies
961 Neither applies nor does not apply
962
963 Does not apply at all
964 Neither applies nor does not apply
965 Strongly applies
966 Strongly applies
967 Strongly applies
968 Strongly applies
969 Strongly applies
970 Somewhat applies
971 Neither applies nor does not apply
972 Somewhat applies
973 Somewhat applies
974 Somewhat applies
975 Somewhat applies
976 Somewhat applies
977 Neither applies nor does not apply
978 Strongly applies
979 Neither applies nor does not apply
980 Strongly applies
981 Somewhat applies
982 Strongly applies
983 Strongly applies
984 Neither applies nor does not apply
985 Strongly applies
986 Somewhat applies
987 Somewhat applies
988 Somewhat applies
989 Somewhat applies
990 Strongly applies
991 Somewhat does not apply
992 Somewhat applies
993 Somewhat applies
994 Somewhat applies
995 Strongly applies
996 Strongly applies
997 Strongly applies
998 Strongly applies
999 Somewhat applies
1000 Somewhat applies
1001 Neither applies nor does not apply
1002 Strongly applies
1003 Somewhat applies
1004 Neither applies nor does not apply
1005 Somewhat does not apply
1006 Somewhat does not apply
1007 Somewhat does not apply
1008 Strongly applies
1009 Somewhat applies
1010 Somewhat applies
1011
1012 Somewhat applies
1013 Somewhat applies
1014 Strongly applies
1015 Strongly applies
1016
1017 Strongly applies
1018 Neither applies nor does not apply
1019 Somewhat applies
1020 Strongly applies
1021 Strongly applies
1022 Does not apply at all
1023 Somewhat applies
1024 Strongly applies
1025 Somewhat applies
1026 Strongly applies
1027 Somewhat applies
1028 Somewhat applies
1029 Somewhat applies
1030 Somewhat applies
1031 Strongly applies
1032 Strongly applies
1033 Somewhat applies
1034 Strongly applies
1035 Strongly applies
1036 Strongly applies
1037 Neither applies nor does not apply
1038 Somewhat applies
1039 Somewhat applies
1040 Strongly applies
1041 Somewhat applies
1042 Strongly applies
1043 Strongly applies
1044 Somewhat applies
1045 Strongly applies
1046 Strongly applies
1047 Somewhat applies
1048 Strongly applies
1049 Somewhat applies
1050 Strongly applies
1051 Neither applies nor does not apply
1052 Strongly applies
1053 Somewhat applies
1054 Somewhat applies
1055 Somewhat applies
1056 Somewhat applies
1057 Neither applies nor does not apply
1058 Somewhat applies
1059 Strongly applies
1060 Somewhat does not apply
1061 Strongly applies
1062 Strongly applies
1063 Somewhat applies
1064 Strongly applies
1065 Strongly applies
1066 Neither applies nor does not apply
1067 Somewhat applies
1068 Neither applies nor does not apply
1069 Strongly applies
1070 Somewhat does not apply
1071 Strongly applies
1072 Strongly applies
1073
1074 Somewhat applies
1075 Neither applies nor does not apply
1076 Strongly applies
1077
1078 Strongly applies
1079 Strongly applies
1080 Somewhat applies
1081 Neither applies nor does not apply
1082 Strongly applies
1083 Neither applies nor does not apply
1084 Strongly applies
1085 Strongly applies
1086 Somewhat applies
1087 Somewhat does not apply
1088 Strongly applies
1089 Somewhat applies
1090 Somewhat applies
1091 Neither applies nor does not apply
1092 Somewhat applies
1093 Neither applies nor does not apply
1094 Somewhat applies
1095
1096 Somewhat applies
1097 Strongly applies
1098 Strongly applies
1099 Somewhat applies
1100 Somewhat applies
1101 Strongly applies
1102 Somewhat applies
1103 Neither applies nor does not apply
1104 Strongly applies
1105 Strongly applies
1106 Somewhat applies
1107 Strongly applies
1108 Neither applies nor does not apply
1109 Somewhat applies
1110 Neither applies nor does not apply
1111 Somewhat does not apply
1112 Neither applies nor does not apply
1113 Somewhat applies
1114 Somewhat applies
1115 Somewhat does not apply
1116 Somewhat applies
1117 Somewhat applies
1118 Strongly applies
1119 Somewhat applies
1120 Somewhat applies
1121 Strongly applies
1122 Somewhat applies
1123 Somewhat applies
1124 Somewhat applies
1125 Neither applies nor does not apply
1126 Somewhat applies
1127 Strongly applies
1128 Somewhat applies
1129 Strongly applies
1130 Strongly applies
1131 Strongly applies
1132 Strongly applies
1133 Strongly applies
1134 Somewhat applies
1135 Somewhat applies
1136 Somewhat applies
1137 Strongly applies
1138 Somewhat applies
1139 Strongly applies
1140 Somewhat applies
1141 Strongly applies
1142
1143 Somewhat does not apply
1144 Strongly applies
1145 Somewhat applies
1146 Somewhat applies
1147 Strongly applies
1148 Neither applies nor does not apply
1149 Strongly applies
1150 Somewhat applies
1151 Somewhat applies
1152 Strongly applies
1153 Somewhat applies
1154 Strongly applies
1155 Strongly applies
1156 Strongly applies
1157 Somewhat applies
1158 Strongly applies
1159 Strongly applies
1160 Strongly applies
1161 Neither applies nor does not apply
1162 Strongly applies
1163 Somewhat applies
1164 Strongly applies
1165 Strongly applies
1166 Somewhat applies
1167 Somewhat applies
1168 Neither applies nor does not apply
1169 Somewhat applies
1170 Strongly applies
1171 Somewhat applies
1172 Somewhat applies
1173 Somewhat applies
1174 Strongly applies
1175 Strongly applies
1176 Strongly applies
1177 Somewhat applies
1178 Strongly applies
1179 Strongly applies
1180 Strongly applies
1181 Somewhat applies
1182 Somewhat applies
1183 Somewhat applies
1184 Strongly applies
1185 Somewhat applies
1186
1187 Neither applies nor does not apply
1188 Strongly applies
1189 Does not apply at all
1190 Somewhat applies
1191 Strongly applies
1192
1193 Strongly applies
1194
1195 Somewhat applies
1196 Strongly applies
1197 Somewhat applies
1198 Somewhat applies
1199 Neither applies nor does not apply
1200 Neither applies nor does not apply
1201
1202 Strongly applies
1203 Strongly applies
1204 Strongly applies
1205 Neither applies nor does not apply
1206 Strongly applies
1207 Strongly applies
1208 Strongly applies
1209 Strongly applies
1210 Somewhat applies
1211 Strongly applies
1212 Somewhat applies
1213 Neither applies nor does not apply
1214 Does not apply at all
1215 Somewhat applies
1216 Somewhat applies
1217 Somewhat applies
1218
1219 Somewhat applies
1220 Somewhat applies
1221 Strongly applies
1222 Strongly applies
1223 Somewhat applies
1224 Strongly applies
1225 Strongly applies
1226 Somewhat applies
1227 Somewhat applies
1228 Neither applies nor does not apply
1229 Strongly applies
1230 Somewhat does not apply
1231 Neither applies nor does not apply
1232 Somewhat applies
1233 Neither applies nor does not apply
1234 Somewhat applies
1235 Somewhat applies
1236 Strongly applies
1237 Strongly applies
1238 Strongly applies
1239 Somewhat applies
1240 Neither applies nor does not apply
1241 Somewhat applies
1242 Strongly applies
1243 Strongly applies
1244 Somewhat applies
1245 Neither applies nor does not apply
1246 Somewhat applies
1247 Somewhat applies
1248 Somewhat applies
1249 Strongly applies
anxiety_5 Q24
1
2
3
4 Somewhat does not apply Yes
5 Somewhat does not apply Yes
6 Somewhat does not apply Yes
7 Somewhat does not apply Yes
8 Does not apply at all No
9 Somewhat does not apply Yes
10 Does not apply at all Yes
11 Somewhat does not apply Yes
12 Somewhat applies Yes
13 Somewhat does not apply No
14 Somewhat does not apply Yes
15 Strongly applies Yes
16 Somewhat applies Yes
17
18 Strongly applies Yes
19 Somewhat does not apply No
20 Somewhat applies Yes
21 Somewhat applies Yes
22 Somewhat applies No
23 Somewhat does not apply Yes
24 Somewhat does not apply No
25
26 Somewhat does not apply Yes
27 Somewhat does not apply Yes
28 Somewhat applies Yes
29 Neither applies nor does not apply Yes
30 Strongly applies No
31 Somewhat does not apply Yes
32 Somewhat applies No
33 Strongly applies No
34 Somewhat applies Yes
35 Somewhat applies Yes
36 Neither applies nor does not apply Yes
37 Neither applies nor does not apply No
38 Strongly applies Yes
39 Strongly applies No
40
41 Does not apply at all Yes
42 Somewhat applies Yes
43 Does not apply at all Yes
44 Does not apply at all Yes
45 Somewhat applies No
46 Does not apply at all No
47 Strongly applies Yes
48 Somewhat does not apply Yes
49 Strongly applies Yes
50 Strongly applies No
51 Somewhat applies No
52 Does not apply at all No
53 Somewhat applies Yes
54 Neither applies nor does not apply No
55 Strongly applies Yes
56 Somewhat applies Yes
57 Strongly applies Yes
58 Strongly applies No
59 Strongly applies Yes
60 Does not apply at all Yes
61 Somewhat applies No
62 Somewhat applies Yes
63 Strongly applies No
64 Somewhat does not apply No
65 Strongly applies No
66 Somewhat applies Yes
67 Neither applies nor does not apply Yes
68 Somewhat does not apply Yes
69 Somewhat applies No
70 Somewhat applies Yes
71 Somewhat applies No
72 Somewhat applies No
73 Somewhat does not apply No
74 Somewhat does not apply Yes
75 Somewhat does not apply Yes
76 Does not apply at all Yes
77 Neither applies nor does not apply Yes
78 Somewhat does not apply Yes
79
80 Strongly applies Yes
81 Somewhat applies Yes
82 Somewhat applies No
83 Strongly applies No
84 Somewhat applies No
85 Neither applies nor does not apply No
86 Neither applies nor does not apply Yes
87 Neither applies nor does not apply Yes
88 Does not apply at all Yes
89
90
91 Somewhat applies Yes
92 Neither applies nor does not apply Yes
93 Neither applies nor does not apply Yes
94 Somewhat applies Yes
95 Somewhat applies No
96 Neither applies nor does not apply Yes
97 Does not apply at all No
98 Neither applies nor does not apply Yes
99 Strongly applies No
100 Strongly applies No
101 Neither applies nor does not apply Yes
102 Somewhat applies No
103 Somewhat applies Yes
104 Somewhat does not apply Yes
105 Strongly applies No
106 Somewhat applies Yes
107 Somewhat applies No
108 Strongly applies No
109 Neither applies nor does not apply Yes
110 Strongly applies No
111
112 Somewhat does not apply No
113 Neither applies nor does not apply Yes
114 Neither applies nor does not apply Yes
115 Neither applies nor does not apply Yes
116 Somewhat does not apply Yes
117 Somewhat applies No
118 Somewhat applies Yes
119 Neither applies nor does not apply No
120 Strongly applies Yes
121 Somewhat applies No
122 Somewhat applies No
123 Strongly applies Yes
124 Neither applies nor does not apply Yes
125 Strongly applies Yes
126 Somewhat applies Yes
127 Strongly applies No
128 Somewhat applies Yes
129 Strongly applies Yes
130 Somewhat does not apply No
131 Somewhat applies Yes
132 Somewhat applies No
133 Somewhat applies Yes
134 Somewhat does not apply No
135 Strongly applies No
136 Does not apply at all No
137 Neither applies nor does not apply Yes
138 Neither applies nor does not apply Yes
139 Somewhat applies Yes
140 Neither applies nor does not apply Yes
141 Neither applies nor does not apply Yes
142 Does not apply at all No
143 Somewhat does not apply Yes
144 Somewhat applies No
145 Somewhat does not apply No
146 Somewhat applies No
147 Strongly applies No
148 Strongly applies Yes
149 Somewhat applies No
150 Neither applies nor does not apply Yes
151 Neither applies nor does not apply Yes
152 Somewhat does not apply Yes
153 Somewhat applies Yes
154
155 Neither applies nor does not apply Yes
156 Neither applies nor does not apply Yes
157 Somewhat applies No
158 Strongly applies No
159 Somewhat applies Yes
160 Does not apply at all Yes
161 Strongly applies Yes
162 Neither applies nor does not apply Yes
163 Neither applies nor does not apply Yes
164 Somewhat applies No
165 Somewhat does not apply No
166 Neither applies nor does not apply No
167 Somewhat does not apply No
168 Somewhat does not apply Yes
169 Neither applies nor does not apply Yes
170 Somewhat does not apply Yes
171 Somewhat does not apply No
172 Strongly applies Yes
173 Neither applies nor does not apply No
174 Somewhat applies No
175 Somewhat applies Yes
176 Somewhat does not apply Yes
177 Somewhat does not apply No
178 Somewhat does not apply No
179 Neither applies nor does not apply Yes
180 Somewhat does not apply Yes
181 Somewhat applies No
182 Somewhat does not apply Yes
183 Neither applies nor does not apply Yes
184 Somewhat applies Yes
185 Neither applies nor does not apply Yes
186 Strongly applies Yes
187 Somewhat applies No
188 Somewhat applies Yes
189 Somewhat applies Yes
190 Strongly applies No
191 Strongly applies No
192 Neither applies nor does not apply No
193 Somewhat does not apply Yes
194 Somewhat does not apply No
195 Neither applies nor does not apply Yes
196 Does not apply at all Yes
197 Neither applies nor does not apply Yes
198 Neither applies nor does not apply Yes
199 Somewhat applies No
200 Neither applies nor does not apply Yes
201 Neither applies nor does not apply Yes
202 Strongly applies Yes
203 Strongly applies Yes
204 Neither applies nor does not apply No
205 Somewhat does not apply No
206 Somewhat applies Yes
207 Neither applies nor does not apply Yes
208 Somewhat applies Yes
209 Somewhat applies No
210
211 Somewhat applies Yes
212 Somewhat applies Yes
213 Strongly applies Yes
214 Strongly applies No
215 Strongly applies Yes
216 Somewhat applies No
217 Somewhat applies Yes
218 Strongly applies No
219 Strongly applies Yes
220 Neither applies nor does not apply Yes
221 Somewhat applies Yes
222 Somewhat does not apply Yes
223 Strongly applies Yes
224 Somewhat applies Yes
225 Somewhat applies No
226 Neither applies nor does not apply No
227 Somewhat does not apply Yes
228 Strongly applies No
229 Neither applies nor does not apply Yes
230 Strongly applies Yes
231 Neither applies nor does not apply No
232 Somewhat does not apply Yes
233 Somewhat does not apply Yes
234 Somewhat applies Yes
235 Somewhat applies No
236 Strongly applies No
237 Somewhat does not apply No
238 Strongly applies Yes
239 Strongly applies No
240 Strongly applies Yes
241 Strongly applies Yes
242 Somewhat does not apply No
243 Somewhat applies No
244 Neither applies nor does not apply Yes
245 Somewhat does not apply No
246 Neither applies nor does not apply No
247 Somewhat applies Yes
248 Strongly applies Yes
249 Does not apply at all Yes
250 Somewhat does not apply Yes
251 Neither applies nor does not apply No
252 Somewhat does not apply Yes
253 Somewhat applies Yes
254 Somewhat does not apply Yes
255 Somewhat does not apply No
256 Neither applies nor does not apply Yes
257 Somewhat does not apply Yes
258 Somewhat does not apply Yes
259 Neither applies nor does not apply Yes
260 Somewhat does not apply Yes
261 Strongly applies No
262 Neither applies nor does not apply Yes
263 Strongly applies No
264 Strongly applies Yes
265 Somewhat does not apply Yes
266 Neither applies nor does not apply Yes
267 Somewhat does not apply Yes
268 Somewhat applies Yes
269 Neither applies nor does not apply Yes
270 Strongly applies No
271
272 Strongly applies Yes
273 Strongly applies No
274 Somewhat does not apply Yes
275 Somewhat applies No
276
277 Neither applies nor does not apply No
278 Strongly applies Yes
279 Neither applies nor does not apply Yes
280 Neither applies nor does not apply Yes
281 Somewhat applies No
282 Strongly applies Yes
283 Somewhat does not apply Yes
284
285 Neither applies nor does not apply No
286 Strongly applies Yes
287 Somewhat applies Yes
288 Somewhat applies No
289
290 Somewhat applies No
291 Strongly applies No
292 Somewhat applies Yes
293 Strongly applies Yes
294 Somewhat applies No
295 Somewhat applies No
296 Somewhat does not apply Yes
297 Somewhat applies Yes
298 Strongly applies Yes
299 Somewhat applies No
300 Somewhat does not apply Yes
301 Somewhat applies No
302 Somewhat applies Yes
303 Somewhat applies No
304 Neither applies nor does not apply No
305 Neither applies nor does not apply No
306
307 Somewhat applies No
308 Does not apply at all No
309 Somewhat does not apply Yes
310 Somewhat does not apply Yes
311 Somewhat applies No
312 Strongly applies Yes
313 Strongly applies No
314 Somewhat does not apply Yes
315 Does not apply at all Yes
316 Neither applies nor does not apply Yes
317 Somewhat applies Yes
318 Neither applies nor does not apply Yes
319 Strongly applies No
320 Strongly applies No
321 Strongly applies Yes
322 Strongly applies No
323 Somewhat applies Yes
324 Strongly applies Yes
325 Does not apply at all No
326 Somewhat applies Yes
327 Does not apply at all No
328 Strongly applies No
329 Strongly applies Yes
330 Somewhat applies Yes
331 Somewhat applies Yes
332 Neither applies nor does not apply Yes
333 Does not apply at all Yes
334
335 Strongly applies Yes
336 Does not apply at all Yes
337 Somewhat applies No
338 Strongly applies No
339 Strongly applies Yes
340 Strongly applies Yes
341 Does not apply at all Yes
342 Strongly applies No
343 Somewhat applies Yes
344 Strongly applies Yes
345 Does not apply at all Yes
346 Neither applies nor does not apply No
347 Somewhat applies Yes
348 Somewhat applies Yes
349 Somewhat applies Yes
350 Somewhat applies Yes
351 Neither applies nor does not apply Yes
352 Somewhat does not apply Yes
353 Somewhat applies No
354 Somewhat applies Yes
355 Somewhat applies Yes
356 Strongly applies Yes
357 Neither applies nor does not apply Yes
358 Strongly applies Yes
359 Neither applies nor does not apply Yes
360 Somewhat does not apply No
361 Does not apply at all Yes
362 Neither applies nor does not apply No
363 Neither applies nor does not apply No
364 Somewhat applies No
365 Neither applies nor does not apply No
366 Somewhat applies Yes
367 Does not apply at all No
368 Somewhat does not apply Yes
369 Somewhat applies Yes
370 Somewhat does not apply No
371 Somewhat does not apply Yes
372 Neither applies nor does not apply No
373 Somewhat does not apply No
374 Neither applies nor does not apply Yes
375 Neither applies nor does not apply No
376
377 Somewhat does not apply Yes
378 Strongly applies Yes
379
380 Somewhat applies No
381 Strongly applies No
382 Somewhat applies No
383 Somewhat does not apply No
384 Somewhat does not apply Yes
385 Neither applies nor does not apply No
386 Somewhat applies Yes
387 Strongly applies Yes
388 Somewhat applies Yes
389 Somewhat applies Yes
390 Neither applies nor does not apply Yes
391 Strongly applies No
392 Somewhat applies No
393 Somewhat applies No
394 Strongly applies No
395 Neither applies nor does not apply Yes
396 Somewhat applies No
397 Strongly applies Yes
398 Strongly applies Yes
399 Somewhat applies Yes
400 Neither applies nor does not apply Yes
401 Somewhat does not apply Yes
402 Somewhat applies No
403 Somewhat applies Yes
404 Somewhat applies Yes
405 Does not apply at all No
406 Somewhat does not apply Yes
407 Neither applies nor does not apply No
408 Strongly applies No
409 Somewhat does not apply Yes
410 Somewhat applies No
411 Neither applies nor does not apply Yes
412 Strongly applies No
413 Strongly applies Yes
414 Neither applies nor does not apply No
415 Somewhat applies Yes
416 Neither applies nor does not apply Yes
417 Strongly applies Yes
418 Somewhat applies Yes
419 Somewhat applies Yes
420 Neither applies nor does not apply No
421 Strongly applies Yes
422
423 Somewhat does not apply No
424 Somewhat does not apply No
425 Somewhat applies No
426 Neither applies nor does not apply No
427 Strongly applies Yes
428 Strongly applies Yes
429 Somewhat applies No
430 Somewhat does not apply No
431 Neither applies nor does not apply Yes
432 Somewhat applies Yes
433 Neither applies nor does not apply Yes
434 Somewhat applies Yes
435 Strongly applies Yes
436 Somewhat applies Yes
437 Does not apply at all No
438 Somewhat applies Yes
439 Does not apply at all No
440 Somewhat does not apply Yes
441 Strongly applies No
442 Somewhat applies Yes
443 Does not apply at all Yes
444 Somewhat does not apply Yes
445 Neither applies nor does not apply No
446 Somewhat applies No
447 Neither applies nor does not apply No
448 Somewhat applies No
449 Neither applies nor does not apply No
450 Neither applies nor does not apply Yes
451
452 Somewhat does not apply Yes
453 Neither applies nor does not apply Yes
454 Neither applies nor does not apply Yes
455 Strongly applies Yes
456 Neither applies nor does not apply Yes
457 Strongly applies Yes
458 Somewhat applies Yes
459 Somewhat applies No
460 Neither applies nor does not apply No
461 Somewhat applies Yes
462 Does not apply at all No
463 Somewhat applies Yes
464 Somewhat does not apply Yes
465
466 Somewhat does not apply Yes
467 Neither applies nor does not apply Yes
468 Somewhat does not apply No
469 Does not apply at all Yes
470 Neither applies nor does not apply Yes
471 Somewhat applies Yes
472 Neither applies nor does not apply No
473 Neither applies nor does not apply No
474 Strongly applies No
475 Somewhat applies No
476 Strongly applies No
477 Somewhat applies Yes
478 Strongly applies No
479 Strongly applies No
480 Somewhat applies Yes
481 Somewhat does not apply No
482 Strongly applies Yes
483 Does not apply at all Yes
484 Strongly applies Yes
485 Somewhat does not apply Yes
486 Strongly applies No
487 Does not apply at all Yes
488 Somewhat applies No
489 Somewhat applies Yes
490 Somewhat applies Yes
491 Somewhat applies Yes
492 Somewhat applies Yes
493 Neither applies nor does not apply Yes
494 Neither applies nor does not apply Yes
495 Strongly applies Yes
496 Strongly applies No
497 Somewhat does not apply Yes
498 Neither applies nor does not apply Yes
499 Neither applies nor does not apply Yes
500 Neither applies nor does not apply No
501 Strongly applies No
502 Neither applies nor does not apply No
503 Neither applies nor does not apply Yes
504 Strongly applies Yes
505 Somewhat does not apply Yes
506 Somewhat applies Yes
507 Strongly applies No
508 Neither applies nor does not apply Yes
509 Strongly applies Yes
510 Neither applies nor does not apply Yes
511 Neither applies nor does not apply Yes
512 Somewhat does not apply Yes
513 Does not apply at all No
514 Somewhat applies Yes
515 Neither applies nor does not apply No
516 Does not apply at all Yes
517 Somewhat applies No
518 Neither applies nor does not apply Yes
519 Strongly applies No
520 Strongly applies No
521 Does not apply at all Yes
522 Neither applies nor does not apply Yes
523 Neither applies nor does not apply Yes
524 Somewhat applies Yes
525 Neither applies nor does not apply Yes
526 Does not apply at all No
527 Somewhat applies Yes
528 Strongly applies Yes
529 Neither applies nor does not apply No
530 Neither applies nor does not apply Yes
531 Somewhat applies Yes
532 Somewhat applies No
533 Strongly applies Yes
534 Neither applies nor does not apply Yes
535 Neither applies nor does not apply Yes
536 Somewhat applies Yes
537 Somewhat applies Yes
538 Neither applies nor does not apply Yes
539 Somewhat does not apply No
540 Somewhat applies Yes
541 Does not apply at all Yes
542 Somewhat applies Yes
543 Strongly applies No
544 Somewhat does not apply Yes
545 Neither applies nor does not apply No
546 Neither applies nor does not apply Yes
547 Neither applies nor does not apply No
548 Somewhat applies Yes
549 Somewhat applies Yes
550 Strongly applies Yes
551 Somewhat does not apply Yes
552 Strongly applies Yes
553 Neither applies nor does not apply Yes
554 Strongly applies Yes
555 Strongly applies No
556 Somewhat applies No
557 Does not apply at all Yes
558 Strongly applies Yes
559 Somewhat applies Yes
560 Somewhat applies Yes
561 Does not apply at all Yes
562 Strongly applies Yes
563 Strongly applies No
564 Does not apply at all Yes
565 Strongly applies No
566 Somewhat does not apply No
567 Somewhat applies Yes
568 Neither applies nor does not apply No
569 Does not apply at all No
570 Somewhat applies No
571 Strongly applies No
572 Somewhat applies Yes
573 Somewhat applies Yes
574 Strongly applies Yes
575 Somewhat does not apply Yes
576 Strongly applies Yes
577 Somewhat does not apply Yes
578 Strongly applies No
579 Neither applies nor does not apply No
580 Neither applies nor does not apply No
581 Somewhat applies Yes
582 Strongly applies Yes
583 Somewhat does not apply No
584 Somewhat applies Yes
585 Does not apply at all Yes
586 Somewhat applies Yes
587 Somewhat applies Yes
588 Strongly applies Yes
589 Strongly applies No
590 Does not apply at all No
591 Neither applies nor does not apply Yes
592 Somewhat applies Yes
593 Does not apply at all Yes
594 Somewhat applies Yes
595 Neither applies nor does not apply Yes
596 Neither applies nor does not apply No
597 Somewhat does not apply Yes
598 Strongly applies No
599 Neither applies nor does not apply Yes
600 Neither applies nor does not apply Yes
601 Does not apply at all Yes
602 Somewhat applies Yes
603 Neither applies nor does not apply No
604 Somewhat applies No
605 Somewhat applies No
606 Neither applies nor does not apply Yes
607 Strongly applies Yes
608 Somewhat does not apply Yes
609 Somewhat applies Yes
610 Somewhat applies Yes
611 Does not apply at all No
612 Strongly applies Yes
613 Does not apply at all Yes
614 Somewhat applies No
615 Strongly applies Yes
616 Neither applies nor does not apply No
617 Strongly applies No
618 Somewhat does not apply Yes
619 Strongly applies No
620 Neither applies nor does not apply Yes
621 Somewhat applies Yes
622 Does not apply at all Yes
623 Somewhat does not apply Yes
624 Does not apply at all Yes
625 Somewhat applies Yes
626 Does not apply at all Yes
627 Somewhat applies No
628 Somewhat applies No
629 Neither applies nor does not apply Yes
630 Neither applies nor does not apply No
631 Neither applies nor does not apply Yes
632 Neither applies nor does not apply No
633 Somewhat applies Yes
634 Somewhat applies Yes
635 Neither applies nor does not apply No
636 Somewhat does not apply Yes
637 Neither applies nor does not apply No
638 Somewhat applies Yes
639 Strongly applies No
640 Strongly applies Yes
641 Somewhat does not apply Yes
642 Strongly applies Yes
643 Somewhat does not apply Yes
644 Somewhat does not apply No
645 Somewhat applies No
646 Somewhat applies Yes
647 Strongly applies No
648 Strongly applies No
649 Strongly applies Yes
650 Somewhat applies No
651 Somewhat applies No
652 Strongly applies Yes
653 Strongly applies Yes
654 Neither applies nor does not apply Yes
655 Strongly applies Yes
656 Somewhat applies Yes
657 Does not apply at all No
658 Neither applies nor does not apply Yes
659 Somewhat applies No
660 Neither applies nor does not apply No
661 Strongly applies Yes
662 Somewhat does not apply Yes
663 Neither applies nor does not apply Yes
664 Neither applies nor does not apply Yes
665 Somewhat applies No
666 Neither applies nor does not apply No
667 Neither applies nor does not apply Yes
668 Neither applies nor does not apply Yes
669 Somewhat does not apply No
670 Somewhat applies Yes
671 Somewhat applies Yes
672 Somewhat applies Yes
673 Somewhat applies No
674 Strongly applies Yes
675 Somewhat does not apply Yes
676 Strongly applies No
677 Strongly applies Yes
678 Neither applies nor does not apply Yes
679 Neither applies nor does not apply No
680 Somewhat does not apply Yes
681 Strongly applies No
682 Somewhat applies Yes
683
684 Does not apply at all Yes
685 Somewhat applies Yes
686 Neither applies nor does not apply Yes
687 Does not apply at all Yes
688 Somewhat applies No
689 Somewhat applies Yes
690 Somewhat applies Yes
691 Does not apply at all Yes
692 Strongly applies No
693 Strongly applies Yes
694 Does not apply at all No
695 Neither applies nor does not apply Yes
696 Neither applies nor does not apply No
697 Does not apply at all Yes
698 Somewhat applies Yes
699 Somewhat does not apply Yes
700 Does not apply at all No
701 Somewhat applies Yes
702 Somewhat does not apply Yes
703 Somewhat does not apply Yes
704 Neither applies nor does not apply Yes
705 Strongly applies No
706 Somewhat does not apply No
707 Neither applies nor does not apply Yes
708 Neither applies nor does not apply Yes
709 Somewhat does not apply No
710 Neither applies nor does not apply Yes
711
712
713 Neither applies nor does not apply Yes
714 Strongly applies Yes
715 Does not apply at all Yes
716 Somewhat applies No
717 Somewhat applies No
718 Neither applies nor does not apply Yes
719 Somewhat applies Yes
720 Strongly applies Yes
721 Neither applies nor does not apply Yes
722 Somewhat does not apply Yes
723 Somewhat does not apply Yes
724 Somewhat applies No
725 Strongly applies Yes
726 Neither applies nor does not apply Yes
727 Neither applies nor does not apply Yes
728 Strongly applies Yes
729 Somewhat does not apply No
730 Somewhat applies Yes
731 Neither applies nor does not apply Yes
732 Somewhat does not apply Yes
733 Somewhat applies Yes
734 Somewhat does not apply Yes
735 Somewhat does not apply Yes
736 Somewhat applies No
737 Strongly applies Yes
738 Neither applies nor does not apply Yes
739 Neither applies nor does not apply Yes
740 Somewhat applies Yes
741 Does not apply at all No
742 Strongly applies No
743 Somewhat applies No
744 Somewhat applies No
745 Somewhat applies No
746 Does not apply at all Yes
747 Somewhat does not apply No
748 Neither applies nor does not apply No
749 Neither applies nor does not apply No
750 Neither applies nor does not apply No
751 Does not apply at all Yes
752 Somewhat applies Yes
753 Strongly applies No
754 Neither applies nor does not apply Yes
755 Neither applies nor does not apply No
756 Somewhat applies Yes
757 Somewhat applies Yes
758 Somewhat applies Yes
759 Strongly applies Yes
760 Somewhat applies Yes
761 Somewhat does not apply Yes
762 Somewhat applies No
763 Somewhat applies No
764 Strongly applies Yes
765 Somewhat applies No
766 Somewhat applies Yes
767 Neither applies nor does not apply No
768 Neither applies nor does not apply Yes
769 Strongly applies Yes
770 Strongly applies No
771 Strongly applies Yes
772 Somewhat does not apply Yes
773 Somewhat does not apply Yes
774 Somewhat applies No
775 Somewhat applies No
776 Neither applies nor does not apply Yes
777 Neither applies nor does not apply Yes
778 Somewhat applies No
779 Somewhat applies No
780 Neither applies nor does not apply Yes
781 Somewhat applies No
782 Does not apply at all Yes
783 Neither applies nor does not apply Yes
784 Strongly applies No
785 Somewhat does not apply Yes
786 Neither applies nor does not apply Yes
787 Neither applies nor does not apply Yes
788 Strongly applies No
789 Does not apply at all Yes
790 Does not apply at all Yes
791 Does not apply at all No
792 Neither applies nor does not apply Yes
793 Neither applies nor does not apply No
794 Somewhat does not apply No
795 Somewhat applies No
796 Neither applies nor does not apply No
797 Does not apply at all Yes
798 Somewhat applies No
799 Strongly applies No
800 Strongly applies Yes
801 Somewhat applies Yes
802 Somewhat applies Yes
803 Strongly applies Yes
804 Somewhat does not apply Yes
805 Somewhat applies Yes
806 Somewhat applies No
807 Strongly applies Yes
808 Somewhat does not apply No
809 Somewhat applies Yes
810 Somewhat applies No
811 Strongly applies No
812 Somewhat applies No
813 Neither applies nor does not apply Yes
814 Somewhat applies No
815 Somewhat applies No
816 Somewhat applies Yes
817 Somewhat applies Yes
818 Neither applies nor does not apply Yes
819 Somewhat applies No
820 Somewhat applies Yes
821 Neither applies nor does not apply Yes
822 Neither applies nor does not apply Yes
823 Somewhat applies Yes
824 Somewhat applies No
825 Neither applies nor does not apply Yes
826 Strongly applies No
827 Strongly applies No
828 Somewhat applies Yes
829 Somewhat applies Yes
830 Neither applies nor does not apply Yes
831 Somewhat applies Yes
832 Strongly applies Yes
833 Neither applies nor does not apply Yes
834 Somewhat applies Yes
835 Somewhat applies Yes
836 Neither applies nor does not apply Yes
837 Neither applies nor does not apply Yes
838 Does not apply at all No
839 Neither applies nor does not apply No
840 Neither applies nor does not apply No
841 Somewhat does not apply Yes
842 Somewhat does not apply Yes
843 Strongly applies No
844 Somewhat applies Yes
845 Somewhat applies No
846 Neither applies nor does not apply Yes
847 Does not apply at all Yes
848 Neither applies nor does not apply Yes
849 Somewhat does not apply No
850 Somewhat does not apply Yes
851 Does not apply at all Yes
852 Strongly applies No
853 Somewhat applies Yes
854 Neither applies nor does not apply Yes
855 Does not apply at all Yes
856 Somewhat applies Yes
857 Neither applies nor does not apply No
858 Strongly applies Yes
859 Somewhat applies Yes
860 Somewhat does not apply No
861 Somewhat does not apply No
862 Neither applies nor does not apply Yes
863
864 Strongly applies No
865 Somewhat applies Yes
866 Neither applies nor does not apply Yes
867 Somewhat applies No
868 Somewhat applies Yes
869 Neither applies nor does not apply Yes
870 Neither applies nor does not apply Yes
871 Somewhat does not apply Yes
872 Somewhat applies No
873 Neither applies nor does not apply Yes
874 Strongly applies No
875 Strongly applies No
876 Neither applies nor does not apply Yes
877 Somewhat applies Yes
878 Somewhat applies Yes
879 Somewhat applies Yes
880 Neither applies nor does not apply Yes
881 Somewhat applies No
882 Does not apply at all Yes
883 Somewhat applies Yes
884 Somewhat does not apply No
885 Somewhat applies Yes
886 Somewhat does not apply No
887 Somewhat applies No
888 Strongly applies No
889 Somewhat does not apply Yes
890 Somewhat applies Yes
891 Strongly applies Yes
892 Somewhat does not apply Yes
893 Somewhat does not apply No
894 Strongly applies Yes
895 Somewhat applies Yes
896 Strongly applies No
897 Somewhat applies Yes
898 Somewhat applies No
899 Somewhat applies Yes
900 Does not apply at all No
901 Somewhat applies Yes
902 Strongly applies Yes
903 Somewhat applies Yes
904 Somewhat does not apply No
905 Somewhat applies Yes
906 Somewhat does not apply Yes
907 Neither applies nor does not apply Yes
908 Somewhat applies Yes
909 Somewhat applies Yes
910 Does not apply at all No
911 Somewhat does not apply Yes
912 Neither applies nor does not apply No
913 Neither applies nor does not apply Yes
914 Somewhat does not apply No
915 Does not apply at all Yes
916 Strongly applies No
917 Somewhat does not apply No
918 Neither applies nor does not apply Yes
919 Somewhat does not apply Yes
920 Somewhat applies No
921 Somewhat does not apply Yes
922 Somewhat applies Yes
923 Strongly applies No
924 Does not apply at all Yes
925 Neither applies nor does not apply No
926 Neither applies nor does not apply Yes
927 Neither applies nor does not apply No
928 Strongly applies Yes
929 Does not apply at all Yes
930 Neither applies nor does not apply Yes
931 Somewhat applies Yes
932 Somewhat applies Yes
933 Strongly applies No
934 Somewhat applies Yes
935 Somewhat applies Yes
936 Neither applies nor does not apply Yes
937 Somewhat applies Yes
938 Strongly applies Yes
939 Neither applies nor does not apply No
940 Neither applies nor does not apply Yes
941 Neither applies nor does not apply Yes
942 Neither applies nor does not apply No
943 Somewhat applies Yes
944 Somewhat does not apply Yes
945 Neither applies nor does not apply No
946 Strongly applies No
947 Strongly applies No
948 Somewhat applies Yes
949 Somewhat applies No
950 Somewhat applies Yes
951 Somewhat applies No
952 Neither applies nor does not apply Yes
953 Strongly applies No
954 Somewhat does not apply Yes
955 Neither applies nor does not apply Yes
956 Somewhat applies Yes
957 Strongly applies Yes
958 Neither applies nor does not apply No
959 Somewhat applies Yes
960 Somewhat applies Yes
961 Somewhat applies No
962
963 Somewhat does not apply Yes
964 Neither applies nor does not apply Yes
965 Neither applies nor does not apply Yes
966 Somewhat does not apply Yes
967 Neither applies nor does not apply Yes
968 Strongly applies Yes
969 Somewhat applies No
970 Does not apply at all No
971 Neither applies nor does not apply Yes
972 Neither applies nor does not apply Yes
973 Neither applies nor does not apply No
974 Somewhat applies No
975 Neither applies nor does not apply Yes
976 Neither applies nor does not apply No
977 Somewhat applies Yes
978 Does not apply at all Yes
979 Somewhat does not apply Yes
980 Neither applies nor does not apply Yes
981 Somewhat applies Yes
982 Neither applies nor does not apply No
983 Somewhat applies Yes
984 Neither applies nor does not apply No
985 Neither applies nor does not apply No
986 Somewhat applies Yes
987 Strongly applies Yes
988 Neither applies nor does not apply Yes
989 Does not apply at all Yes
990 Neither applies nor does not apply Yes
991 Somewhat does not apply Yes
992 Somewhat applies No
993 Somewhat applies Yes
994 Does not apply at all Yes
995 Neither applies nor does not apply No
996 Neither applies nor does not apply Yes
997 Somewhat applies No
998 Strongly applies Yes
999 Somewhat does not apply No
1000 Somewhat applies Yes
1001 Somewhat applies No
1002 Somewhat applies No
1003 Somewhat does not apply Yes
1004 Neither applies nor does not apply No
1005 Somewhat does not apply No
1006 Somewhat does not apply Yes
1007 Somewhat does not apply Yes
1008 Strongly applies No
1009 Neither applies nor does not apply Yes
1010 Does not apply at all Yes
1011
1012 Strongly applies No
1013 Neither applies nor does not apply Yes
1014 Neither applies nor does not apply Yes
1015 Neither applies nor does not apply No
1016
1017 Somewhat applies Yes
1018 Somewhat applies No
1019 Somewhat applies Yes
1020 Neither applies nor does not apply Yes
1021 Somewhat applies No
1022 Does not apply at all Yes
1023 Somewhat applies Yes
1024 Somewhat applies No
1025 Neither applies nor does not apply Yes
1026 Strongly applies Yes
1027 Somewhat applies Yes
1028 Neither applies nor does not apply Yes
1029 Somewhat does not apply Yes
1030 Somewhat does not apply Yes
1031 Neither applies nor does not apply Yes
1032 Somewhat applies No
1033 Somewhat does not apply Yes
1034 Somewhat does not apply Yes
1035 Strongly applies No
1036 Strongly applies Yes
1037 Somewhat does not apply Yes
1038 Strongly applies No
1039 Somewhat applies No
1040 Somewhat does not apply No
1041 Neither applies nor does not apply Yes
1042 Somewhat applies No
1043 Does not apply at all Yes
1044 Strongly applies No
1045 Somewhat applies No
1046 Somewhat applies Yes
1047 Somewhat applies Yes
1048 Strongly applies No
1049 Somewhat does not apply No
1050 Somewhat applies No
1051 Somewhat applies Yes
1052 Strongly applies No
1053 Neither applies nor does not apply Yes
1054 Does not apply at all Yes
1055 Neither applies nor does not apply Yes
1056 Somewhat does not apply No
1057 Somewhat does not apply No
1058 Strongly applies Yes
1059 Somewhat applies Yes
1060 Somewhat applies Yes
1061 Neither applies nor does not apply No
1062 Somewhat applies Yes
1063 Strongly applies No
1064 Somewhat applies Yes
1065 Neither applies nor does not apply No
1066 Somewhat applies Yes
1067 Neither applies nor does not apply No
1068 Neither applies nor does not apply
1069 Strongly applies Yes
1070 Somewhat does not apply No
1071 Somewhat does not apply Yes
1072 Strongly applies No
1073
1074 Neither applies nor does not apply Yes
1075 Somewhat does not apply Yes
1076 Strongly applies Yes
1077
1078 Strongly applies Yes
1079 Does not apply at all Yes
1080 Somewhat applies No
1081 Neither applies nor does not apply Yes
1082 Strongly applies Yes
1083 Neither applies nor does not apply Yes
1084 Does not apply at all No
1085 Neither applies nor does not apply Yes
1086 Strongly applies Yes
1087 Does not apply at all Yes
1088 Somewhat applies Yes
1089 Neither applies nor does not apply Yes
1090 Somewhat applies Yes
1091 Neither applies nor does not apply Yes
1092 Somewhat does not apply Yes
1093 Somewhat does not apply Yes
1094 Strongly applies No
1095
1096 Somewhat applies Yes
1097 Somewhat applies Yes
1098 Strongly applies No
1099 Somewhat applies Yes
1100 Somewhat does not apply No
1101 Neither applies nor does not apply No
1102 Somewhat applies Yes
1103 Does not apply at all Yes
1104 Somewhat applies Yes
1105 Strongly applies No
1106 Somewhat applies Yes
1107 Neither applies nor does not apply Yes
1108 Somewhat applies Yes
1109 Does not apply at all No
1110 Neither applies nor does not apply Yes
1111 Does not apply at all Yes
1112 Neither applies nor does not apply Yes
1113 Neither applies nor does not apply No
1114 Neither applies nor does not apply Yes
1115 Somewhat does not apply Yes
1116 Somewhat applies Yes
1117 Somewhat applies Yes
1118 Strongly applies Yes
1119 Strongly applies No
1120 Does not apply at all Yes
1121 Somewhat applies No
1122 Strongly applies No
1123 Somewhat applies No
1124 Somewhat applies Yes
1125 Neither applies nor does not apply No
1126 Somewhat applies No
1127 Does not apply at all Yes
1128 Neither applies nor does not apply Yes
1129 Somewhat applies Yes
1130 Somewhat applies No
1131 Somewhat applies Yes
1132 Neither applies nor does not apply Yes
1133 Does not apply at all No
1134 Somewhat applies No
1135 Somewhat does not apply Yes
1136 Neither applies nor does not apply Yes
1137 Strongly applies Yes
1138 Somewhat applies Yes
1139 Somewhat applies Yes
1140 Somewhat applies Yes
1141 Somewhat does not apply No
1142
1143 Neither applies nor does not apply No
1144 Strongly applies No
1145 Somewhat applies Yes
1146 Strongly applies Yes
1147 Neither applies nor does not apply Yes
1148 Neither applies nor does not apply Yes
1149 Neither applies nor does not apply Yes
1150 Somewhat does not apply Yes
1151 Neither applies nor does not apply No
1152 Neither applies nor does not apply Yes
1153 Neither applies nor does not apply Yes
1154 Neither applies nor does not apply No
1155 Neither applies nor does not apply Yes
1156 Strongly applies No
1157 Somewhat does not apply Yes
1158 Somewhat applies Yes
1159 Somewhat does not apply No
1160 Does not apply at all No
1161 Somewhat does not apply Yes
1162 Somewhat does not apply Yes
1163 Somewhat applies Yes
1164 Strongly applies No
1165 Somewhat applies No
1166 Somewhat applies Yes
1167 Neither applies nor does not apply Yes
1168 Strongly applies Yes
1169 Somewhat does not apply Yes
1170 Somewhat applies No
1171 Somewhat applies No
1172 Somewhat applies Yes
1173 Somewhat applies No
1174 Neither applies nor does not apply Yes
1175 Strongly applies Yes
1176 Somewhat applies No
1177 Does not apply at all Yes
1178 Somewhat applies No
1179 Somewhat applies No
1180 Strongly applies No
1181 Somewhat applies Yes
1182 Strongly applies Yes
1183 Somewhat applies No
1184 Neither applies nor does not apply Yes
1185 Somewhat does not apply Yes
1186
1187 Somewhat applies Yes
1188 Somewhat applies Yes
1189 Does not apply at all No
1190 Neither applies nor does not apply No
1191 Strongly applies Yes
1192
1193 Somewhat applies No
1194
1195 Somewhat applies Yes
1196 Strongly applies Yes
1197 Somewhat applies Yes
1198 Neither applies nor does not apply Yes
1199 Somewhat does not apply No
1200 Somewhat does not apply Yes
1201
1202 Strongly applies Yes
1203 Strongly applies Yes
1204 Does not apply at all No
1205 Somewhat does not apply Yes
1206 Somewhat applies Yes
1207 Neither applies nor does not apply Yes
1208 Somewhat applies Yes
1209 Somewhat applies Yes
1210 Somewhat does not apply Yes
1211 Neither applies nor does not apply Yes
1212 Strongly applies No
1213 Neither applies nor does not apply No
1214 Neither applies nor does not apply No
1215 Somewhat applies Yes
1216 Somewhat applies Yes
1217 Somewhat applies Yes
1218
1219 Neither applies nor does not apply Yes
1220 Neither applies nor does not apply No
1221 Does not apply at all No
1222 Strongly applies Yes
1223 Somewhat applies No
1224 Strongly applies Yes
1225 Strongly applies Yes
1226 Somewhat applies Yes
1227 Somewhat applies Yes
1228 Somewhat does not apply Yes
1229 Neither applies nor does not apply Yes
1230 Somewhat does not apply Yes
1231 Neither applies nor does not apply No
1232 Neither applies nor does not apply Yes
1233 Neither applies nor does not apply No
1234 Neither applies nor does not apply No
1235 Neither applies nor does not apply No
1236 Strongly applies No
1237 Strongly applies Yes
1238 Somewhat applies Yes
1239 Somewhat does not apply Yes
1240 Strongly applies No
1241 Somewhat applies No
1242 Neither applies nor does not apply No
1243 Somewhat applies No
1244 Neither applies nor does not apply No
1245 Neither applies nor does not apply Yes
1246 Neither applies nor does not apply No
1247 Somewhat applies Yes
1248 Neither applies nor does not apply Yes
1249 Neither applies nor does not apply Yes
Q25
1
2
3
4 Exercising my freedom
5 Going to work,Walking a pet,Going to the hospital / receiving medical treatments,Getting tired of being inside of the house
6 Doing physical activity (e.g. exercising, jogging)
7 Going to the pharmacy
8
9 Going to the hospital / receiving medical treatments
10 Getting tired of being inside of the house
11 Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the pharmacy
12 Going to the pharmacy
13
14 Meeting friends or relatives
15 Walking a pet
16 Going to the pharmacy
17
18 Going to work,Walking a pet,Doing physical activity (e.g. exercising, jogging),Going to the hospital / receiving medical treatments,Taking care of dependents,Getting some adrenaline (from breaking the law),Exercising my freedom,Other (specify):
19
20 Going to work,Walking a pet,Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments,Meeting friends or relatives,Getting tired of being inside of the house,Other (specify):
21 Taking care of dependents
22
23 Procuring food for yourself or family
24
25
26 Meeting friends or relatives
27 Going to the hospital / receiving medical treatments,Getting bored
28 Procuring food for yourself or family
29 Going to work,Going to the pharmacy,Getting some adrenaline (from breaking the law)
30
31 Going to work,Procuring food for yourself or family
32
33
34 Procuring food for yourself or family,Going to the pharmacy
35 Going to work
36 Going to work,Procuring food for yourself or family,Going to the pharmacy
37
38 Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
39
40
41 Procuring food for yourself or family
42 Procuring food for yourself or family
43 Going to work,Procuring food for yourself or family,Going to the pharmacy
44 Doing physical activity (e.g. exercising, jogging)
45
46
47 Walking a pet
48 Procuring food for yourself or family
49 Going to work,Going to the pharmacy
50
51
52
53 Going to work
54
55 Procuring food for yourself or family
56 Going to work,Procuring food for yourself or family,Going to the pharmacy
57 Procuring food for yourself or family
58
59 Procuring food for yourself or family
60 Walking a pet,Procuring food for yourself or family,Going to the pharmacy
61
62 Going to work
63
64
65
66 Procuring food for yourself or family,Going to the hospital / receiving medical treatments
67 Doing physical activity (e.g. exercising, jogging),Taking care of dependents,Getting bored
68 Walking a pet,Doing physical activity (e.g. exercising, jogging),Getting tired of being inside of the house
69
70 Procuring food for yourself or family
71
72
73
74 Procuring food for yourself or family,Going to the pharmacy
75 Going to work,Doing physical activity (e.g. exercising, jogging),Getting tired of being inside of the house,Exercising my freedom
76 Procuring food for yourself or family
77 Procuring food for yourself or family
78 Going to work,Procuring food for yourself or family
79
80 Procuring food for yourself or family
81 Walking a pet,Going to the pharmacy
82
83
84
85
86 Procuring food for yourself or family,Going to the pharmacy
87 Going to work,Going to the pharmacy
88 Going to work,Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments
89
90
91 Going to work,Walking a pet,Procuring food for yourself or family
92 Procuring food for yourself or family
93 Procuring food for yourself or family,Going to the pharmacy
94 Going to work,Walking a pet,Procuring food for yourself or family
95
96 Procuring food for yourself or family
97
98 Procuring food for yourself or family
99
100
101 Going to work,Going to the hospital / receiving medical treatments
102
103 Doing physical activity (e.g. exercising, jogging),Going to the pharmacy,Meeting friends or relatives
104 Walking a pet,Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments
105
106 Going to work,Procuring food for yourself or family
107
108
109 Procuring food for yourself or family,Going to the pharmacy
110
111
112
113 Walking a pet,Procuring food for yourself or family,Going to the pharmacy
114 Going to work,Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
115 Going to the pharmacy,Going to the hospital / receiving medical treatments
116 Procuring food for yourself or family
117
118 Doing physical activity (e.g. exercising, jogging)
119
120 Going to work,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family
121
122
123 Walking a pet,Procuring food for yourself or family,Going to the pharmacy
124 Procuring food for yourself or family,Going to the pharmacy
125 Procuring food for yourself or family,Taking care of dependents
126 Getting bored
127
128 Procuring food for yourself or family,Going to the pharmacy
129 Exercising my freedom
130
131 Procuring food for yourself or family
132
133 Going to work
134
135
136
137 Procuring food for yourself or family
138 Procuring food for yourself or family
139 Going to work,Doing physical activity (e.g. exercising, jogging),Going to the pharmacy,Taking care of dependents,Getting tired of being inside of the house,Exercising my freedom
140 Procuring food for yourself or family,Going to the pharmacy
141 Procuring food for yourself or family
142
143 Going to work,Getting tired of being inside of the house,Exercising my freedom
144
145
146
147
148 Walking a pet,Procuring food for yourself or family,Taking care of dependents
149
150 Procuring food for yourself or family
151 Going to work,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments,Taking care of dependents,Meeting friends or relatives,Getting tired of being inside of the house
152 Going to work,Walking a pet,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents,Getting bored
153 Procuring food for yourself or family,Going to the pharmacy
154
155 Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
156 Walking a pet,Procuring food for yourself or family
157
158
159 Procuring food for yourself or family,Going to the pharmacy
160 Going to work,Procuring food for yourself or family
161 Exercising my freedom
162 Procuring food for yourself or family
163 Getting tired of being inside of the house
164
165
166
167
168 Walking a pet,Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
169 Going to work,Procuring food for yourself or family,Going to the pharmacy
170 Procuring food for yourself or family
171
172 Walking a pet,Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments
173
174
175 Procuring food for yourself or family
176 Going to work,Taking care of dependents,Exercising my freedom
177
178
179 Procuring food for yourself or family
180 Going to work,Procuring food for yourself or family,Going to the pharmacy
181
182 Going to work,Procuring food for yourself or family
183 Procuring food for yourself or family,Going to the pharmacy
184 Procuring food for yourself or family
185 Walking a pet,Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
186 Procuring food for yourself or family
187
188 Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents,Other (specify):
189 Procuring food for yourself or family
190
191
192
193 Procuring food for yourself or family,Going to the pharmacy
194
195 Procuring food for yourself or family,Going to the pharmacy
196 Going to work,Walking a pet,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Taking care of dependents,Getting tired of being inside of the house
197 Procuring food for yourself or family
198 Going to work,Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
199
200 Walking a pet,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the hospital / receiving medical treatments,Meeting friends or relatives,Getting tired of being inside of the house,Getting bored,Getting some adrenaline (from breaking the law)
201 Walking a pet,Procuring food for yourself or family,Taking care of dependents
202 Procuring food for yourself or family,Going to the pharmacy
203 Walking a pet,Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
204
205
206 Going to work,Procuring food for yourself or family
207 Procuring food for yourself or family,Going to the pharmacy
208 Procuring food for yourself or family,Taking care of dependents
209
210
211 Going to work,Other (specify):
212 Doing physical activity (e.g. exercising, jogging)
213 Going to work
214
215 Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Other (specify):
216
217 Procuring food for yourself or family
218
219 Procuring food for yourself or family
220 Procuring food for yourself or family,Going to the pharmacy
221 Going to work
222 Walking a pet,Procuring food for yourself or family
223 Procuring food for yourself or family
224 Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents,Getting tired of being inside of the house,Exercising my freedom
225
226
227 Going to work,Procuring food for yourself or family
228
229 Going to work,Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
230 Procuring food for yourself or family
231
232 Procuring food for yourself or family
233 Procuring food for yourself or family,Going to the pharmacy
234 Procuring food for yourself or family
235
236
237
238 Going to work,Procuring food for yourself or family,Going to the pharmacy
239
240 Walking a pet,Procuring food for yourself or family,Going to the pharmacy
241 Procuring food for yourself or family
242
243
244 Procuring food for yourself or family
245
246
247 Procuring food for yourself or family,Going to the pharmacy
248 Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Getting tired of being inside of the house
249 Getting tired of being inside of the house
250 Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family
251
252 Procuring food for yourself or family,Going to the pharmacy
253 Procuring food for yourself or family
254 Procuring food for yourself or family
255
256 Going to work,Procuring food for yourself or family,Taking care of dependents
257 Doing physical activity (e.g. exercising, jogging),Going to the hospital / receiving medical treatments,Taking care of dependents
258 Going to work,Walking a pet,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments,Meeting friends or relatives,Getting tired of being inside of the house
259 Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family
260 Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family
261
262 Going to work,Procuring food for yourself or family
263
264 Going to the hospital / receiving medical treatments
265 Going to work,Walking a pet,Procuring food for yourself or family,Going to the pharmacy,Getting tired of being inside of the house
266 Procuring food for yourself or family
267 Going to work,Procuring food for yourself or family,Taking care of dependents
268 Getting tired of being inside of the house
269 Procuring food for yourself or family
270
271
272 Going to work,Procuring food for yourself or family,Going to the pharmacy
273
274 Procuring food for yourself or family
275
276
277
278 Procuring food for yourself or family,Going to the pharmacy
279 Procuring food for yourself or family,Going to the pharmacy
280 Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments
281
282 Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments
283 Procuring food for yourself or family
284
285
286 Procuring food for yourself or family
287 Procuring food for yourself or family
288
289
290
291
292 Going to the pharmacy,Meeting friends or relatives
293 Going to the pharmacy,Other (specify):
294
295
296 Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments
297 Procuring food for yourself or family
298 Going to work
299
300 Procuring food for yourself or family,Going to the pharmacy
301
302 Procuring food for yourself or family
303
304
305
306
307
308
309 Going to work,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Taking care of dependents
310 Procuring food for yourself or family,Taking care of dependents
311
312 Procuring food for yourself or family,Going to the pharmacy
313
314 Procuring food for yourself or family,Going to the pharmacy
315 Going to work,Procuring food for yourself or family
316 Doing physical activity (e.g. exercising, jogging),Taking care of dependents,Getting tired of being inside of the house
317 Walking a pet,Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
318 Doing physical activity (e.g. exercising, jogging),Getting bored
319
320
321 Procuring food for yourself or family
322
323 Getting tired of being inside of the house
324 Procuring food for yourself or family,Going to the pharmacy
325
326 Going to work,Walking a pet,Procuring food for yourself or family,Going to the pharmacy
327
328
329 Procuring food for yourself or family
330 Going to work,Getting tired of being inside of the house,Exercising my freedom
331 Procuring food for yourself or family
332 Going to the pharmacy
333 Procuring food for yourself or family,Going to the pharmacy
334
335 Walking a pet,Procuring food for yourself or family,Going to the pharmacy
336 Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Getting tired of being inside of the house
337
338
339 Procuring food for yourself or family
340 Procuring food for yourself or family,Going to the pharmacy
341 Exercising my freedom
342
343 Going to work,Procuring food for yourself or family,Going to the pharmacy
344 Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
345 Procuring food for yourself or family
346
347 Exercising my freedom
348 Procuring food for yourself or family,Going to the pharmacy
349 Procuring food for yourself or family,Going to the pharmacy
350 Procuring food for yourself or family,Going to the pharmacy
351 Walking a pet
352 Walking a pet,Procuring food for yourself or family,Going to the pharmacy
353
354 Getting tired of being inside of the house
355 Going to work,Procuring food for yourself or family
356 Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Taking care of dependents
357 Going to work,Procuring food for yourself or family,Going to the pharmacy
358 Other (specify):
359 Doing physical activity (e.g. exercising, jogging),Meeting friends or relatives,Getting tired of being inside of the house,Getting bored,Exercising my freedom
360
361 Procuring food for yourself or family
362
363
364
365
366 Going to the pharmacy,Getting some adrenaline (from breaking the law),Exercising my freedom
367
368 Procuring food for yourself or family,Going to the pharmacy
369 Procuring food for yourself or family
370
371 Going to the pharmacy
372
373
374 Procuring food for yourself or family,Taking care of dependents
375
376
377 Walking a pet
378 Going to work,Procuring food for yourself or family,Going to the pharmacy
379
380
381
382
383
384 Doing physical activity (e.g. exercising, jogging)
385
386 Going to work,Procuring food for yourself or family,Going to the hospital / receiving medical treatments
387 Going to work,Walking a pet,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments,Taking care of dependents,Meeting friends or relatives,Getting tired of being inside of the house,Getting some adrenaline (from breaking the law),Exercising my freedom
388 Procuring food for yourself or family,Going to the pharmacy
389 Procuring food for yourself or family,Going to the pharmacy
390 Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the pharmacy
391
392
393
394
395 Going to work,Procuring food for yourself or family
396
397 Procuring food for yourself or family,Going to the pharmacy
398 Going to work,Going to the pharmacy
399 Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
400 Going to work
401 Procuring food for yourself or family
402
403 Going to work
404 Procuring food for yourself or family,Going to the pharmacy
405
406 Going to work,Walking a pet,Procuring food for yourself or family
407
408
409 Going to work,Procuring food for yourself or family,Taking care of dependents
410
411 Procuring food for yourself or family,Going to the pharmacy
412
413 Procuring food for yourself or family
414
415 Procuring food for yourself or family,Taking care of dependents
416 Going to the pharmacy
417 Going to work
418 Walking a pet,Procuring food for yourself or family,Getting tired of being inside of the house
419 Going to work
420
421 Procuring food for yourself or family
422
423
424
425
426
427 Procuring food for yourself or family,Going to the pharmacy
428 Going to work,Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments
429
430
431 Procuring food for yourself or family
432 Procuring food for yourself or family,Going to the pharmacy
433 Going to the pharmacy
434 Procuring food for yourself or family,Going to the pharmacy
435 Going to work,Procuring food for yourself or family,Going to the pharmacy
436 Procuring food for yourself or family
437
438 Procuring food for yourself or family
439
440 Procuring food for yourself or family
441
442 Walking a pet,Procuring food for yourself or family,Going to the pharmacy
443 Other (specify):
444 Procuring food for yourself or family,Going to the pharmacy
445
446
447
448
449
450 Procuring food for yourself or family,Taking care of dependents
451
452 Walking a pet,Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
453 Going to work,Procuring food for yourself or family
454 Going to work
455 Going to work,Procuring food for yourself or family,Going to the pharmacy
456 Going to work
457 Procuring food for yourself or family
458 Going to work,Procuring food for yourself or family
459
460
461 Going to the pharmacy
462
463 Going to work
464 Procuring food for yourself or family
465
466 Going to work
467 Procuring food for yourself or family
468
469 Procuring food for yourself or family,Going to the pharmacy,Other (specify):
470 Procuring food for yourself or family
471 Procuring food for yourself or family
472
473
474
475
476
477 Procuring food for yourself or family
478
479
480 Walking a pet,Procuring food for yourself or family
481
482 Going to work,Procuring food for yourself or family
483 Going to work,Procuring food for yourself or family
484 Going to work,Walking a pet,Going to the pharmacy
485 Getting tired of being inside of the house
486
487 Going to the pharmacy
488
489 Procuring food for yourself or family
490 Going to work,Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments
491 Walking a pet
492 Walking a pet,Procuring food for yourself or family
493 Going to the hospital / receiving medical treatments
494 Going to work,Procuring food for yourself or family,Going to the pharmacy
495 Procuring food for yourself or family
496
497 Procuring food for yourself or family
498 Getting bored
499 Procuring food for yourself or family,Going to the pharmacy
500
501
502
503 Procuring food for yourself or family,Going to the pharmacy
504 Going to work
505 Walking a pet,Procuring food for yourself or family
506 Procuring food for yourself or family
507
508 Going to the hospital / receiving medical treatments
509 Procuring food for yourself or family
510 Going to work,Procuring food for yourself or family,Going to the pharmacy
511 Going to work,Walking a pet,Procuring food for yourself or family,Going to the pharmacy
512 Going to work
513
514 Procuring food for yourself or family
515
516 Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
517
518 Going to work,Procuring food for yourself or family,Going to the pharmacy,Getting tired of being inside of the house
519
520
521 Procuring food for yourself or family
522 Procuring food for yourself or family,Going to the pharmacy
523 Going to work,Walking a pet,Procuring food for yourself or family
524 Going to work
525 Procuring food for yourself or family,Other (specify):
526
527 Procuring food for yourself or family,Going to the pharmacy
528 Procuring food for yourself or family,Taking care of dependents
529
530 Procuring food for yourself or family,Going to the pharmacy
531 Procuring food for yourself or family
532
533 Procuring food for yourself or family
534 Procuring food for yourself or family
535 Getting some adrenaline (from breaking the law)
536 Going to work
537 Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
538 Going to the pharmacy,Going to the hospital / receiving medical treatments
539
540 Going to work,Procuring food for yourself or family,Going to the pharmacy
541 Procuring food for yourself or family,Going to the pharmacy
542 Procuring food for yourself or family,Going to the pharmacy
543
544 Procuring food for yourself or family,Getting tired of being inside of the house,Exercising my freedom
545
546 Procuring food for yourself or family
547
548 Going to work,Procuring food for yourself or family
549 Procuring food for yourself or family,Going to the pharmacy,Getting bored,Exercising my freedom
550 Going to work,Procuring food for yourself or family
551 Going to work
552 Walking a pet,Procuring food for yourself or family,Going to the pharmacy
553 Going to the hospital / receiving medical treatments,Getting some adrenaline (from breaking the law)
554 Procuring food for yourself or family,Going to the pharmacy,Other (specify):
555
556
557 Going to work,Procuring food for yourself or family
558 Procuring food for yourself or family,Going to the pharmacy
559 Walking a pet,Procuring food for yourself or family
560 Going to the pharmacy,Going to the hospital / receiving medical treatments
561 Procuring food for yourself or family,Going to the hospital / receiving medical treatments
562 Walking a pet,Procuring food for yourself or family,Going to the pharmacy
563
564 Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family
565
566
567 Going to work
568
569
570
571
572 Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the pharmacy,Getting bored
573 Procuring food for yourself or family
574 Procuring food for yourself or family
575 Procuring food for yourself or family
576 Procuring food for yourself or family,Going to the pharmacy
577 Procuring food for yourself or family,Getting tired of being inside of the house
578
579
580
581 Going to work,Procuring food for yourself or family
582 Procuring food for yourself or family,Going to the pharmacy,Other (specify):
583
584 Going to work,Procuring food for yourself or family
585 Procuring food for yourself or family,Going to the pharmacy
586 Procuring food for yourself or family
587 Going to work,Procuring food for yourself or family,Taking care of dependents
588 Going to work
589
590
591 Going to work,Going to the pharmacy
592 Procuring food for yourself or family
593 Procuring food for yourself or family,Taking care of dependents
594 Going to work,Walking a pet,Procuring food for yourself or family,Other (specify):
595 Procuring food for yourself or family,Going to the pharmacy
596
597 Going to work,Procuring food for yourself or family
598
599 Procuring food for yourself or family
600 Procuring food for yourself or family,Taking care of dependents
601 Procuring food for yourself or family,Taking care of dependents
602 Taking care of dependents
603
604
605
606 Going to work,Procuring food for yourself or family,Going to the pharmacy
607 Procuring food for yourself or family,Going to the pharmacy
608 Procuring food for yourself or family,Going to the pharmacy,Other (specify):
609 Procuring food for yourself or family,Getting tired of being inside of the house
610 Procuring food for yourself or family
611
612 Procuring food for yourself or family
613 Walking a pet,Getting tired of being inside of the house,Getting bored
614
615 Going to work,Procuring food for yourself or family,Getting tired of being inside of the house,Getting bored
616
617
618 Going to work,Procuring food for yourself or family
619
620 Going to the pharmacy
621 Procuring food for yourself or family
622 Doing physical activity (e.g. exercising, jogging),Exercising my freedom
623 Procuring food for yourself or family
624 Procuring food for yourself or family,Going to the pharmacy
625 Procuring food for yourself or family,Going to the pharmacy
626 Procuring food for yourself or family
627
628
629 Going to work,Procuring food for yourself or family
630
631 Procuring food for yourself or family,Going to the pharmacy
632
633 Procuring food for yourself or family,Going to the pharmacy
634 Going to work
635
636 Going to work,Walking a pet,Procuring food for yourself or family,Going to the pharmacy
637
638 Going to work,Walking a pet,Procuring food for yourself or family,Taking care of dependents
639
640 Procuring food for yourself or family
641 Procuring food for yourself or family
642 Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
643 Going to work,Procuring food for yourself or family
644
645
646 Going to work,Procuring food for yourself or family
647
648
649 Procuring food for yourself or family
650
651
652 Taking care of dependents,Other (specify):
653 Procuring food for yourself or family,Going to the hospital / receiving medical treatments
654 Procuring food for yourself or family
655 Procuring food for yourself or family
656 Walking a pet,Procuring food for yourself or family,Going to the pharmacy
657
658 Procuring food for yourself or family,Taking care of dependents
659
660
661 Going to work,Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments
662 Procuring food for yourself or family
663 Going to work,Procuring food for yourself or family
664 Going to work,Procuring food for yourself or family
665
666
667 Walking a pet,Procuring food for yourself or family,Going to the pharmacy
668 Going to work,Procuring food for yourself or family
669
670 Walking a pet,Procuring food for yourself or family
671 Procuring food for yourself or family,Going to the pharmacy
672 Going to work,Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
673
674 Procuring food for yourself or family,Going to the pharmacy
675 Procuring food for yourself or family,Going to the pharmacy,Getting tired of being inside of the house
676
677 Going to work
678 Procuring food for yourself or family,Going to the pharmacy
679
680 Procuring food for yourself or family,Going to the pharmacy
681
682 Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments,Taking care of dependents
683
684 Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family
685 Procuring food for yourself or family,Going to the pharmacy
686 Walking a pet,Procuring food for yourself or family
687 Procuring food for yourself or family,Going to the pharmacy
688
689 Going to the pharmacy,Other (specify):
690 Going to work,Procuring food for yourself or family,Going to the hospital / receiving medical treatments
691 Doing physical activity (e.g. exercising, jogging),Getting tired of being inside of the house
692
693 Procuring food for yourself or family,Going to the pharmacy
694
695 Going to work,Procuring food for yourself or family
696
697 Going to work,Procuring food for yourself or family
698 Procuring food for yourself or family
699 Going to work,Going to the pharmacy
700
701 Procuring food for yourself or family,Going to the pharmacy
702 Walking a pet
703 Procuring food for yourself or family
704 Taking care of dependents
705
706
707 Going to work
708 Procuring food for yourself or family
709
710 Procuring food for yourself or family,Going to the pharmacy
711
712
713 Procuring food for yourself or family,Going to the pharmacy
714 Procuring food for yourself or family
715 Going to the pharmacy,Taking care of dependents
716
717
718 Procuring food for yourself or family,Going to the pharmacy
719 Going to work,Procuring food for yourself or family
720 Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
721 Walking a pet,Procuring food for yourself or family,Going to the pharmacy
722 Going to work,Procuring food for yourself or family,Taking care of dependents
723 Procuring food for yourself or family,Exercising my freedom
724
725 Procuring food for yourself or family,Going to the pharmacy
726 Procuring food for yourself or family,Going to the pharmacy
727 Going to work
728 Procuring food for yourself or family
729
730 Procuring food for yourself or family
731 Procuring food for yourself or family
732 Going to work,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Taking care of dependents,Getting tired of being inside of the house,Exercising my freedom
733 Taking care of dependents
734 Going to work,Procuring food for yourself or family
735 Going to work,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the pharmacy,Getting tired of being inside of the house
736
737 Procuring food for yourself or family
738 Procuring food for yourself or family
739 Going to work,Procuring food for yourself or family,Going to the pharmacy
740 Walking a pet,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family
741
742
743
744
745
746 Going to work,Procuring food for yourself or family,Going to the hospital / receiving medical treatments
747
748
749
750
751 Going to work,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family
752 Going to work,Procuring food for yourself or family
753
754 Exercising my freedom
755
756 Walking a pet,Procuring food for yourself or family,Going to the pharmacy
757 Going to work,Doing physical activity (e.g. exercising, jogging),Meeting friends or relatives,Getting tired of being inside of the house,Getting some adrenaline (from breaking the law),Exercising my freedom
758 Going to work,Procuring food for yourself or family
759 Procuring food for yourself or family,Getting tired of being inside of the house,Exercising my freedom
760 Procuring food for yourself or family,Going to the pharmacy
761 Going to work,Walking a pet,Procuring food for yourself or family,Going to the pharmacy
762
763
764 Procuring food for yourself or family,Meeting friends or relatives,Getting tired of being inside of the house
765
766 Getting bored
767
768 Going to work,Meeting friends or relatives,Exercising my freedom
769 Procuring food for yourself or family,Going to the pharmacy
770
771 Procuring food for yourself or family,Going to the pharmacy
772 Going to work,Walking a pet
773 Procuring food for yourself or family,Going to the pharmacy
774
775
776 Going to the pharmacy,Getting bored
777 Going to work,Procuring food for yourself or family
778
779
780 Going to work,Procuring food for yourself or family
781
782 Going to work,Going to the pharmacy
783 Procuring food for yourself or family
784
785 Getting bored,Exercising my freedom
786 Going to the pharmacy
787 Walking a pet,Procuring food for yourself or family
788
789 Walking a pet,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Taking care of dependents
790 Procuring food for yourself or family,Going to the pharmacy
791
792 Procuring food for yourself or family
793
794
795
796
797 Getting bored
798
799
800 Going to work,Procuring food for yourself or family,Going to the pharmacy
801 Procuring food for yourself or family,Going to the pharmacy
802 Going to work,Walking a pet,Procuring food for yourself or family,Going to the pharmacy
803 Procuring food for yourself or family
804 Procuring food for yourself or family
805 Procuring food for yourself or family,Going to the pharmacy
806
807 Procuring food for yourself or family
808
809 Procuring food for yourself or family
810
811
812
813 Going to work
814
815
816 Procuring food for yourself or family
817 Procuring food for yourself or family
818 Going to work,Procuring food for yourself or family,Going to the pharmacy
819
820 Procuring food for yourself or family,Taking care of dependents
821 Going to work,Procuring food for yourself or family
822 Procuring food for yourself or family
823 Procuring food for yourself or family
824
825 Going to work,Procuring food for yourself or family
826
827
828 Going to the pharmacy,Meeting friends or relatives,Getting tired of being inside of the house,Getting bored
829 Going to work,Procuring food for yourself or family
830 Procuring food for yourself or family
831 Procuring food for yourself or family
832 Procuring food for yourself or family
833 Procuring food for yourself or family,Going to the hospital / receiving medical treatments
834 Procuring food for yourself or family
835 Procuring food for yourself or family
836 Procuring food for yourself or family
837 Procuring food for yourself or family
838
839
840
841 Procuring food for yourself or family,Going to the pharmacy
842 Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
843
844 Going to work,Procuring food for yourself or family,Taking care of dependents
845
846 Procuring food for yourself or family
847 Procuring food for yourself or family,Taking care of dependents,Getting tired of being inside of the house,Exercising my freedom
848 Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents,Meeting friends or relatives
849
850 Procuring food for yourself or family
851 Procuring food for yourself or family
852
853 Procuring food for yourself or family
854 Going to the pharmacy
855 Procuring food for yourself or family,Going to the pharmacy
856 Procuring food for yourself or family
857
858 Procuring food for yourself or family
859 Exercising my freedom
860
861
862 Procuring food for yourself or family
863
864
865 Going to the pharmacy
866 Walking a pet,Procuring food for yourself or family,Going to the pharmacy,Getting tired of being inside of the house
867
868 Going to work,Walking a pet,Procuring food for yourself or family,Going to the pharmacy
869 Going to the pharmacy
870 Procuring food for yourself or family
871 Procuring food for yourself or family,Going to the pharmacy
872
873 Procuring food for yourself or family
874
875
876 Other (specify):
877 Procuring food for yourself or family
878 Walking a pet,Procuring food for yourself or family
879 Procuring food for yourself or family
880 Going to work,Procuring food for yourself or family
881
882 Walking a pet,Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments
883 Procuring food for yourself or family,Going to the pharmacy
884
885 Going to work,Procuring food for yourself or family,Going to the pharmacy
886
887
888
889 Going to work,Walking a pet,Procuring food for yourself or family
890 Other (specify):
891 Procuring food for yourself or family,Going to the pharmacy
892 Going to work
893
894 Going to work,Procuring food for yourself or family
895 Going to work,Procuring food for yourself or family,Going to the pharmacy
896
897 Walking a pet,Procuring food for yourself or family,Going to the pharmacy
898
899 Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the pharmacy
900
901 Walking a pet,Procuring food for yourself or family,Going to the pharmacy
902 Going to work,Procuring food for yourself or family
903 Procuring food for yourself or family
904
905 Procuring food for yourself or family
906 Procuring food for yourself or family
907 Procuring food for yourself or family,Going to the pharmacy
908 Procuring food for yourself or family,Going to the pharmacy,Other (specify):
909 Procuring food for yourself or family
910
911 Procuring food for yourself or family
912
913 Going to work
914
915 Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the pharmacy
916
917
918 Procuring food for yourself or family,Getting tired of being inside of the house
919 Procuring food for yourself or family,Taking care of dependents
920
921 Walking a pet
922 Procuring food for yourself or family
923
924 Procuring food for yourself or family,Taking care of dependents
925
926 Procuring food for yourself or family,Going to the pharmacy
927
928 Procuring food for yourself or family
929 Procuring food for yourself or family,Going to the pharmacy
930 Going to work,Procuring food for yourself or family
931 Going to work
932 Procuring food for yourself or family,Going to the pharmacy
933
934 Going to work,Procuring food for yourself or family,Taking care of dependents
935 Procuring food for yourself or family
936 Getting bored
937 Procuring food for yourself or family,Going to the pharmacy
938 Walking a pet
939
940 Procuring food for yourself or family,Going to the pharmacy,Getting tired of being inside of the house
941 Walking a pet,Doing physical activity (e.g. exercising, jogging)
942
943 Going to work,Procuring food for yourself or family,Going to the pharmacy
944 Procuring food for yourself or family,Going to the pharmacy
945
946
947
948 Walking a pet,Procuring food for yourself or family
949
950 Procuring food for yourself or family
951
952 Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
953
954 Walking a pet,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents,Getting tired of being inside of the house,Getting bored
955 Walking a pet,Procuring food for yourself or family,Going to the pharmacy
956 Going to work,Procuring food for yourself or family,Going to the pharmacy
957 Procuring food for yourself or family,Going to the pharmacy
958
959 Going to work,Procuring food for yourself or family,Taking care of dependents
960 Procuring food for yourself or family,Taking care of dependents,Other (specify):
961
962
963 Getting tired of being inside of the house
964 Going to work,Procuring food for yourself or family
965 Going to work,Procuring food for yourself or family,Going to the pharmacy
966 Procuring food for yourself or family
967 Going to work
968 Procuring food for yourself or family
969
970
971 Going to the pharmacy,Going to the hospital / receiving medical treatments,Taking care of dependents
972 Procuring food for yourself or family,Going to the pharmacy
973
974
975 Procuring food for yourself or family,Taking care of dependents
976
977 Procuring food for yourself or family
978 Procuring food for yourself or family
979 Procuring food for yourself or family,Going to the pharmacy,Getting tired of being inside of the house
980 Going to work,Procuring food for yourself or family,Going to the pharmacy
981 Procuring food for yourself or family,Going to the pharmacy
982
983 Going to work
984
985
986 Going to work,Procuring food for yourself or family
987 Going to work,Procuring food for yourself or family
988 Procuring food for yourself or family,Going to the pharmacy
989 Walking a pet,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the pharmacy,Exercising my freedom
990 Walking a pet,Procuring food for yourself or family,Going to the pharmacy
991 Going to the hospital / receiving medical treatments
992
993 Procuring food for yourself or family
994 Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments,Taking care of dependents
995
996 Going to work
997
998 Going to work,Walking a pet
999
1000 Procuring food for yourself or family,Going to the pharmacy
1001
1002
1003 Going to work,Walking a pet,Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments
1004
1005
1006 Going to work,Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
1007 Doing physical activity (e.g. exercising, jogging),Taking care of dependents
1008
1009 Going to work,Procuring food for yourself or family
1010 Walking a pet,Procuring food for yourself or family
1011
1012
1013 Procuring food for yourself or family
1014 Procuring food for yourself or family,Going to the pharmacy
1015
1016
1017 Procuring food for yourself or family
1018
1019 Procuring food for yourself or family,Going to the pharmacy
1020 Procuring food for yourself or family
1021
1022 Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the pharmacy,Exercising my freedom
1023 Procuring food for yourself or family,Going to the pharmacy
1024
1025 Procuring food for yourself or family
1026 Going to work
1027 Going to work,Walking a pet
1028 Procuring food for yourself or family,Going to the hospital / receiving medical treatments,Taking care of dependents
1029 Going to work,Taking care of dependents,Exercising my freedom
1030 Procuring food for yourself or family
1031 Procuring food for yourself or family,Going to the pharmacy
1032
1033 Going to work,Walking a pet,Procuring food for yourself or family
1034 Going to work,Walking a pet,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the pharmacy,Meeting friends or relatives,Getting tired of being inside of the house,Exercising my freedom
1035
1036 Walking a pet,Procuring food for yourself or family
1037 Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the pharmacy,Getting tired of being inside of the house,Getting bored,Getting some adrenaline (from breaking the law),Exercising my freedom,Other (specify):
1038
1039
1040
1041 Procuring food for yourself or family
1042
1043 Procuring food for yourself or family
1044
1045
1046 Walking a pet,Procuring food for yourself or family,Other (specify):
1047 Going to work,Procuring food for yourself or family
1048
1049
1050
1051 Going to work,Procuring food for yourself or family,Going to the pharmacy
1052
1053 Procuring food for yourself or family
1054 Going to work,Procuring food for yourself or family,Exercising my freedom
1055 Going to work,Procuring food for yourself or family,Going to the pharmacy
1056
1057
1058 Going to work
1059 Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family
1060 Procuring food for yourself or family
1061
1062 Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments,Taking care of dependents
1063
1064 Procuring food for yourself or family
1065
1066 Procuring food for yourself or family,Going to the pharmacy,Exercising my freedom
1067
1068
1069 Walking a pet
1070
1071 Procuring food for yourself or family,Going to the pharmacy
1072
1073
1074 Procuring food for yourself or family,Going to the pharmacy
1075 Going to work,Procuring food for yourself or family
1076 Procuring food for yourself or family
1077
1078 Procuring food for yourself or family
1079 Going to work,Procuring food for yourself or family
1080
1081 Procuring food for yourself or family
1082 Procuring food for yourself or family,Getting tired of being inside of the house
1083 Procuring food for yourself or family
1084
1085 Going to work,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the pharmacy
1086 Procuring food for yourself or family,Going to the pharmacy,Other (specify):
1087 Going to work,Procuring food for yourself or family,Going to the pharmacy
1088 Going to work,Procuring food for yourself or family,Going to the pharmacy
1089 Procuring food for yourself or family
1090 Going to work,Walking a pet
1091 Getting tired of being inside of the house
1092 Procuring food for yourself or family,Going to the pharmacy
1093 Taking care of dependents,Exercising my freedom
1094
1095
1096 Getting tired of being inside of the house
1097 Going to work,Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
1098
1099 Procuring food for yourself or family
1100
1101
1102 Procuring food for yourself or family,Going to the pharmacy
1103 Procuring food for yourself or family
1104 Procuring food for yourself or family
1105
1106 Procuring food for yourself or family
1107 Walking a pet,Procuring food for yourself or family
1108 Going to work,Procuring food for yourself or family,Going to the pharmacy
1109
1110 Going to work,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the pharmacy
1111 Going to work,Walking a pet,Procuring food for yourself or family,Going to the pharmacy
1112 Walking a pet,Procuring food for yourself or family,Going to the hospital / receiving medical treatments
1113
1114 Walking a pet,Procuring food for yourself or family
1115 Procuring food for yourself or family
1116 Procuring food for yourself or family,Going to the pharmacy
1117 Procuring food for yourself or family
1118 Procuring food for yourself or family
1119
1120 Procuring food for yourself or family,Going to the pharmacy
1121
1122
1123
1124 Going to work,Walking a pet,Going to the pharmacy,Getting tired of being inside of the house
1125
1126
1127 Procuring food for yourself or family
1128 Procuring food for yourself or family,Going to the pharmacy
1129 Procuring food for yourself or family
1130
1131 Procuring food for yourself or family,Going to the pharmacy
1132 Procuring food for yourself or family
1133
1134
1135 Procuring food for yourself or family,Going to the hospital / receiving medical treatments
1136 Procuring food for yourself or family,Taking care of dependents
1137 Procuring food for yourself or family,Going to the pharmacy
1138 Walking a pet,Procuring food for yourself or family
1139 Walking a pet,Procuring food for yourself or family
1140 Going to work,Procuring food for yourself or family
1141
1142
1143
1144
1145 Taking care of dependents
1146 Procuring food for yourself or family
1147 Going to the pharmacy
1148 Procuring food for yourself or family,Going to the pharmacy
1149 Procuring food for yourself or family
1150 Procuring food for yourself or family,Going to the pharmacy
1151
1152 Procuring food for yourself or family,Going to the pharmacy
1153 Procuring food for yourself or family
1154
1155 Procuring food for yourself or family
1156
1157 Procuring food for yourself or family
1158 Procuring food for yourself or family,Going to the pharmacy
1159
1160
1161 Walking a pet,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments,Meeting friends or relatives,Getting bored
1162 Walking a pet,Procuring food for yourself or family
1163 Procuring food for yourself or family,Going to the pharmacy
1164
1165
1166 Going to the hospital / receiving medical treatments
1167 Procuring food for yourself or family,Going to the pharmacy
1168 Procuring food for yourself or family,Going to the pharmacy
1169 Procuring food for yourself or family
1170
1171
1172 Going to work,Procuring food for yourself or family,Taking care of dependents,Exercising my freedom
1173
1174 Procuring food for yourself or family,Taking care of dependents
1175 Walking a pet,Procuring food for yourself or family
1176
1177 Walking a pet,Doing physical activity (e.g. exercising, jogging)
1178
1179
1180
1181 Procuring food for yourself or family
1182 Walking a pet
1183
1184 Procuring food for yourself or family
1185 Going to work
1186
1187 Procuring food for yourself or family
1188 Walking a pet,Procuring food for yourself or family
1189
1190
1191 Procuring food for yourself or family,Going to the pharmacy,Taking care of dependents
1192
1193
1194
1195 Procuring food for yourself or family
1196 Going to work
1197 Going to work,Procuring food for yourself or family
1198 Procuring food for yourself or family
1199
1200 Going to work,Going to the pharmacy,Going to the hospital / receiving medical treatments,Other (specify):
1201
1202 Going to work,Procuring food for yourself or family,Going to the pharmacy,Going to the hospital / receiving medical treatments,Taking care of dependents
1203 Procuring food for yourself or family,Going to the pharmacy
1204
1205 Walking a pet,Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family,Taking care of dependents
1206 Procuring food for yourself or family,Going to the pharmacy
1207 Doing physical activity (e.g. exercising, jogging),Procuring food for yourself or family
1208 Procuring food for yourself or family
1209 Procuring food for yourself or family,Going to the pharmacy
1210 Procuring food for yourself or family
1211 Going to work,Procuring food for yourself or family
1212
1213
1214
1215 Procuring food for yourself or family
1216 Going to work,Going to the pharmacy,Going to the hospital / receiving medical treatments
1217 Procuring food for yourself or family
1218
1219 Procuring food for yourself or family
1220
1221
1222 Going to work
1223
1224 Going to work
1225 Procuring food for yourself or family,Going to the pharmacy
1226 Walking a pet,Procuring food for yourself or family,Going to the pharmacy
1227 Procuring food for yourself or family,Going to the pharmacy
1228 Procuring food for yourself or family
1229 Going to the hospital / receiving medical treatments,Other (specify):
1230 Doing physical activity (e.g. exercising, jogging)
1231
1232 Procuring food for yourself or family,Going to the pharmacy
1233
1234
1235
1236
1237 Going to work
1238 Procuring food for yourself or family
1239 Procuring food for yourself or family,Other (specify):
1240
1241
1242
1243
1244
1245 Doing physical activity (e.g. exercising, jogging),Meeting friends or relatives
1246
1247 Going to the hospital / receiving medical treatments
1248 Procuring food for yourself or family
1249 Procuring food for yourself or family,Going to the pharmacy
Q25_13_TEXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188 Andare in banca
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211 Fare prendere aria ai bimbi
212
213
214
215 Andare a lavoro
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293 buttare via i rifiuti
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358 Fare la spesa
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443 SONO CAZZI MIEI
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469 Andare al centro Tim perché non posso collegarmi su internet dal computer
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525 Incontrare mia figlia
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554 Buttare spazzatura
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582 sono rimasto senza soldi ed ho mutuo e spese da pagare
583
584
585
586
587
588
589
590
591
592
593
594 posta e banca
595
596
597
598
599
600
601
602
603
604
605
606
607
608 ANDARE DALLA NIPOTINA PERCHE LA MAMMA E AL NONO MESE E NON SI SA MAI
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652 Visita veterinaria per un animale domestico
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689 andare a fare spesa
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876 Rientrare a casa
877
878
879
880
881
882
883
884
885
886
887
888
889
890 ducumenti molto importanti causa padre morto 5 giorni fa
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908 Ufficio Postale
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960 Andare a ritirare la carta di identitÃ
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037 curare il mio equilibrio psicofisico
1038
1039
1040
1041
1042
1043
1044
1045
1046 Pagare bollette-caricare carta prepagata- andare in banca
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086 Prelevare soldi per le spese
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200 andare dall'ottico
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229 Devo fare delle analisi
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239 Butare via i rifiuti
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
Q26
1
2
3
4 g.\\tHomeschooling
5 a.\\tConflicts in the family,c.\\tLack of exercise,f.\\tLoss of job / income source,h.\\tLack of social activities
6 h.\\tLack of social activities
7 d.\\tLack of fresh air,Other (specify):
8 f.\\tLoss of job / income source
9 b.\\tBoredom
10 b.\\tBoredom
11 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
12 a.\\tConflicts in the family
13 f.\\tLoss of job / income source
14 a.\\tConflicts in the family
15 a.\\tConflicts in the family
16 a.\\tConflicts in the family
17
18 a.\\tConflicts in the family,b.\\tBoredom,i.\\tCombining homeschooling and working on distance,j. Loneliness,Other (specify):
19 c.\\tLack of exercise
20 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,f.\\tLoss of job / income source,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance
21 c.\\tLack of exercise
22 c.\\tLack of exercise
23 a.\\tConflicts in the family,d.\\tLack of fresh air,f.\\tLoss of job / income source,i.\\tCombining homeschooling and working on distance
24 e.\\tLack of freedom
25
26 b.\\tBoredom,d.\\tLack of fresh air
27 f.\\tLoss of job / income source
28 i.\\tCombining homeschooling and working on distance
29 e.\\tLack of freedom,g.\\tHomeschooling,i.\\tCombining homeschooling and working on distance
30 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
31 b.\\tBoredom,h.\\tLack of social activities
32 b.\\tBoredom,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
33 Other (specify):
34 c.\\tLack of exercise,h.\\tLack of social activities
35 a.\\tConflicts in the family,b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,j. Loneliness
36 a.\\tConflicts in the family,b.\\tBoredom,e.\\tLack of freedom
37 a.\\tConflicts in the family,b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,j. Loneliness
38 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
39 c.\\tLack of exercise,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
40
41 g.\\tHomeschooling,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance
42 e.\\tLack of freedom
43 c.\\tLack of exercise,d.\\tLack of fresh air,h.\\tLack of social activities
44 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
45 d.\\tLack of fresh air
46 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom
47 c.\\tLack of exercise
48 b.\\tBoredom,j. Loneliness
49 b.\\tBoredom,e.\\tLack of freedom,h.\\tLack of social activities
50 d.\\tLack of fresh air
51 b.\\tBoredom,c.\\tLack of exercise,h.\\tLack of social activities
52 a.\\tConflicts in the family,c.\\tLack of exercise
53 f.\\tLoss of job / income source,j. Loneliness
54 e.\\tLack of freedom
55 c.\\tLack of exercise
56 e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
57 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,g.\\tHomeschooling
58 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air
59 h.\\tLack of social activities
60 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
61 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
62 b.\\tBoredom,e.\\tLack of freedom
63 c.\\tLack of exercise,j. Loneliness
64 d.\\tLack of fresh air,e.\\tLack of freedom
65 b.\\tBoredom,c.\\tLack of exercise
66 a.\\tConflicts in the family,c.\\tLack of exercise,h.\\tLack of social activities
67 f.\\tLoss of job / income source
68 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,h.\\tLack of social activities
69 h.\\tLack of social activities
70 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
71 b.\\tBoredom,d.\\tLack of fresh air
72 b.\\tBoredom,e.\\tLack of freedom
73 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,g.\\tHomeschooling,h.\\tLack of social activities,j. Loneliness
74 c.\\tLack of exercise,h.\\tLack of social activities
75 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,g.\\tHomeschooling
76 Other (specify):
77 a.\\tConflicts in the family,d.\\tLack of fresh air,f.\\tLoss of job / income source,g.\\tHomeschooling,i.\\tCombining homeschooling and working on distance
78 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
79
80 e.\\tLack of freedom
81 h.\\tLack of social activities
82 h.\\tLack of social activities
83 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,g.\\tHomeschooling,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance,j. Loneliness
84 b.\\tBoredom,e.\\tLack of freedom
85 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom
86 g.\\tHomeschooling
87 b.\\tBoredom,c.\\tLack of exercise,f.\\tLoss of job / income source
88 b.\\tBoredom,d.\\tLack of fresh air,j. Loneliness
89
90
91 h.\\tLack of social activities
92 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
93 d.\\tLack of fresh air,h.\\tLack of social activities,j. Loneliness
94 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
95 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
96 e.\\tLack of freedom
97 d.\\tLack of fresh air,e.\\tLack of freedom
98 c.\\tLack of exercise
99 a.\\tConflicts in the family,b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,g.\\tHomeschooling,h.\\tLack of social activities
100 b.\\tBoredom,j. Loneliness
101 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air
102 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
103 g.\\tHomeschooling,j. Loneliness
104 c.\\tLack of exercise
105 b.\\tBoredom
106 c.\\tLack of exercise,e.\\tLack of freedom,g.\\tHomeschooling
107 a.\\tConflicts in the family,b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
108 c.\\tLack of exercise,h.\\tLack of social activities
109 e.\\tLack of freedom
110 f.\\tLoss of job / income source
111
112 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
113 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air
114 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
115 g.\\tHomeschooling
116 c.\\tLack of exercise
117 c.\\tLack of exercise,f.\\tLoss of job / income source,h.\\tLack of social activities
118 b.\\tBoredom
119 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,g.\\tHomeschooling,h.\\tLack of social activities,j. Loneliness
120 e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
121 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
122 a.\\tConflicts in the family,c.\\tLack of exercise
123 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
124 b.\\tBoredom,c.\\tLack of exercise,h.\\tLack of social activities
125 a.\\tConflicts in the family,f.\\tLoss of job / income source,g.\\tHomeschooling
126 b.\\tBoredom,d.\\tLack of fresh air,Other (specify):
127 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
128 f.\\tLoss of job / income source
129 h.\\tLack of social activities
130 b.\\tBoredom,h.\\tLack of social activities
131 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom
132 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,f.\\tLoss of job / income source,h.\\tLack of social activities
133 b.\\tBoredom,j. Loneliness
134 b.\\tBoredom
135 a.\\tConflicts in the family,b.\\tBoredom,d.\\tLack of fresh air,h.\\tLack of social activities
136 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,h.\\tLack of social activities
137 e.\\tLack of freedom
138 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
139 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
140 d.\\tLack of fresh air,e.\\tLack of freedom
141 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
142 f.\\tLoss of job / income source,g.\\tHomeschooling,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance
143 e.\\tLack of freedom
144 c.\\tLack of exercise,d.\\tLack of fresh air
145 b.\\tBoredom,h.\\tLack of social activities,j. Loneliness
146 e.\\tLack of freedom,f.\\tLoss of job / income source
147 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,h.\\tLack of social activities
148 b.\\tBoredom,c.\\tLack of exercise,h.\\tLack of social activities,j. Loneliness
149 e.\\tLack of freedom,h.\\tLack of social activities
150 f.\\tLoss of job / income source,h.\\tLack of social activities
151 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
152 b.\\tBoredom,c.\\tLack of exercise,f.\\tLoss of job / income source
153 d.\\tLack of fresh air,e.\\tLack of freedom
154
155 Other (specify):
156 j. Loneliness
157 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
158 d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
159 e.\\tLack of freedom,f.\\tLoss of job / income source
160 d.\\tLack of fresh air,e.\\tLack of freedom
161 b.\\tBoredom,d.\\tLack of fresh air
162 b.\\tBoredom,h.\\tLack of social activities
163 c.\\tLack of exercise
164 Other (specify):
165 c.\\tLack of exercise
166 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,g.\\tHomeschooling,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance,j. Loneliness
167 f.\\tLoss of job / income source
168 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,f.\\tLoss of job / income source,h.\\tLack of social activities
169 c.\\tLack of exercise,e.\\tLack of freedom,h.\\tLack of social activities
170 d.\\tLack of fresh air,e.\\tLack of freedom
171 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
172 e.\\tLack of freedom,h.\\tLack of social activities
173 b.\\tBoredom,d.\\tLack of fresh air,j. Loneliness
174 c.\\tLack of exercise,h.\\tLack of social activities
175 f.\\tLoss of job / income source
176 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
177 a.\\tConflicts in the family,f.\\tLoss of job / income source,h.\\tLack of social activities
178 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
179 a.\\tConflicts in the family,d.\\tLack of fresh air,h.\\tLack of social activities,j. Loneliness
180 j. Loneliness
181 b.\\tBoredom,d.\\tLack of fresh air
182 f.\\tLoss of job / income source
183 b.\\tBoredom
184 c.\\tLack of exercise,d.\\tLack of fresh air,h.\\tLack of social activities,j. Loneliness
185 b.\\tBoredom,h.\\tLack of social activities
186 b.\\tBoredom
187 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
188 f.\\tLoss of job / income source
189 c.\\tLack of exercise
190 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,j. Loneliness
191 b.\\tBoredom,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance
192 Other (specify):
193 h.\\tLack of social activities
194 b.\\tBoredom,f.\\tLoss of job / income source
195 d.\\tLack of fresh air,e.\\tLack of freedom
196 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,g.\\tHomeschooling
197 a.\\tConflicts in the family,d.\\tLack of fresh air,f.\\tLoss of job / income source
198 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,g.\\tHomeschooling
199 e.\\tLack of freedom,h.\\tLack of social activities
200 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,g.\\tHomeschooling
201 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
202 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
203 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
204 e.\\tLack of freedom
205 b.\\tBoredom,c.\\tLack of exercise,f.\\tLoss of job / income source,h.\\tLack of social activities
206 a.\\tConflicts in the family,g.\\tHomeschooling,j. Loneliness
207 j. Loneliness
208 b.\\tBoredom,f.\\tLoss of job / income source,j. Loneliness
209 d.\\tLack of fresh air,h.\\tLack of social activities
210
211 c.\\tLack of exercise,d.\\tLack of fresh air,i.\\tCombining homeschooling and working on distance
212 h.\\tLack of social activities
213 e.\\tLack of freedom
214 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
215 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
216 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
217 f.\\tLoss of job / income source
218 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air
219 b.\\tBoredom
220 c.\\tLack of exercise,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
221 b.\\tBoredom
222 Other (specify):
223 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,g.\\tHomeschooling
224 a.\\tConflicts in the family,e.\\tLack of freedom
225 j. Loneliness
226 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,h.\\tLack of social activities
227 b.\\tBoredom
228 b.\\tBoredom,d.\\tLack of fresh air
229 b.\\tBoredom,g.\\tHomeschooling
230 h.\\tLack of social activities
231 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom
232 e.\\tLack of freedom,f.\\tLoss of job / income source
233 c.\\tLack of exercise,d.\\tLack of fresh air
234 e.\\tLack of freedom,h.\\tLack of social activities
235 b.\\tBoredom,f.\\tLoss of job / income source,j. Loneliness
236 a.\\tConflicts in the family,b.\\tBoredom,e.\\tLack of freedom
237 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
238 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,j. Loneliness
239 g.\\tHomeschooling,i.\\tCombining homeschooling and working on distance
240 b.\\tBoredom,e.\\tLack of freedom,j. Loneliness
241 e.\\tLack of freedom
242 e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
243 c.\\tLack of exercise,f.\\tLoss of job / income source,g.\\tHomeschooling
244 e.\\tLack of freedom
245 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
246 f.\\tLoss of job / income source
247 f.\\tLoss of job / income source
248 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
249 a.\\tConflicts in the family
250 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
251 e.\\tLack of freedom
252 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,h.\\tLack of social activities
253 f.\\tLoss of job / income source
254 c.\\tLack of exercise,h.\\tLack of social activities
255 b.\\tBoredom,c.\\tLack of exercise,h.\\tLack of social activities
256 b.\\tBoredom,e.\\tLack of freedom,f.\\tLoss of job / income source
257 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,g.\\tHomeschooling
258 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
259 a.\\tConflicts in the family,b.\\tBoredom,d.\\tLack of fresh air,j. Loneliness
260 b.\\tBoredom,c.\\tLack of exercise,f.\\tLoss of job / income source
261 d.\\tLack of fresh air,e.\\tLack of freedom
262 b.\\tBoredom,c.\\tLack of exercise,h.\\tLack of social activities,j. Loneliness
263 d.\\tLack of fresh air,f.\\tLoss of job / income source,h.\\tLack of social activities
264 b.\\tBoredom,d.\\tLack of fresh air
265 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,j. Loneliness
266 b.\\tBoredom
267 i.\\tCombining homeschooling and working on distance
268 a.\\tConflicts in the family
269 e.\\tLack of freedom
270 f.\\tLoss of job / income source
271
272 f.\\tLoss of job / income source
273 b.\\tBoredom
274 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
275 b.\\tBoredom,c.\\tLack of exercise,f.\\tLoss of job / income source,g.\\tHomeschooling,i.\\tCombining homeschooling and working on distance
276
277 d.\\tLack of fresh air,e.\\tLack of freedom
278 c.\\tLack of exercise,d.\\tLack of fresh air,f.\\tLoss of job / income source
279 c.\\tLack of exercise,h.\\tLack of social activities
280 h.\\tLack of social activities
281 a.\\tConflicts in the family,d.\\tLack of fresh air,f.\\tLoss of job / income source,i.\\tCombining homeschooling and working on distance
282 d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
283 d.\\tLack of fresh air,e.\\tLack of freedom
284
285 b.\\tBoredom
286 b.\\tBoredom
287 b.\\tBoredom,c.\\tLack of exercise,f.\\tLoss of job / income source
288 a.\\tConflicts in the family,b.\\tBoredom,e.\\tLack of freedom
289
290 Other (specify):
291 b.\\tBoredom
292 e.\\tLack of freedom,h.\\tLack of social activities
293 f.\\tLoss of job / income source
294 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
295 b.\\tBoredom,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
296 d.\\tLack of fresh air
297 b.\\tBoredom
298 c.\\tLack of exercise,d.\\tLack of fresh air
299 b.\\tBoredom,f.\\tLoss of job / income source,j. Loneliness
300 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
301 e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
302 b.\\tBoredom
303 a.\\tConflicts in the family,f.\\tLoss of job / income source,j. Loneliness
304 e.\\tLack of freedom
305 b.\\tBoredom
306
307 h.\\tLack of social activities,j. Loneliness
308 b.\\tBoredom,Other (specify):
309 e.\\tLack of freedom
310 c.\\tLack of exercise,f.\\tLoss of job / income source,h.\\tLack of social activities
311 e.\\tLack of freedom
312 e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
313 c.\\tLack of exercise
314 b.\\tBoredom,d.\\tLack of fresh air,f.\\tLoss of job / income source,h.\\tLack of social activities
315 h.\\tLack of social activities
316 c.\\tLack of exercise,f.\\tLoss of job / income source,i.\\tCombining homeschooling and working on distance
317 a.\\tConflicts in the family,c.\\tLack of exercise,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
318 a.\\tConflicts in the family,f.\\tLoss of job / income source
319 Other (specify):
320 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
321 e.\\tLack of freedom
322 e.\\tLack of freedom,j. Loneliness
323 b.\\tBoredom,j. Loneliness
324 b.\\tBoredom,j. Loneliness
325 Other (specify):
326 d.\\tLack of fresh air,e.\\tLack of freedom
327 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
328 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
329 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
330 e.\\tLack of freedom,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance
331 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air
332 j. Loneliness
333 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,g.\\tHomeschooling
334
335 e.\\tLack of freedom,h.\\tLack of social activities
336 a.\\tConflicts in the family,b.\\tBoredom,f.\\tLoss of job / income source
337 b.\\tBoredom,e.\\tLack of freedom
338 e.\\tLack of freedom,f.\\tLoss of job / income source
339 b.\\tBoredom,c.\\tLack of exercise,f.\\tLoss of job / income source,h.\\tLack of social activities
340 b.\\tBoredom,c.\\tLack of exercise
341 g.\\tHomeschooling
342 b.\\tBoredom,d.\\tLack of fresh air,h.\\tLack of social activities,j. Loneliness
343 a.\\tConflicts in the family
344 h.\\tLack of social activities
345 f.\\tLoss of job / income source
346 e.\\tLack of freedom
347 i.\\tCombining homeschooling and working on distance
348 a.\\tConflicts in the family,c.\\tLack of exercise
349 c.\\tLack of exercise,d.\\tLack of fresh air,g.\\tHomeschooling,i.\\tCombining homeschooling and working on distance
350 a.\\tConflicts in the family,f.\\tLoss of job / income source,Other (specify):
351 e.\\tLack of freedom,h.\\tLack of social activities
352 d.\\tLack of fresh air,f.\\tLoss of job / income source
353 c.\\tLack of exercise,f.\\tLoss of job / income source
354 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise
355 d.\\tLack of fresh air,h.\\tLack of social activities
356 c.\\tLack of exercise,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
357 a.\\tConflicts in the family,h.\\tLack of social activities
358 d.\\tLack of fresh air
359 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
360 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom
361 e.\\tLack of freedom
362 d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
363 d.\\tLack of fresh air,f.\\tLoss of job / income source
364 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
365 a.\\tConflicts in the family,b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,j. Loneliness
366 b.\\tBoredom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
367 Other (specify):
368 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,h.\\tLack of social activities
369 c.\\tLack of exercise,d.\\tLack of fresh air,g.\\tHomeschooling
370 e.\\tLack of freedom
371 c.\\tLack of exercise,f.\\tLoss of job / income source,j. Loneliness
372 f.\\tLoss of job / income source
373 f.\\tLoss of job / income source
374 b.\\tBoredom,e.\\tLack of freedom,h.\\tLack of social activities
375 e.\\tLack of freedom
376
377 c.\\tLack of exercise
378 d.\\tLack of fresh air,f.\\tLoss of job / income source
379
380 b.\\tBoredom,e.\\tLack of freedom,h.\\tLack of social activities
381 c.\\tLack of exercise,d.\\tLack of fresh air
382 b.\\tBoredom,d.\\tLack of fresh air,h.\\tLack of social activities
383 d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
384 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,g.\\tHomeschooling,h.\\tLack of social activities
385 d.\\tLack of fresh air,e.\\tLack of freedom
386 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
387 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
388 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,g.\\tHomeschooling,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance,j. Loneliness
389 b.\\tBoredom
390 a.\\tConflicts in the family,d.\\tLack of fresh air,h.\\tLack of social activities
391 f.\\tLoss of job / income source
392 b.\\tBoredom
393 e.\\tLack of freedom
394 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
395 e.\\tLack of freedom,f.\\tLoss of job / income source
396 b.\\tBoredom
397 e.\\tLack of freedom,j. Loneliness
398 Other (specify):
399 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
400 b.\\tBoredom
401 b.\\tBoredom,e.\\tLack of freedom
402 b.\\tBoredom
403 f.\\tLoss of job / income source
404 e.\\tLack of freedom,f.\\tLoss of job / income source
405 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
406 Other (specify):
407 d.\\tLack of fresh air,e.\\tLack of freedom
408 h.\\tLack of social activities
409 e.\\tLack of freedom
410 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
411 f.\\tLoss of job / income source,j. Loneliness
412 a.\\tConflicts in the family,b.\\tBoredom,d.\\tLack of fresh air
413 a.\\tConflicts in the family
414 b.\\tBoredom,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
415 c.\\tLack of exercise,d.\\tLack of fresh air,f.\\tLoss of job / income source,j. Loneliness
416 a.\\tConflicts in the family,d.\\tLack of fresh air,e.\\tLack of freedom
417 a.\\tConflicts in the family,e.\\tLack of freedom
418 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,g.\\tHomeschooling,j. Loneliness
419 j. Loneliness
420 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
421 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
422
423 c.\\tLack of exercise
424 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,g.\\tHomeschooling,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance,j. Loneliness
425 c.\\tLack of exercise,d.\\tLack of fresh air
426 b.\\tBoredom,e.\\tLack of freedom,h.\\tLack of social activities
427 b.\\tBoredom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
428 j. Loneliness
429 d.\\tLack of fresh air
430 e.\\tLack of freedom
431 h.\\tLack of social activities
432 c.\\tLack of exercise,e.\\tLack of freedom
433 e.\\tLack of freedom
434 d.\\tLack of fresh air
435 f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
436 c.\\tLack of exercise,g.\\tHomeschooling
437 d.\\tLack of fresh air,e.\\tLack of freedom,g.\\tHomeschooling,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance
438 f.\\tLoss of job / income source
439 a.\\tConflicts in the family,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
440 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
441 c.\\tLack of exercise
442 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,j. Loneliness
443 Other (specify):
444 a.\\tConflicts in the family,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
445 a.\\tConflicts in the family,c.\\tLack of exercise,d.\\tLack of fresh air
446 d.\\tLack of fresh air,e.\\tLack of freedom,i.\\tCombining homeschooling and working on distance
447 d.\\tLack of fresh air,e.\\tLack of freedom
448 d.\\tLack of fresh air
449 a.\\tConflicts in the family,b.\\tBoredom,e.\\tLack of freedom
450 d.\\tLack of fresh air,f.\\tLoss of job / income source,h.\\tLack of social activities
451
452 f.\\tLoss of job / income source
453 h.\\tLack of social activities
454 a.\\tConflicts in the family,c.\\tLack of exercise,d.\\tLack of fresh air
455 f.\\tLoss of job / income source
456 e.\\tLack of freedom
457 c.\\tLack of exercise,e.\\tLack of freedom,f.\\tLoss of job / income source
458 d.\\tLack of fresh air
459 b.\\tBoredom,d.\\tLack of fresh air,h.\\tLack of social activities
460 b.\\tBoredom,d.\\tLack of fresh air
461 f.\\tLoss of job / income source
462 b.\\tBoredom
463 b.\\tBoredom,h.\\tLack of social activities
464 h.\\tLack of social activities
465
466 c.\\tLack of exercise
467 d.\\tLack of fresh air
468 h.\\tLack of social activities
469 a.\\tConflicts in the family,h.\\tLack of social activities
470 c.\\tLack of exercise,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
471 b.\\tBoredom,d.\\tLack of fresh air
472 b.\\tBoredom,e.\\tLack of freedom,f.\\tLoss of job / income source,Other (specify):
473 d.\\tLack of fresh air
474 c.\\tLack of exercise,Other (specify):
475 b.\\tBoredom
476 a.\\tConflicts in the family,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
477 c.\\tLack of exercise,f.\\tLoss of job / income source,h.\\tLack of social activities
478 b.\\tBoredom,e.\\tLack of freedom,f.\\tLoss of job / income source
479 f.\\tLoss of job / income source
480 b.\\tBoredom,e.\\tLack of freedom
481 b.\\tBoredom,c.\\tLack of exercise,f.\\tLoss of job / income source
482 Other (specify):
483 e.\\tLack of freedom,g.\\tHomeschooling
484 a.\\tConflicts in the family,b.\\tBoredom,d.\\tLack of fresh air,g.\\tHomeschooling
485 b.\\tBoredom
486 c.\\tLack of exercise,f.\\tLoss of job / income source
487 c.\\tLack of exercise
488 e.\\tLack of freedom
489 b.\\tBoredom,e.\\tLack of freedom
490 d.\\tLack of fresh air,j. Loneliness
491 d.\\tLack of fresh air
492 j. Loneliness
493 e.\\tLack of freedom
494 b.\\tBoredom,c.\\tLack of exercise,g.\\tHomeschooling,i.\\tCombining homeschooling and working on distance
495 c.\\tLack of exercise,e.\\tLack of freedom,f.\\tLoss of job / income source,g.\\tHomeschooling
496 f.\\tLoss of job / income source
497 h.\\tLack of social activities
498 f.\\tLoss of job / income source,Other (specify):
499 b.\\tBoredom,c.\\tLack of exercise,j. Loneliness
500 b.\\tBoredom,f.\\tLoss of job / income source
501 d.\\tLack of fresh air,e.\\tLack of freedom,g.\\tHomeschooling,h.\\tLack of social activities,j. Loneliness
502 a.\\tConflicts in the family,b.\\tBoredom,e.\\tLack of freedom,h.\\tLack of social activities
503 b.\\tBoredom
504 b.\\tBoredom
505 b.\\tBoredom,c.\\tLack of exercise,j. Loneliness
506 b.\\tBoredom,c.\\tLack of exercise
507 b.\\tBoredom,c.\\tLack of exercise
508 Other (specify):
509 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
510 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,f.\\tLoss of job / income source
511 g.\\tHomeschooling
512 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
513 c.\\tLack of exercise
514 b.\\tBoredom
515 h.\\tLack of social activities
516 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
517 e.\\tLack of freedom,i.\\tCombining homeschooling and working on distance
518 d.\\tLack of fresh air,e.\\tLack of freedom,g.\\tHomeschooling,h.\\tLack of social activities
519 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
520 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,j. Loneliness
521 j. Loneliness
522 a.\\tConflicts in the family,h.\\tLack of social activities
523 Other (specify):
524 a.\\tConflicts in the family,b.\\tBoredom,e.\\tLack of freedom,f.\\tLoss of job / income source
525 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,h.\\tLack of social activities
526 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,g.\\tHomeschooling,h.\\tLack of social activities,j. Loneliness
527 Other (specify):
528 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
529 d.\\tLack of fresh air,h.\\tLack of social activities
530 b.\\tBoredom,c.\\tLack of exercise,h.\\tLack of social activities
531 b.\\tBoredom,d.\\tLack of fresh air,f.\\tLoss of job / income source
532 a.\\tConflicts in the family,d.\\tLack of fresh air
533 e.\\tLack of freedom,g.\\tHomeschooling
534 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
535 b.\\tBoredom,i.\\tCombining homeschooling and working on distance
536 b.\\tBoredom,f.\\tLoss of job / income source
537 f.\\tLoss of job / income source
538 e.\\tLack of freedom
539 b.\\tBoredom
540 b.\\tBoredom,f.\\tLoss of job / income source
541 f.\\tLoss of job / income source
542 d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
543 g.\\tHomeschooling
544 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom
545 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
546 h.\\tLack of social activities
547 b.\\tBoredom
548 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
549 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
550 b.\\tBoredom,f.\\tLoss of job / income source
551 b.\\tBoredom
552 c.\\tLack of exercise,e.\\tLack of freedom,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance
553 b.\\tBoredom,c.\\tLack of exercise
554 f.\\tLoss of job / income source,Other (specify):
555 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,j. Loneliness
556 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
557 a.\\tConflicts in the family,b.\\tBoredom,f.\\tLoss of job / income source
558 e.\\tLack of freedom
559 d.\\tLack of fresh air,f.\\tLoss of job / income source,h.\\tLack of social activities
560 c.\\tLack of exercise,d.\\tLack of fresh air
561 e.\\tLack of freedom,h.\\tLack of social activities
562 a.\\tConflicts in the family,f.\\tLoss of job / income source,j. Loneliness
563 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
564 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
565 a.\\tConflicts in the family
566 d.\\tLack of fresh air
567 Other (specify):
568 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom
569 b.\\tBoredom,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
570 b.\\tBoredom,c.\\tLack of exercise,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
571 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,j. Loneliness
572 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
573 e.\\tLack of freedom
574 h.\\tLack of social activities
575 b.\\tBoredom,d.\\tLack of fresh air
576 b.\\tBoredom
577 b.\\tBoredom,e.\\tLack of freedom,h.\\tLack of social activities
578 Other (specify):
579 b.\\tBoredom,d.\\tLack of fresh air,j. Loneliness
580 b.\\tBoredom,c.\\tLack of exercise,j. Loneliness
581 f.\\tLoss of job / income source
582 f.\\tLoss of job / income source
583 b.\\tBoredom,d.\\tLack of fresh air
584 i.\\tCombining homeschooling and working on distance
585 a.\\tConflicts in the family,c.\\tLack of exercise,d.\\tLack of fresh air
586 b.\\tBoredom,j. Loneliness
587 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,f.\\tLoss of job / income source,j. Loneliness
588 c.\\tLack of exercise,d.\\tLack of fresh air
589 b.\\tBoredom,j. Loneliness
590 e.\\tLack of freedom
591 c.\\tLack of exercise,e.\\tLack of freedom
592 f.\\tLoss of job / income source
593 h.\\tLack of social activities
594 f.\\tLoss of job / income source
595 c.\\tLack of exercise,e.\\tLack of freedom
596 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
597 c.\\tLack of exercise,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
598 c.\\tLack of exercise,j. Loneliness
599 a.\\tConflicts in the family,e.\\tLack of freedom,i.\\tCombining homeschooling and working on distance
600 e.\\tLack of freedom,j. Loneliness
601 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
602 b.\\tBoredom
603 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
604 b.\\tBoredom
605 g.\\tHomeschooling
606 d.\\tLack of fresh air,f.\\tLoss of job / income source,j. Loneliness
607 e.\\tLack of freedom
608 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,j. Loneliness
609 d.\\tLack of fresh air
610 d.\\tLack of fresh air
611 f.\\tLoss of job / income source
612 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,g.\\tHomeschooling,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance,j. Loneliness
613 a.\\tConflicts in the family,c.\\tLack of exercise,f.\\tLoss of job / income source
614 f.\\tLoss of job / income source
615 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom
616 e.\\tLack of freedom
617 c.\\tLack of exercise
618 b.\\tBoredom,f.\\tLoss of job / income source
619 Other (specify):
620 h.\\tLack of social activities
621 j. Loneliness
622 j. Loneliness
623 b.\\tBoredom,d.\\tLack of fresh air,f.\\tLoss of job / income source,j. Loneliness
624 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
625 h.\\tLack of social activities
626 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,g.\\tHomeschooling,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance,j. Loneliness
627 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
628 h.\\tLack of social activities
629 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,j. Loneliness
630 b.\\tBoredom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
631 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,j. Loneliness
632 b.\\tBoredom,f.\\tLoss of job / income source
633 b.\\tBoredom,e.\\tLack of freedom,g.\\tHomeschooling,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance,j. Loneliness
634 d.\\tLack of fresh air
635 a.\\tConflicts in the family,b.\\tBoredom,e.\\tLack of freedom
636 i.\\tCombining homeschooling and working on distance
637 d.\\tLack of fresh air,h.\\tLack of social activities
638 b.\\tBoredom,f.\\tLoss of job / income source
639 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
640 b.\\tBoredom,c.\\tLack of exercise
641 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
642 h.\\tLack of social activities
643 c.\\tLack of exercise,f.\\tLoss of job / income source
644 b.\\tBoredom,d.\\tLack of fresh air,f.\\tLoss of job / income source
645 b.\\tBoredom,c.\\tLack of exercise,f.\\tLoss of job / income source,h.\\tLack of social activities
646 c.\\tLack of exercise
647 c.\\tLack of exercise,d.\\tLack of fresh air,j. Loneliness
648 e.\\tLack of freedom,f.\\tLoss of job / income source
649 b.\\tBoredom,e.\\tLack of freedom,j. Loneliness
650 b.\\tBoredom,j. Loneliness
651 f.\\tLoss of job / income source,h.\\tLack of social activities
652 e.\\tLack of freedom
653 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom
654 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
655 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance
656 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
657 b.\\tBoredom
658 c.\\tLack of exercise,i.\\tCombining homeschooling and working on distance
659 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
660 d.\\tLack of fresh air,h.\\tLack of social activities
661 a.\\tConflicts in the family,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
662 c.\\tLack of exercise
663 g.\\tHomeschooling
664 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,h.\\tLack of social activities
665 e.\\tLack of freedom,f.\\tLoss of job / income source
666 d.\\tLack of fresh air
667 d.\\tLack of fresh air
668 e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
669 d.\\tLack of fresh air
670 d.\\tLack of fresh air,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance
671 b.\\tBoredom,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
672 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,i.\\tCombining homeschooling and working on distance
673 b.\\tBoredom,g.\\tHomeschooling,h.\\tLack of social activities
674 j. Loneliness
675 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,f.\\tLoss of job / income source,h.\\tLack of social activities
676 b.\\tBoredom,d.\\tLack of fresh air,j. Loneliness
677 j. Loneliness
678 c.\\tLack of exercise,f.\\tLoss of job / income source
679 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,j. Loneliness
680 Other (specify):
681 e.\\tLack of freedom
682 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,h.\\tLack of social activities
683
684 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,j. Loneliness
685 e.\\tLack of freedom
686 j. Loneliness
687 a.\\tConflicts in the family,e.\\tLack of freedom
688 c.\\tLack of exercise,d.\\tLack of fresh air
689 d.\\tLack of fresh air
690 a.\\tConflicts in the family,e.\\tLack of freedom,f.\\tLoss of job / income source
691 a.\\tConflicts in the family,b.\\tBoredom
692 a.\\tConflicts in the family,c.\\tLack of exercise,f.\\tLoss of job / income source
693 f.\\tLoss of job / income source,j. Loneliness
694 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
695 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
696 c.\\tLack of exercise,d.\\tLack of fresh air,h.\\tLack of social activities
697 c.\\tLack of exercise,d.\\tLack of fresh air,h.\\tLack of social activities
698 f.\\tLoss of job / income source
699 b.\\tBoredom,c.\\tLack of exercise,h.\\tLack of social activities,j. Loneliness
700 e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
701 e.\\tLack of freedom
702 g.\\tHomeschooling
703 e.\\tLack of freedom
704 c.\\tLack of exercise
705 c.\\tLack of exercise,d.\\tLack of fresh air
706 e.\\tLack of freedom
707 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
708 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
709 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
710 a.\\tConflicts in the family,b.\\tBoredom,e.\\tLack of freedom,h.\\tLack of social activities
711
712
713 e.\\tLack of freedom
714 a.\\tConflicts in the family,b.\\tBoredom,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
715 c.\\tLack of exercise,d.\\tLack of fresh air
716 b.\\tBoredom
717 b.\\tBoredom,d.\\tLack of fresh air,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance
718 f.\\tLoss of job / income source,j. Loneliness
719 d.\\tLack of fresh air,e.\\tLack of freedom
720 j. Loneliness
721 e.\\tLack of freedom,h.\\tLack of social activities
722 h.\\tLack of social activities,Other (specify):
723 b.\\tBoredom,d.\\tLack of fresh air
724 f.\\tLoss of job / income source
725 j. Loneliness
726 c.\\tLack of exercise,f.\\tLoss of job / income source,h.\\tLack of social activities
727 e.\\tLack of freedom
728 j. Loneliness
729 c.\\tLack of exercise,f.\\tLoss of job / income source
730 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air
731 b.\\tBoredom,f.\\tLoss of job / income source,j. Loneliness
732 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,g.\\tHomeschooling,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance
733 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,h.\\tLack of social activities
734 b.\\tBoredom,e.\\tLack of freedom,g.\\tHomeschooling
735 a.\\tConflicts in the family,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
736 c.\\tLack of exercise,e.\\tLack of freedom,h.\\tLack of social activities
737 g.\\tHomeschooling
738 a.\\tConflicts in the family,d.\\tLack of fresh air
739 b.\\tBoredom,c.\\tLack of exercise
740 a.\\tConflicts in the family,c.\\tLack of exercise,d.\\tLack of fresh air
741 b.\\tBoredom,c.\\tLack of exercise
742 e.\\tLack of freedom
743 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
744 c.\\tLack of exercise,e.\\tLack of freedom,f.\\tLoss of job / income source
745 a.\\tConflicts in the family,b.\\tBoredom,e.\\tLack of freedom
746 a.\\tConflicts in the family,b.\\tBoredom
747 c.\\tLack of exercise,e.\\tLack of freedom,g.\\tHomeschooling
748 b.\\tBoredom,e.\\tLack of freedom,j. Loneliness
749 e.\\tLack of freedom,f.\\tLoss of job / income source
750 b.\\tBoredom
751 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
752 e.\\tLack of freedom
753 Other (specify):
754 e.\\tLack of freedom
755 a.\\tConflicts in the family,d.\\tLack of fresh air
756 a.\\tConflicts in the family,c.\\tLack of exercise,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
757 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
758 j. Loneliness
759 d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
760 d.\\tLack of fresh air,e.\\tLack of freedom
761 b.\\tBoredom,h.\\tLack of social activities
762 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
763 a.\\tConflicts in the family,b.\\tBoredom
764 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise
765 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
766 a.\\tConflicts in the family,b.\\tBoredom
767 e.\\tLack of freedom
768 d.\\tLack of fresh air
769 j. Loneliness
770 h.\\tLack of social activities
771 j. Loneliness
772 g.\\tHomeschooling,h.\\tLack of social activities
773 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom
774 c.\\tLack of exercise,h.\\tLack of social activities
775 j. Loneliness
776 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom
777 Other (specify):
778 d.\\tLack of fresh air,g.\\tHomeschooling,h.\\tLack of social activities
779 c.\\tLack of exercise
780 e.\\tLack of freedom
781 i.\\tCombining homeschooling and working on distance
782 a.\\tConflicts in the family,b.\\tBoredom,e.\\tLack of freedom
783 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air
784 c.\\tLack of exercise,h.\\tLack of social activities
785 a.\\tConflicts in the family,b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom
786 b.\\tBoredom
787 e.\\tLack of freedom
788 f.\\tLoss of job / income source,i.\\tCombining homeschooling and working on distance
789 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,j. Loneliness
790 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
791 b.\\tBoredom,e.\\tLack of freedom
792 e.\\tLack of freedom,h.\\tLack of social activities
793 e.\\tLack of freedom,f.\\tLoss of job / income source
794 b.\\tBoredom,d.\\tLack of fresh air,j. Loneliness
795 f.\\tLoss of job / income source
796 b.\\tBoredom,g.\\tHomeschooling,h.\\tLack of social activities
797 a.\\tConflicts in the family,i.\\tCombining homeschooling and working on distance
798 a.\\tConflicts in the family,b.\\tBoredom,d.\\tLack of fresh air,f.\\tLoss of job / income source
799 f.\\tLoss of job / income source
800 f.\\tLoss of job / income source
801 f.\\tLoss of job / income source,Other (specify):
802 a.\\tConflicts in the family
803 e.\\tLack of freedom
804 c.\\tLack of exercise
805 j. Loneliness
806 f.\\tLoss of job / income source
807 f.\\tLoss of job / income source
808 c.\\tLack of exercise
809 b.\\tBoredom,e.\\tLack of freedom
810 Other (specify):
811 f.\\tLoss of job / income source,Other (specify):
812 Other (specify):
813 f.\\tLoss of job / income source
814 b.\\tBoredom
815 f.\\tLoss of job / income source,j. Loneliness
816 j. Loneliness
817 b.\\tBoredom,f.\\tLoss of job / income source,j. Loneliness
818 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,h.\\tLack of social activities
819 a.\\tConflicts in the family,c.\\tLack of exercise,e.\\tLack of freedom,f.\\tLoss of job / income source
820 d.\\tLack of fresh air,e.\\tLack of freedom
821 e.\\tLack of freedom
822 d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
823 h.\\tLack of social activities
824 f.\\tLoss of job / income source
825 b.\\tBoredom
826 d.\\tLack of fresh air,h.\\tLack of social activities,Other (specify):
827 b.\\tBoredom,e.\\tLack of freedom,h.\\tLack of social activities
828 b.\\tBoredom
829 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,f.\\tLoss of job / income source
830 c.\\tLack of exercise
831 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,f.\\tLoss of job / income source
832 e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
833 h.\\tLack of social activities
834 c.\\tLack of exercise,f.\\tLoss of job / income source
835 e.\\tLack of freedom,g.\\tHomeschooling,i.\\tCombining homeschooling and working on distance
836 b.\\tBoredom,d.\\tLack of fresh air,f.\\tLoss of job / income source,h.\\tLack of social activities
837 c.\\tLack of exercise,d.\\tLack of fresh air
838 Other (specify):
839 b.\\tBoredom,c.\\tLack of exercise
840 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
841 f.\\tLoss of job / income source
842 a.\\tConflicts in the family,b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness,Other (specify):
843 b.\\tBoredom,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
844 c.\\tLack of exercise,j. Loneliness
845 a.\\tConflicts in the family,b.\\tBoredom,e.\\tLack of freedom,h.\\tLack of social activities
846 c.\\tLack of exercise,e.\\tLack of freedom,h.\\tLack of social activities
847 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
848 b.\\tBoredom
849 b.\\tBoredom,e.\\tLack of freedom
850 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,h.\\tLack of social activities
851 d.\\tLack of fresh air,e.\\tLack of freedom
852 b.\\tBoredom,c.\\tLack of exercise,g.\\tHomeschooling,h.\\tLack of social activities
853 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,f.\\tLoss of job / income source
854 d.\\tLack of fresh air
855 i.\\tCombining homeschooling and working on distance
856 c.\\tLack of exercise
857 a.\\tConflicts in the family,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,i.\\tCombining homeschooling and working on distance,j. Loneliness
858 f.\\tLoss of job / income source
859 c.\\tLack of exercise,e.\\tLack of freedom,h.\\tLack of social activities
860 b.\\tBoredom
861 b.\\tBoredom,f.\\tLoss of job / income source,j. Loneliness
862 d.\\tLack of fresh air,e.\\tLack of freedom
863
864 b.\\tBoredom,c.\\tLack of exercise,f.\\tLoss of job / income source,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance,j. Loneliness
865 e.\\tLack of freedom,f.\\tLoss of job / income source,g.\\tHomeschooling,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance
866 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,g.\\tHomeschooling,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance
867 a.\\tConflicts in the family,d.\\tLack of fresh air,e.\\tLack of freedom,j. Loneliness
868 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,g.\\tHomeschooling,h.\\tLack of social activities
869 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,h.\\tLack of social activities
870 h.\\tLack of social activities
871 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance
872 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
873 e.\\tLack of freedom
874 a.\\tConflicts in the family,f.\\tLoss of job / income source
875 c.\\tLack of exercise,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
876 f.\\tLoss of job / income source
877 a.\\tConflicts in the family,b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
878 a.\\tConflicts in the family
879 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
880 i.\\tCombining homeschooling and working on distance
881 a.\\tConflicts in the family,b.\\tBoredom,e.\\tLack of freedom
882 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
883 c.\\tLack of exercise,d.\\tLack of fresh air
884 c.\\tLack of exercise,e.\\tLack of freedom
885 f.\\tLoss of job / income source,j. Loneliness
886 j. Loneliness
887 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
888 c.\\tLack of exercise
889 b.\\tBoredom
890 Other (specify):
891 b.\\tBoredom
892 c.\\tLack of exercise
893 b.\\tBoredom,e.\\tLack of freedom,h.\\tLack of social activities
894 g.\\tHomeschooling,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance
895 d.\\tLack of fresh air,e.\\tLack of freedom,g.\\tHomeschooling,i.\\tCombining homeschooling and working on distance
896 d.\\tLack of fresh air
897 b.\\tBoredom
898 c.\\tLack of exercise,e.\\tLack of freedom
899 c.\\tLack of exercise,f.\\tLoss of job / income source,h.\\tLack of social activities
900 b.\\tBoredom
901 c.\\tLack of exercise,h.\\tLack of social activities
902 e.\\tLack of freedom
903 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
904 b.\\tBoredom,h.\\tLack of social activities
905 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air
906 e.\\tLack of freedom
907 c.\\tLack of exercise,f.\\tLoss of job / income source
908 a.\\tConflicts in the family,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,j. Loneliness,Other (specify):
909 c.\\tLack of exercise,e.\\tLack of freedom,f.\\tLoss of job / income source
910 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
911 c.\\tLack of exercise,f.\\tLoss of job / income source
912 d.\\tLack of fresh air,e.\\tLack of freedom
913 b.\\tBoredom,c.\\tLack of exercise
914 b.\\tBoredom,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
915 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
916 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,h.\\tLack of social activities
917 e.\\tLack of freedom,h.\\tLack of social activities
918 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
919 h.\\tLack of social activities
920 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,g.\\tHomeschooling,h.\\tLack of social activities
921 b.\\tBoredom
922 b.\\tBoredom
923 b.\\tBoredom,d.\\tLack of fresh air
924 b.\\tBoredom
925 Other (specify):
926 e.\\tLack of freedom,h.\\tLack of social activities
927 f.\\tLoss of job / income source,i.\\tCombining homeschooling and working on distance
928 e.\\tLack of freedom
929 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,g.\\tHomeschooling
930 i.\\tCombining homeschooling and working on distance
931 e.\\tLack of freedom,h.\\tLack of social activities
932 a.\\tConflicts in the family,e.\\tLack of freedom,h.\\tLack of social activities
933 c.\\tLack of exercise,d.\\tLack of fresh air
934 b.\\tBoredom,d.\\tLack of fresh air
935 d.\\tLack of fresh air,e.\\tLack of freedom
936 b.\\tBoredom
937 j. Loneliness
938 b.\\tBoredom
939 f.\\tLoss of job / income source,g.\\tHomeschooling
940 d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
941 b.\\tBoredom,d.\\tLack of fresh air
942 b.\\tBoredom,c.\\tLack of exercise,h.\\tLack of social activities,j. Loneliness
943 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
944 c.\\tLack of exercise,d.\\tLack of fresh air,h.\\tLack of social activities,j. Loneliness
945 b.\\tBoredom,e.\\tLack of freedom
946 c.\\tLack of exercise,d.\\tLack of fresh air
947 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air
948 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom
949 c.\\tLack of exercise,j. Loneliness
950 d.\\tLack of fresh air,g.\\tHomeschooling,i.\\tCombining homeschooling and working on distance
951 c.\\tLack of exercise,d.\\tLack of fresh air
952 d.\\tLack of fresh air,f.\\tLoss of job / income source,h.\\tLack of social activities
953 a.\\tConflicts in the family,b.\\tBoredom,f.\\tLoss of job / income source,g.\\tHomeschooling,h.\\tLack of social activities
954 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,g.\\tHomeschooling,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance,j. Loneliness
955 a.\\tConflicts in the family,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
956 b.\\tBoredom,d.\\tLack of fresh air
957 h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance
958 a.\\tConflicts in the family,d.\\tLack of fresh air
959 c.\\tLack of exercise,h.\\tLack of social activities
960 a.\\tConflicts in the family,b.\\tBoredom,h.\\tLack of social activities,j. Loneliness
961 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
962
963 b.\\tBoredom,d.\\tLack of fresh air,g.\\tHomeschooling
964 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
965 a.\\tConflicts in the family,b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
966 d.\\tLack of fresh air,h.\\tLack of social activities
967 f.\\tLoss of job / income source
968 b.\\tBoredom
969 a.\\tConflicts in the family,e.\\tLack of freedom,j. Loneliness
970 b.\\tBoredom
971 j. Loneliness
972 h.\\tLack of social activities
973 b.\\tBoredom
974 c.\\tLack of exercise,h.\\tLack of social activities,j. Loneliness
975 b.\\tBoredom,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
976 b.\\tBoredom,e.\\tLack of freedom,f.\\tLoss of job / income source
977 Other (specify):
978 b.\\tBoredom
979 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
980 c.\\tLack of exercise,d.\\tLack of fresh air
981 f.\\tLoss of job / income source
982 d.\\tLack of fresh air,f.\\tLoss of job / income source,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance,j. Loneliness
983 h.\\tLack of social activities
984 b.\\tBoredom
985 e.\\tLack of freedom
986 g.\\tHomeschooling
987 e.\\tLack of freedom,j. Loneliness
988 c.\\tLack of exercise
989 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
990 b.\\tBoredom,d.\\tLack of fresh air,h.\\tLack of social activities,j. Loneliness
991 e.\\tLack of freedom
992 b.\\tBoredom,f.\\tLoss of job / income source,g.\\tHomeschooling,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance
993 Other (specify):
994 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,h.\\tLack of social activities,j. Loneliness,Other (specify):
995 e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
996 c.\\tLack of exercise
997 h.\\tLack of social activities
998 e.\\tLack of freedom
999 e.\\tLack of freedom,g.\\tHomeschooling
1000 a.\\tConflicts in the family,h.\\tLack of social activities
1001 f.\\tLoss of job / income source
1002 b.\\tBoredom,e.\\tLack of freedom,h.\\tLack of social activities
1003 b.\\tBoredom,d.\\tLack of fresh air,f.\\tLoss of job / income source,h.\\tLack of social activities
1004 h.\\tLack of social activities
1005 d.\\tLack of fresh air
1006 Other (specify):
1007 e.\\tLack of freedom
1008 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
1009 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
1010 d.\\tLack of fresh air,i.\\tCombining homeschooling and working on distance,j. Loneliness
1011
1012 b.\\tBoredom
1013 c.\\tLack of exercise,d.\\tLack of fresh air,f.\\tLoss of job / income source
1014 a.\\tConflicts in the family,e.\\tLack of freedom,f.\\tLoss of job / income source
1015 a.\\tConflicts in the family,b.\\tBoredom,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
1016
1017 c.\\tLack of exercise,e.\\tLack of freedom,h.\\tLack of social activities
1018 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
1019 b.\\tBoredom
1020 Other (specify):
1021 b.\\tBoredom,h.\\tLack of social activities
1022 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
1023 a.\\tConflicts in the family,c.\\tLack of exercise,d.\\tLack of fresh air,f.\\tLoss of job / income source
1024 b.\\tBoredom,d.\\tLack of fresh air
1025 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom
1026 f.\\tLoss of job / income source
1027 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
1028 e.\\tLack of freedom,f.\\tLoss of job / income source
1029 c.\\tLack of exercise,f.\\tLoss of job / income source
1030 a.\\tConflicts in the family,e.\\tLack of freedom
1031 c.\\tLack of exercise,e.\\tLack of freedom,h.\\tLack of social activities
1032 b.\\tBoredom,d.\\tLack of fresh air,f.\\tLoss of job / income source,h.\\tLack of social activities
1033 j. Loneliness
1034 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
1035 e.\\tLack of freedom
1036 h.\\tLack of social activities
1037 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
1038 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,i.\\tCombining homeschooling and working on distance,j. Loneliness
1039 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,g.\\tHomeschooling,h.\\tLack of social activities
1040 d.\\tLack of fresh air
1041 d.\\tLack of fresh air
1042 d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
1043 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
1044 c.\\tLack of exercise,d.\\tLack of fresh air,h.\\tLack of social activities,j. Loneliness
1045 b.\\tBoredom,d.\\tLack of fresh air,h.\\tLack of social activities,j. Loneliness
1046 b.\\tBoredom,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
1047 b.\\tBoredom,e.\\tLack of freedom
1048 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
1049 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
1050 d.\\tLack of fresh air,j. Loneliness
1051 a.\\tConflicts in the family,b.\\tBoredom,e.\\tLack of freedom
1052 d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
1053 f.\\tLoss of job / income source
1054 a.\\tConflicts in the family,b.\\tBoredom,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
1055 e.\\tLack of freedom
1056 b.\\tBoredom,c.\\tLack of exercise,Other (specify):
1057 b.\\tBoredom
1058 f.\\tLoss of job / income source
1059 b.\\tBoredom,c.\\tLack of exercise
1060 f.\\tLoss of job / income source
1061 d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
1062 a.\\tConflicts in the family,c.\\tLack of exercise,d.\\tLack of fresh air,g.\\tHomeschooling,h.\\tLack of social activities
1063 b.\\tBoredom
1064 c.\\tLack of exercise,f.\\tLoss of job / income source,j. Loneliness
1065 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
1066 e.\\tLack of freedom,f.\\tLoss of job / income source
1067 f.\\tLoss of job / income source
1068 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
1069 f.\\tLoss of job / income source
1070 c.\\tLack of exercise,e.\\tLack of freedom
1071 d.\\tLack of fresh air,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
1072 b.\\tBoredom,c.\\tLack of exercise
1073
1074 b.\\tBoredom,c.\\tLack of exercise,j. Loneliness
1075 b.\\tBoredom,d.\\tLack of fresh air
1076 j. Loneliness
1077
1078 b.\\tBoredom,h.\\tLack of social activities
1079 f.\\tLoss of job / income source
1080 c.\\tLack of exercise,g.\\tHomeschooling
1081 d.\\tLack of fresh air,e.\\tLack of freedom
1082 f.\\tLoss of job / income source
1083 d.\\tLack of fresh air
1084 g.\\tHomeschooling
1085 c.\\tLack of exercise,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
1086 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,i.\\tCombining homeschooling and working on distance,j. Loneliness
1087 f.\\tLoss of job / income source
1088 j. Loneliness
1089 c.\\tLack of exercise,f.\\tLoss of job / income source
1090 b.\\tBoredom
1091 d.\\tLack of fresh air,g.\\tHomeschooling
1092 b.\\tBoredom,d.\\tLack of fresh air
1093 g.\\tHomeschooling,i.\\tCombining homeschooling and working on distance
1094 f.\\tLoss of job / income source
1095
1096 a.\\tConflicts in the family
1097 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,f.\\tLoss of job / income source,Other (specify):
1098 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
1099 Other (specify):
1100 a.\\tConflicts in the family,d.\\tLack of fresh air,e.\\tLack of freedom
1101 e.\\tLack of freedom,h.\\tLack of social activities
1102 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom
1103 f.\\tLoss of job / income source
1104 b.\\tBoredom
1105 Other (specify):
1106 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
1107 a.\\tConflicts in the family,b.\\tBoredom,d.\\tLack of fresh air,h.\\tLack of social activities
1108 g.\\tHomeschooling
1109 d.\\tLack of fresh air,f.\\tLoss of job / income source
1110 b.\\tBoredom,c.\\tLack of exercise,g.\\tHomeschooling
1111 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
1112 c.\\tLack of exercise,i.\\tCombining homeschooling and working on distance
1113 h.\\tLack of social activities
1114 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,f.\\tLoss of job / income source
1115 d.\\tLack of fresh air
1116 f.\\tLoss of job / income source
1117 Other (specify):
1118 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
1119 f.\\tLoss of job / income source,h.\\tLack of social activities
1120 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom
1121 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,f.\\tLoss of job / income source,g.\\tHomeschooling
1122 d.\\tLack of fresh air
1123 d.\\tLack of fresh air
1124 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,f.\\tLoss of job / income source
1125 f.\\tLoss of job / income source
1126 a.\\tConflicts in the family,b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom
1127 b.\\tBoredom
1128 f.\\tLoss of job / income source,g.\\tHomeschooling,h.\\tLack of social activities
1129 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
1130 a.\\tConflicts in the family,c.\\tLack of exercise,d.\\tLack of fresh air,f.\\tLoss of job / income source,g.\\tHomeschooling,h.\\tLack of social activities
1131 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air
1132 j. Loneliness
1133 f.\\tLoss of job / income source
1134 a.\\tConflicts in the family,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
1135 c.\\tLack of exercise,e.\\tLack of freedom,f.\\tLoss of job / income source,g.\\tHomeschooling
1136 h.\\tLack of social activities
1137 f.\\tLoss of job / income source
1138 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,h.\\tLack of social activities,j. Loneliness
1139 j. Loneliness
1140 c.\\tLack of exercise,e.\\tLack of freedom
1141 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,f.\\tLoss of job / income source,h.\\tLack of social activities
1142
1143 e.\\tLack of freedom
1144 h.\\tLack of social activities
1145 a.\\tConflicts in the family
1146 e.\\tLack of freedom,f.\\tLoss of job / income source
1147 d.\\tLack of fresh air
1148 j. Loneliness
1149 e.\\tLack of freedom
1150 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
1151 d.\\tLack of fresh air,e.\\tLack of freedom
1152 b.\\tBoredom,f.\\tLoss of job / income source,j. Loneliness
1153 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
1154 f.\\tLoss of job / income source
1155 e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
1156 j. Loneliness
1157 d.\\tLack of fresh air,e.\\tLack of freedom
1158 c.\\tLack of exercise,f.\\tLoss of job / income source
1159 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
1160 c.\\tLack of exercise
1161 b.\\tBoredom,d.\\tLack of fresh air,f.\\tLoss of job / income source
1162 b.\\tBoredom,e.\\tLack of freedom,f.\\tLoss of job / income source
1163 b.\\tBoredom,c.\\tLack of exercise,f.\\tLoss of job / income source,h.\\tLack of social activities
1164 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness,Other (specify):
1165 d.\\tLack of fresh air,f.\\tLoss of job / income source,i.\\tCombining homeschooling and working on distance,j. Loneliness
1166 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air
1167 b.\\tBoredom,c.\\tLack of exercise
1168 c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source
1169 e.\\tLack of freedom
1170 d.\\tLack of fresh air,j. Loneliness
1171 f.\\tLoss of job / income source
1172 a.\\tConflicts in the family,e.\\tLack of freedom,f.\\tLoss of job / income source,g.\\tHomeschooling
1173 b.\\tBoredom,e.\\tLack of freedom
1174 c.\\tLack of exercise,e.\\tLack of freedom
1175 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities
1176 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom
1177 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
1178 a.\\tConflicts in the family,b.\\tBoredom,e.\\tLack of freedom,h.\\tLack of social activities
1179 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom
1180 d.\\tLack of fresh air,f.\\tLoss of job / income source,g.\\tHomeschooling
1181 Other (specify):
1182 b.\\tBoredom
1183 e.\\tLack of freedom,h.\\tLack of social activities
1184 b.\\tBoredom,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
1185 h.\\tLack of social activities
1186
1187 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,j. Loneliness
1188 b.\\tBoredom
1189 b.\\tBoredom
1190 e.\\tLack of freedom
1191 a.\\tConflicts in the family,c.\\tLack of exercise,e.\\tLack of freedom,g.\\tHomeschooling,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance
1192
1193 d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities
1194
1195 b.\\tBoredom,f.\\tLoss of job / income source
1196 b.\\tBoredom,c.\\tLack of exercise
1197 f.\\tLoss of job / income source
1198 e.\\tLack of freedom
1199 c.\\tLack of exercise,f.\\tLoss of job / income source,i.\\tCombining homeschooling and working on distance
1200 b.\\tBoredom,d.\\tLack of fresh air,h.\\tLack of social activities,j. Loneliness
1201
1202 f.\\tLoss of job / income source
1203 f.\\tLoss of job / income source
1204 b.\\tBoredom,j. Loneliness
1205 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,h.\\tLack of social activities,j. Loneliness
1206 b.\\tBoredom,d.\\tLack of fresh air
1207 a.\\tConflicts in the family,b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,f.\\tLoss of job / income source,i.\\tCombining homeschooling and working on distance
1208 b.\\tBoredom,d.\\tLack of fresh air,h.\\tLack of social activities
1209 e.\\tLack of freedom,g.\\tHomeschooling
1210 b.\\tBoredom
1211 e.\\tLack of freedom
1212 a.\\tConflicts in the family,c.\\tLack of exercise,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
1213 e.\\tLack of freedom
1214 a.\\tConflicts in the family,b.\\tBoredom
1215 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
1216 a.\\tConflicts in the family,b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,h.\\tLack of social activities,j. Loneliness
1217 e.\\tLack of freedom,h.\\tLack of social activities
1218
1219 Other (specify):
1220 c.\\tLack of exercise,f.\\tLoss of job / income source
1221 e.\\tLack of freedom
1222 f.\\tLoss of job / income source
1223 a.\\tConflicts in the family,b.\\tBoredom,d.\\tLack of fresh air,f.\\tLoss of job / income source
1224 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom
1225 a.\\tConflicts in the family,c.\\tLack of exercise,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,j. Loneliness
1226 e.\\tLack of freedom,f.\\tLoss of job / income source
1227 c.\\tLack of exercise
1228 d.\\tLack of fresh air
1229 Other (specify):
1230 d.\\tLack of fresh air
1231 h.\\tLack of social activities
1232 b.\\tBoredom,j. Loneliness
1233 b.\\tBoredom,c.\\tLack of exercise,d.\\tLack of fresh air
1234 c.\\tLack of exercise,h.\\tLack of social activities
1235 f.\\tLoss of job / income source
1236 j. Loneliness
1237 e.\\tLack of freedom
1238 b.\\tBoredom
1239 b.\\tBoredom,c.\\tLack of exercise,e.\\tLack of freedom,f.\\tLoss of job / income source
1240 d.\\tLack of fresh air,e.\\tLack of freedom,g.\\tHomeschooling
1241 j. Loneliness
1242 c.\\tLack of exercise,e.\\tLack of freedom,h.\\tLack of social activities
1243 d.\\tLack of fresh air
1244 c.\\tLack of exercise,d.\\tLack of fresh air
1245 b.\\tBoredom
1246 b.\\tBoredom,d.\\tLack of fresh air,e.\\tLack of freedom,f.\\tLoss of job / income source,h.\\tLack of social activities,j. Loneliness
1247 c.\\tLack of exercise,d.\\tLack of fresh air,g.\\tHomeschooling,h.\\tLack of social activities,i.\\tCombining homeschooling and working on distance
1248 e.\\tLack of freedom
1249 c.\\tLack of exercise,h.\\tLack of social activities
Q26_11_TEXT
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33 niente
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76 non poter partire
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155 Nessuna! Occorre fare ricorso alle proprie risorse personali interiori e inventarsi la giornata, rivalutando anche le \\piccoloe cose\\", come quella di essere grati per essere ancora vivi..."
156
157
158
159
160
161
162
163
164 crisi economica
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192 È un dovere per noi e per gli altri restare a csa
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222 nessuna
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290 Sto bene a casa, ho tante cose da fare
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319 niente
320
321
322
323
324
325 nessuno
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350 Mangiare troppo
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367 Nessuno
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398 sinceramente nessun motivo
399
400
401
402
403
404
405
406 Nulla di che
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443 il diventare schiavi di una dittatura
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472 la perdita di reddito e gli interventi statali non uguali per tutti
473
474 Anzia
475
476
477
478
479
480
481
482 Nulla
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508 Vicini rumorosi.
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523 nessuna
524
525
526
527 Nonn ci sono aspetti negativi
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554 Fame
555
556
557
558
559
560
561
562
563
564
565
566
567 Niente
568
569
570
571
572
573
574
575
576
577
578 per me niente
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619 Nulla
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680 niente di particolare se dobbiamo evitare di uscire ...non si esce..
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722 Dover fare i lavori nel giardino :)
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753 Nessun aspetto negativo è più importante della nostra salute. Se dobbiamo fare solo questo, allora restiamo a casa.
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777 Nessuno
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801 Rimbambimento
802
803
804
805
806
807
808
809
810 difficoltà di approvvigionamento
811 paura che non basti
812 Avrei iniziato un nuovo progetto lavorativo
813
814
815
816
817
818
819
820
821
822
823
824
825
826 mancati corsi all'universita/ difficolta con internet dovute a madre insegnante/sorella liceale e me con corsi universitari e difficoltà nell'avere ognuna uno spazio diviso
827
828
829
830
831
832
833
834
835
836
837
838 nessuno, si deve fare senza discutere
839
840
841
842 E vedere il mio compagno
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890 documenti per la famiglia necessari assolutamente
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908 Nervosismo
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925 Nulla, é necessario
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977 va bene
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993 impossibilità di andare dal compagno
994 impossibilità di avere relazioni sessuali
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006 nessuno
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020 Per debellarlo nessun problema
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056 Mio marito lontano e sono incinta
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097 la sensazzione di dilatazione del tempo.
1098
1099 i miei nipoti
1100
1101
1102
1103
1104
1105 nessuna pee che se le persone voglionon possono trovare qualcosa da fare durante la giornata
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117 nessuno
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164 Ansia
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181 nessuno
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219 nessuno
1220
1221
1222
1223
1224
1225
1226
1227
1228
1229 Per me nessuno
1230
1231
1232
1233
1234
1235
1236
1237
1238
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
age gender gender_3_TEXT
1 NA
2 NA Female
3 NA
4 NA Female
5 1987 Male
6 1985 Male
7 1912 Male
8 1910 Male
9 1913 Male
10 1910 Male
11 NA Female
12 1991 Male
13 1910 Female
14 1918 Female
15 1990 Male
16 1991 Male
17 NA
18 1911 Male
19 1915 Female
20 1919 Male
21 1918 Male
22 1921 Female
23 1980 Male
24 1915 Male
25 NA
26 1911 Male
27 NA Other
28 1973 Male
29 1915 Other
30 1970 Male
31 1978 Male
32 1985 Female
33 1990 Female
34 1980 Male
35 1963 Male
36 1964 Male
37 1999 Female
38 1974 Female
39 1956 Male
40 NA
41 1974 Male
42 1983 Male
43 1970 Male
44 NA Male
45 1976 Male
46 1983 Female
47 1995 Female
48 1987 Female
49 1967 Male
50 1968 Female
51 1980 Male
52 1988 Female
53 1980 Female
54 1969 Male
55 1962 Male
56 1983 Female
57 1968 Female
58 1994 Female
59 1976 Male
60 1979 Male
61 1994 Male
62 1994 Female
63 1979 Female
64 1979 Female
65 1987 Female
66 1966 Female
67 1993 Male
68 1970 Female
69 1991 Female
70 1982 Female
71 1988 Female
72 1958 Male
73 1990 Male
74 1970 Male
75 1976 Female
76 1978 Female
77 1972 Female
78 1991 Female
79 NA
80 1983 Female
81 1996 Male
82 1972 Male
83 1986 Female
84 1988 Female
85 2001 Female
86 1975 Male
87 1968 Male
88 1970 Female
89 NA
90 NA
91 1965 Female
92 1976 Female
93 1964 Male
94 1960 Female
95 1974 Male
96 1987 Female
97 1952 Male
98 1986 Male
99 1976 Male
100 1966 Female
101 1990 Female
102 1993 Female
103 1998 Male
104 1976 Female
105 2000 Female
106 1972 Male
107 2000 Male
108 1958 Female
109 1965 Male
110 1980 Male
111 NA
112 1988 Female
113 1975 Male
114 1971 Male
115 1984 Male
116 1972 Male
117 1976 Male
118 1968 Male
119 1979 Female
120 1978 Male
121 NA Male
122 1982 Male
123 1974 Female
124 1986 Male
125 1982 Male
126 2000 Male
127 1975 Female
128 1984 Female
129 1972 Female
130 1950 Female
131 1974 Male
132 1989 Male
133 NA Male
134 1975 Male
135 2000 Female
136 1992 Male
137 1954 Female
138 1986 Female
139 1984 Female
140 1971 Female
141 1977 Female
142 1974 Female
143 1999 Male
144 1982 Female
145 2002 Male
146 1953 Female
147 1998 Male
148 1990 Male
149 1984 Male
150 1975 Male
151 1980 Male
152 1986 Male
153 1963 Female
154 NA
155 1968 Female
156 1996 Male
157 1987 Female
158 1990 Female
159 1994 Female
160 1989 Male
161 1975 Male
162 1976 Male
163 1979 Male
164 1982 Female
165 1971 Male
166 1967 Female
167 1999 Male
168 1986 Male
169 1973 Female
170 1994 Female
171 1997 Female
172 1974 Female
173 1993 Female
174 1973 Male
175 1974 Male
176 1988 Male
177 1999 Female
178 2002 Female
179 1952 Male
180 1970 Male
181 1977 Female
182 1973 Male
183 1999 Female
184 1965 Male
185 1987 Female
186 1992 Male
187 1986 Female
188 1981 Female
189 1967 Female
190 1989 Female
191 2001 Male
192 1957 Female
193 1959 Male
194 1980 Female
195 1986 Male
196 1977 Female
197 1977 Male
198 1979 Female
199 1976 Female
200 1913 Male
201 1996 Male
202 1976 Female
203 1986 Female
204 1973 Male
205 1965 Male
206 1999 Male
207 1995 Female
208 1981 Female
209 1998 Female
210 NA
211 NA Female
212 1974 Male
213 1979 Male
214 1988 Female
215 1984 Male
216 NA Male
217 1993 Male
218 1996 Male
219 1976 Male
220 1984 Male
221 1961 Male
222 1966 Female
223 1979 Female
224 1977 Female
225 1965 Female
226 1982 Male
227 1980 Male
228 1958 Male
229 1973 Male
230 1975 Male
231 1994 Male
232 1991 Female
233 1965 Male
234 1981 Female
235 1989 Male
236 1989 Female
237 1989 Female
238 1977 Male
239 1968 Female
240 1960 Female
241 1983 Female
242 1968 Male
243 1976 Male
244 1963 Female
245 1998 Female
246 1971 Male
247 1974 Female
248 1988 Female
249 1980 Male
250 2002 Male
251 1995 Female
252 1971 Male
253 1963 Female
254 1968 Female
255 1969 Male
256 1967 Male
257 NA Female
258 1984 Female
259 2000 Male
260 1996 Female
261 1997 Female
262 1969 Female
263 1972 Female
264 1982 Female
265 1967 Male
266 1974 Female
267 1979 Female
268 1982 Male
269 1973 Female
270 1997 Female
271 NA
272 1961 Male
273 1984 Female
274 1983 Male
275 2000 Female
276 NA
277 1986 Female
278 1990 Female
279 1954 Female
280 1984 Female
281 1986 Female
282 1953 Male
283 1975 Male
284 NA
285 1947 Male
286 NA Female
287 1998 Female
288 1988 Female
289 NA
290 1963 Female
291 2000 Male
292 1987 Male
293 1983 Male
294 1958 Male
295 1981 Male
296 1983 Female
297 1966 Male
298 1966 Male
299 1910 Female
300 1981 Male
301 1995 Female
302 1982 Male
303 1982 Female
304 1963 Female
305 1997 Female
306 NA
307 1988 Female
308 1996 Female
309 1974 Female
310 1972 Male
311 1996 Female
312 1989 Female
313 1960 Female
314 1967 Male
315 1956 Male
316 1979 Male
317 1984 Female
318 1993 Female
319 1977 Male
320 1989 Male
321 1965 Female
322 1967 Male
323 1956 Male
324 1969 Male
325 1975 Male
326 1974 Male
327 1989 Male
328 1991 Female
329 1967 Female
330 1975 Female
331 1974 Female
332 1967 Female
333 1962 Female
334 NA
335 1974 Male
336 2002 Male
337 1997 Female
338 1983 Female
339 1986 Female
340 1967 Male
341 1910 Female
342 1970 Female
343 1965 Female
344 1949 Male
345 1978 Female
346 1979 Male
347 1976 Female
348 1993 Female
349 1967 Female
350 1969 Male
351 1995 Female
352 1960 Female
353 1965 Female
354 1994 Female
355 1972 Male
356 1972 Male
357 1984 Female
358 1980 Female
359 1988 Female
360 1984 Female
361 1950 Male
362 1988 Male
363 1999 Male
364 1990 Female
365 1959 Female
366 NA Female
367 1985 Male
368 1958 Male
369 1974 Female
370 1987 Male
371 1977 Female
372 1969 Male
373 1982 Female
374 1976 Female
375 1982 Female
376 NA
377 1978 Male
378 1987 Male
379 NA
380 1943 Male
381 1968 Male
382 1997 Male
383 1984 Female
384 1977 Male
385 1975 Female
386 1995 Male
387 1989 Female
388 1980 Male
389 1985 Female
390 1996 Female
391 1980 Female
392 1989 Male
393 2000 Female
394 1969 Female
395 1981 Male
396 1998 Male
397 1944 Female
398 1987 Male
399 1989 Female
400 1973 Male
401 1977 Female
402 1970 Male
403 1981 Female
404 1974 Female
405 1995 Female
406 1974 Male
407 1991 Female
408 1974 Male
409 1960 Male
410 2001 Female
411 1957 Male
412 1999 Female
413 1977 Female
414 1988 Female
415 1974 Male
416 NA Female
417 1995 Female
418 1975 Female
419 1961 Female
420 1986 Male
421 1963 Female
422 NA
423 1984 Female
424 1992 Female
425 1976 Female
426 1982 Female
427 1977 Female
428 1964 Male
429 1998 Male
430 1991 Male
431 1988 Male
432 1956 Male
433 NA Female
434 1961 Male
435 1981 Female
436 1978 Female
437 1993 Female
438 1975 Male
439 1979 Male
440 1976 Male
441 1986 Female
442 1955 Female
443 1972 Male
444 1965 Male
445 1986 Male
446 1970 Female
447 1991 Male
448 2001 Male
449 1999 Female
450 1989 Female
451 NA
452 1959 Female
453 1987 Female
454 1979 Female
455 1965 Female
456 1962 Male
457 2002 Female
458 1987 Male
459 1990 Female
460 2000 Male
461 NA Male
462 1980 Male
463 1957 Male
464 1979 Male
465 NA
466 1961 Male
467 1976 Male
468 1958 Male
469 1979 Female
470 1975 Female
471 1993 Female
472 1952 Male
473 1996 Male
474 1981 Female
475 NA Female
476 1970 Female
477 1975 Male
478 1984 Female
479 1972 Female
480 1993 Female
481 1969 Female
482 1977 Female
483 1973 Female
484 1990 Female
485 1976 Male
486 1973 Female
487 1982 Male
488 1966 Female
489 1984 Female
490 1962 Male
491 1971 Male
492 1959 Male
493 1975 Male
494 1970 Male
495 1970 Female
496 1964 Female
497 1969 Male
498 1913 Other Si
499 1954 Female
500 1994 Male
501 1982 Female
502 NA Male
503 1983 Male
504 1970 Male
505 1991 Male
506 1957 Male
507 2001 Male
508 1979 Male
509 1989 Female
510 1972 Male
511 1987 Female
512 NA Male
513 1974 Female
514 1980 Male
515 1973 Male
516 1973 Female
517 1973 Male
518 2000 Female
519 1995 Male
520 1996 Female
521 1958 Female
522 1984 Female
523 1972 Male
524 1961 Male
525 1964 Male
526 1998 Female
527 1971 Male
528 1968 Female
529 1999 Female
530 1950 Male
531 1976 Female
532 1992 Male
533 1977 Female
534 1984 Male
535 1990 Male
536 1992 Female
537 1963 Male
538 1945 Female
539 1982 Male
540 1968 Male
541 1982 Male
542 1957 Male
543 1977 Male
544 1950 Male
545 1985 Female
546 1981 Male
547 1973 Male
548 1984 Female
549 1986 Male
550 1980 Female
551 1968 Male
552 1988 Female
553 1990 Male
554 1967 Female
555 1992 Female
556 1972 Female
557 1973 Male
558 1971 Female
559 1999 Female
560 1956 Female
561 1978 Female
562 1986 Female
563 1995 Other
564 1993 Male
565 1999 Female
566 1977 Female
567 1987 Female
568 1979 Male
569 1978 Male
570 1995 Male
571 1993 Male
572 1966 Male
573 1964 Female
574 1954 Male
575 1968 Male
576 1962 Male
577 1976 Male
578 1948 Male
579 1961 Female
580 1963 Female
581 1968 Female
582 1974 Male
583 1981 Male
584 1970 Male
585 1969 Female
586 1979 Female
587 1971 Male
588 1979 Female
589 NA Male
590 1956 Male
591 1969 Male
592 1972 Female
593 1951 Male
594 1982 Female
595 1956 Male
596 1993 Female
597 1981 Male
598 1966 Male
599 1949 Male
600 1959 Female
601 1978 Male
602 NA Male
603 1956 Male
604 1971 Female
605 1978 Female
606 1983 Female
607 NA Male
608 1960 Female
609 1967 Female
610 NA Female
611 1975 Female
612 1975 Female
613 1996 Female
614 1993 Male
615 1968 Male
616 1988 Female
617 1989 Male
618 1960 Male
619 1979 Female
620 1999 Female
621 1965 Male
622 2002 Female
623 1994 Female
624 1981 Male
625 1951 Male
626 1956 Female
627 1991 Male
628 1970 Female
629 1956 Male
630 1977 Female
631 1983 Male
632 NA Male
633 1965 Male
634 1981 Male
635 1980 Female
636 1978 Male
637 2000 Male
638 1973 Male
639 1981 Female
640 1955 Female
641 1999 Female
642 1972 Female
643 1962 Female
644 1998 Female
645 1987 Male
646 1962 Female
647 1981 Female
648 1975 Female
649 1992 Male
650 1986 Male
651 1994 Male
652 1988 Female
653 1985 Female
654 1977 Male
655 1995 Female
656 1991 Male
657 1997 Female
658 1972 Male
659 1997 Female
660 1967 Male
661 1973 Female
662 1956 Male
663 1972 Male
664 1983 Male
665 1961 Female
666 1910 Male
667 1980 Female
668 1969 Male
669 1974 Female
670 1989 Female
671 1942 Female
672 1990 Male
673 1964 Female
674 1953 Male
675 1958 Male
676 1967 Female
677 1995 Female
678 1972 Male
679 1959 Female
680 1961 Male
681 1977 Other
682 1972 Male
683 NA
684 1997 Male
685 1989 Female
686 1980 Female
687 1980 Female
688 1962 Female
689 1982 Male
690 1960 Male
691 1992 Male
692 1991 Male
693 1969 Female
694 1997 Female
695 1979 Male
696 1980 Female
697 1961 Male
698 1957 Male
699 1963 Male
700 1984 Male
701 1963 Other
702 1962 Male
703 NA Male
704 1962 Female
705 1983 Female
706 1989 Male
707 1994 Male
708 1992 Female
709 1966 Female
710 1980 Male
711 NA
712 NA
713 1960 Male
714 1958 Female
715 1954 Female
716 1996 Male
717 1988 Female
718 1968 Female
719 1994 Male
720 1972 Female
721 1970 Male
722 1976 Male
723 1953 Male
724 1959 Female
725 1998 Female
726 1983 Female
727 1974 Male
728 1961 Male
729 1970 Male
730 1984 Male
731 1995 Male
732 1964 Male
733 1999 Female
734 1975 Male
735 1978 Female
736 1992 Female
737 2001 Female
738 1985 Female
739 1974 Male
740 1967 Female
741 1998 Female
742 1945 Female
743 1991 Female
744 1991 Male
745 1981 Male
746 1982 Male
747 1989 Female
748 1969 Female
749 1975 Male
750 1985 Male
751 1962 Female
752 1970 Female
753 1990 Female
754 1969 Male
755 1991 Male
756 1973 Female
757 1980 Female
758 1988 Female
759 1978 Female
760 1950 Female
761 1984 Male
762 1999 Female
763 1984 Male
764 1970 Male
765 2001 Male
766 1976 Female
767 1967 Male
768 1985 Male
769 1957 Female
770 1970 Male
771 1972 Male
772 2002 Male
773 1974 Female
774 1982 Male
775 1978 Female
776 NA Female
777 1973 Male
778 1997 Female
779 1971 Female
780 1958 Male
781 1981 Female
782 1986 Female
783 1976 Male
784 1974 Female
785 1989 Male
786 1966 Male
787 1977 Female
788 1974 Female
789 1975 Female
790 1973 Male
791 1985 Female
792 1976 Male
793 1980 Male
794 1987 Male
795 1987 Female
796 1987 Female
797 1920 Female
798 1979 Male
799 1982 Female
800 1971 Male
801 1966 Female
802 1964 Male
803 1980 Female
804 1974 Male
805 NA Female
806 1963 Female
807 1968 Female
808 1976 Male
809 1996 Male
810 1958 Male
811 1956 Female
812 1980 Female
813 1977 Male
814 1974 Male
815 1981 Male
816 1981 Female
817 1993 Female
818 1965 Female
819 1966 Female
820 1959 Female
821 1958 Male
822 1981 Female
823 1992 Female
824 1962 Female
825 1979 Male
826 1995 Female
827 1975 Female
828 1997 Male
829 1960 Male
830 1975 Male
831 1989 Male
832 1989 Male
833 1945 Male
834 1971 Female
835 1984 Female
836 1988 Male
837 1961 Male
838 1967 Male
839 1951 Female
840 1995 Female
841 1974 Female
842 1986 Female
843 1959 Female
844 1955 Male
845 1997 Female
846 1966 Male
847 1975 Male
848 1981 Male
849 1994 Female
850 1977 Female
851 1995 Male
852 1979 Female
853 1990 Female
854 1976 Male
855 1970 Female
856 1961 Female
857 1988 Female
858 1985 Female
859 1992 Male
860 1967 Male
861 1974 Male
862 1975 Male
863 NA
864 1989 Female
865 1980 Female
866 1983 Female
867 1965 Male
868 1985 Male
869 1995 Female
870 1973 Male
871 1984 Male
872 1956 Male
873 1962 Male
874 1983 Female
875 1976 Male
876 1967 Male
877 1993 Male
878 1989 Male
879 1999 Female
880 1974 Female
881 1986 Female
882 1968 Male
883 1989 Male
884 1969 Male
885 1980 Male
886 1977 Male
887 1989 Male
888 1988 Male
889 1959 Male
890 1981 Male
891 1964 Male
892 1971 Female
893 1981 Female
894 1976 Male
895 1981 Female
896 1981 Male
897 1983 Male
898 1976 Female
899 1999 Male
900 1963 Female
901 1953 Male
902 1972 Male
903 1984 Female
904 2001 Female
905 1997 Male
906 1963 Male
907 1958 Female
908 1959 Female
909 1983 Male
910 1999 Male
911 1981 Male
912 1978 Female
913 1993 Male
914 1997 Female
915 2000 Female
916 1975 Female
917 1993 Male
918 1983 Female
919 1997 Female
920 1998 Female
921 1996 Male
922 1966 Male
923 1990 Male
924 1975 Male
925 1999 Female
926 1993 Male
927 1956 Female
928 1973 Female
929 1987 Female
930 1977 Female
931 1986 Male
932 1970 Male
933 1960 Male
934 1966 Female
935 1977 Male
936 1976 Male
937 1950 Male
938 1990 Male
939 1960 Male
940 1953 Female
941 1996 Male
942 1955 Male
943 1967 Male
944 1964 Male
945 1983 Female
946 1952 Female
947 1994 Male
948 1961 Male
949 1976 Female
950 1979 Female
951 1983 Male
952 1989 Female
953 1978 Male
954 1996 Female
955 1973 Female
956 1967 Male
957 1989 Female
958 1995 Male
959 1971 Female
960 2000 Female
961 1940 Female
962 NA
963 1988 Male
964 1972 Male
965 1985 Male
966 1999 Male
967 1976 Female
968 1980 Female
969 1995 Female
970 1966 Male
971 1996 Female
972 1959 Male
973 1982 Male
974 1953 Male
975 1966 Female
976 1996 Female
977 1959 Male
978 2001 Male
979 1982 Female
980 1977 Male
981 1991 Female
982 1988 Female
983 1968 Male
984 1981 Male
985 1979 Male
986 1975 Female
987 1986 Female
988 1946 Female
989 1989 Female
990 1962 Female
991 1979 Male
992 1983 Female
993 1963 Female
994 1980 Male
995 1973 Female
996 1990 Female
997 1962 Male
998 1957 Female
999 1982 Female
1000 1989 Female
1001 1974 Female
1002 1947 Male
1003 1960 Female
1004 1991 Male
1005 1993 Male
1006 1976 Male
1007 1981 Female
1008 1969 Female
1009 1954 Male
1010 1967 Male
1011 NA
1012 1985 Male
1013 1977 Female
1014 1972 Female
1015 1984 Female
1016 NA
1017 1992 Female
1018 1987 Male
1019 1959 Male
1020 1978 Male
1021 1989 Male
1022 1967 Male
1023 1968 Female
1024 1997 Male
1025 1978 Male
1026 1992 Female
1027 1998 Female
1028 1969 Female
1029 1998 Male
1030 1998 Male
1031 1982 Male
1032 2000 Male
1033 1965 Male
1034 1961 Male
1035 1943 Male
1036 1972 Female
1037 1961 Male
1038 1989 Female
1039 1996 Male
1040 1963 Male
1041 1953 Male
1042 1992 Male
1043 2001 Male
1044 1989 Male
1045 1948 Male
1046 1976 Male
1047 1978 Female
1048 1980 Male
1049 1978 Female
1050 1972 Female
1051 1981 Female
1052 1970 Female
1053 1971 Female
1054 1978 Female
1055 1973 Male
1056 1990 Female
1057 1996 Female
1058 1977 Male
1059 1995 Female
1060 1977 Male
1061 1997 Male
1062 1980 Female
1063 2002 Male
1064 1962 Male
1065 1989 Female
1066 1972 Other non binario
1067 1991 Male
1068 1973 Male
1069 1957 Female
1070 1956 Male
1071 1993 Female
1072 1951 Male
1073 NA
1074 1959 Male
1075 1989 Male
1076 1967 Female
1077 NA
1078 1963 Female
1079 1976 Male
1080 1974 Female
1081 1954 Female
1082 1987 Female
1083 1975 Female
1084 1985 Male
1085 1978 Male
1086 1968 Male
1087 1967 Male
1088 1993 Male
1089 1974 Male
1090 1979 Female
1091 1980 Female
1092 1975 Female
1093 NA Male
1094 1973 Male
1095 NA
1096 1987 Female
1097 1961 Male
1098 1984 Male
1099 1959 Female
1100 1983 Male
1101 1985 Male
1102 1949 Male
1103 1967 Male
1104 1993 Male
1105 1996 Male
1106 1963 Female
1107 1992 Male
1108 1978 Female
1109 1994 Female
1110 1974 Male
1111 1976 Female
1112 1969 Male
1113 1978 Female
1114 1972 Male
1115 1984 Male
1116 1974 Male
1117 1968 Female
1118 1984 Female
1119 1996 Female
1120 1957 Female
1121 1980 Male
1122 1969 Male
1123 1976 Male
1124 1977 Male
1125 1975 Female
1126 1979 Male
1127 1966 Male
1128 1970 Male
1129 1984 Female
1130 1972 Female
1131 1990 Male
1132 1984 Female
1133 1971 Male
1134 1997 Male
1135 1974 Female
1136 1953 Male
1137 1958 Female
1138 2000 Male
1139 1960 Female
1140 1963 Male
1141 1991 Male
1142 NA
1143 1980 Male
1144 1980 Male
1145 1995 Female
1146 1969 Female
1147 1957 Male
1148 1957 Male
1149 1972 Female
1150 1983 Female
1151 1971 Male
1152 1975 Male
1153 1980 Female
1154 1970 Male
1155 1976 Male
1156 1987 Male
1157 1947 Male
1158 1968 Female
1159 2001 Female
1160 1984 Male
1161 1998 Male
1162 1994 Male
1163 1985 Male
1164 1987 Female
1165 1980 Female
1166 1962 Male
1167 1959 Male
1168 1986 Male
1169 1962 Male
1170 1995 Female
1171 1995 Female
1172 1983 Male
1173 1972 Female
1174 1967 Female
1175 1994 Female
1176 1965 Male
1177 1998 Female
1178 1994 Female
1179 1997 Female
1180 1985 Female
1181 1974 Female
1182 1962 Female
1183 1997 Female
1184 1966 Male
1185 1989 Male
1186 NA
1187 1962 Male
1188 1974 Male
1189 NA Female
1190 2001 Female
1191 1977 Male
1192 NA
1193 1961 Female
1194 NA
1195 1990 Female
1196 1959 Female
1197 1981 Female
1198 1987 Male
1199 1982 Female
1200 1962 Male
1201 NA
1202 1976 Male
1203 1969 Male
1204 1994 Male
1205 1982 Female
1206 1961 Female
1207 1980 Female
1208 1988 Female
1209 1984 Female
1210 1989 Female
1211 1966 Male
1212 1976 Female
1213 1993 Female
1214 2002 Female
1215 1997 Male
1216 1968 Male
1217 1970 Female
1218 NA
1219 1950 Female
1220 1960 Male
1221 1965 Female
1222 1981 Female
1223 1982 Female
1224 1995 Female
1225 1969 Female
1226 1985 Female
1227 1965 Female
1228 1980 Male
1229 1983 Female
1230 1994 Male
1231 1989 Male
1232 1948 Male
1233 1969 Male
1234 1943 Male
1235 1990 Female
1236 1955 Female
1237 1969 Female
1238 1974 Male
1239 2000 Male
1240 2000 Female
1241 1944 Female
1242 1984 Male
1243 2000 Male
1244 1975 Male
1245 2002 Male
1246 1976 Male
1247 1984 Female
1248 1956 Female
1249 1942 Male
zipcode health
1
2 34343 Fair
3
4 42141 Excellent
5 d Fair
6 7100 Fair
7 80000 Excellent
8 54440 Fair
9 7100 Fair
10 5300 Fair
11 2100 Good
12 1100 Good
13 8383 Good
14 7100 Fair
15 120 Poor
16 120 Poor
17
18 x Poor
19 7100 Good
20 X Good
21 8000 Poor
22 7888 Poor
23 30030 Good
24 7100 Poor
25
26 H Fair
27 this is jon pls delete Good
28 189 Good
29 this is jon pls delete Fair
30 42122 Fair
31 199 Excellent
32 30034 Good
33 57016 Good
34 84133 Good
35 80018 Good
36 16153 Fair
37 84100 Good
38 98028 Fair
39 89046 Good
40
41 33034 Good
42 30034 Good
43 50067 Good
44 56121 Excellent
45 7100 Excellent
46 70122 Good
47 92027 Good
48 20099 Good
49 145 Excellent
50 38024 Good
51 89034 Fair
52 76123 Good
53 9096 Good
54 94010 Excellent
55 95013 Fair
56 20021 Excellent
57 20847 Fair
58 52100 Good
59 73014 Good
60 20126 Good
61 20900 Good
62 25081 Excellent
63 80055 Good
64 54 Excellent
65 50144 Good
66 20142 Good
67 80045 Fair
68 20020 Fair
69 40 Good
70 10121 Excellent
71 80142 Fair
72 5018 Good
73 81031 Good
74 144 Good
75 35010 Fair
76 20094 Excellent
77 16159 Good
78 162 Good
79
80 10145 Good
81 38061 Excellent
82 15066 Good
83 74121 Excellent
84 80142 Fair
85 89122 Fair
86 70025 Good
87 84033 Excellent
88 28100 Good
89
90
91 31059 Good
92 141 Excellent
93 80058 Excellent
94 86039 Good
95 1037 Good
96 56032 Excellent
97 17100 Good
98 28069 Excellent
99 56126 Excellent
100 24043 Good
101 71121 Good
102 10073 Excellent
103 20011 Excellent
104 62012 Good
105 15121 Excellent
106 16136 Fair
107 16153 Excellent
108 66100 Excellent
109 44124 Good
110 13100 Fair
111
112 88100 Good
113 71121 Good
114 23875 Good
115 20094 Fair
116 9045 Good
117 20020 Good
118 96016 Fair
119 80011 Good
120 118 Good
121 83030 Excellent
122 80124 Fair
123 16039 Good
124 84010 Good
125 83100 Fair
126 70043 Excellent
127 40068 Good
128 16123 Good
129 35036 Fair
130 90145 Excellent
131 57016 Good
132 127 Excellent
133 9127 Good
134 25065 Good
135 4015 Excellent
136 20161 Excellent
137 21030 Fair
138 52100 Excellent
139 20121 Good
140 98051 Good
141 8100 Excellent
142 5100 Good
143 40139 Good
144 16144 Good
145 17031 Good
146 34071 Good
147 70121 Excellent
148 91011 Excellent
149 146 Fair
150 70131 Good
151 9048 Good
152 34074 Excellent
153 80034 Fair
154
155 31035 Fair
156 47922 Excellent
157 83100 Good
158 34126 Good
159 74121 Good
160 71013 Excellent
161 1975 Good
162 81025 Good
163 6132 Good
164 31059 Excellent
165 62100 Excellent
166 92100 Excellent
167 13900 Good
168 20131 Good
169 48018 Fair
170 10149 Good
171 47121 Excellent
172 35030 Fair
173 30125 Fair
174 24027 Good
175 94010 Good
176 98051 Good
177 47122 Good
178 33033 Fair
179 4023 Good
180 63821 Excellent
181 89123 Poor
182 12051 Good
183 177 Good
184 70132 Good
185 34071 Good
186 20121 Good
187 10121 Good
188 50135 Good
189 35020 Good
190 165 Excellent
191 80059 Excellent
192 85100 Excellent
193 58100 Good
194 168 Good
195 81030 Good
196 189 Good
197 34170 Good
198 20125 Good
199 55 Good
200 28100 Fair
201 57014 Good
202 60015 Good
203 96100 Good
204 12062 Good
205 71121 Good
206 657877 Excellent
207 28100 Good
208 56037 Good
209 74121 Fair
210
211 47121 Fair
212 56021 Good
213 90145 Good
214 20126 Excellent
215 12100 Excellent
216 4100 Good
217 63074 Excellent
218 89861 Excellent
219 13878 Good
220 20135 Fair
221 37138 Good
222 20138 Fair
223 20020 Good
224 25064 Fair
225 24057 Excellent
226 73040 Good
227 83013 Good
228 86021 Good
229 20080 Excellent
230 80014 Good
231 10018 Good
232 37010 Good
233 20134 Excellent
234 44026 Excellent
235 80126 Good
236 133 Excellent
237 60128 Good
238 20019 Excellent
239 88100 Excellent
240 13 Fair
241 143 Good
242 56012 Excellent
243 20821 Good
244 40018 Fair
245 118 Good
246 132 Excellent
247 148 Good
248 41056 Excellent
249 80044 Poor
250 97015 Excellent
251 10080 Good
252 22075 Good
253 74013 Fair
254 20037 Excellent
255 33079 Excellent
256 12 Good
257 76123 Excellent
258 3100 Fair
259 31030 Excellent
260 35046 Excellent
261 55100 Excellent
262 18 Good
263 20155 Good
264 30033 Poor
265 80044 Good
266 35017 Excellent
267 35019 Fair
268 54033 Fair
269 50136 Good
270 2010 Excellent
271
272 95021 Good
273 16167 Good
274 95030 Good
275 50035 Excellent
276
277 88822 Fair
278 25015 Good
279 43121 Good
280 33040 Good
281 20146 Good
282 85100 Fair
283 61032 Fair
284
285 80100 Good
286 20060 Good
287 20129 Good
288 74010 Excellent
289
290 36109 Fair
291 154 Excellent
292 2100 Fair
293 47922 Fair
294 12042 Good
295 27043 Good
296 20021 Good
297 38123 Good
298 42015 Good
299 14376 Good
300 20097 Good
301 97015 Excellent
302 146 Good
303 73010 Fair
304 84098 Fair
305 83100 Excellent
306
307 20851 Excellent
308 87064 Excellent
309 60030 Good
310 10045 Excellent
311 13900 Excellent
312 9028 Excellent
313 95125 Fair
314 20854 Good
315 63100 Fair
316 6100 Excellent
317 20077 Excellent
318 90135 Good
319 50041 Good
320 52010 Good
321 65013 Excellent
322 3012 Good
323 80058 Good
324 24066 Good
325 187 Fair
326 90138 Good
327 9055 Excellent
328 80019 Good
329 20148 Good
330 22078 Good
331 26100 Good
332 20148 Good
333 76125 Good
334
335 27058 Good
336 20138 Excellent
337 91100 Good
338 16145 Good
339 20132 Excellent
340 44121 Excellent
341 80144 Excellent
342 44 Good
343 63074 Fair
344 88060 Good
345 27100 Good
346 35047 Excellent
347 10098 Fair
348 75012 Good
349 98121 Good
350 177 Good
351 71036 Good
352 20852 Fair
353 177 Fair
354 7100 Excellent
355 35010 Good
356 144 Good
357 20133 Good
358 20019 Fair
359 10121 Good
360 90044 Good
361 70123 Excellent
362 199 Good
363 81050 Fair
364 80026 Excellent
365 61034 Good
366 20015 Good
367 16136 Good
368 46035 Good
369 24040 Fair
370 41123 Fair
371 143 Excellent
372 87040 Good
373 73010 Good
374 143 Good
375 4011 Good
376
377 80124 Fair
378 61034 Good
379
380 92027 Fair
381 16154 Excellent
382 20151 Excellent
383 18020 Excellent
384 85046 Excellent
385 31100 Good
386 10139 Good
387 20900 Poor
388 35042 Good
389 2016 Good
390 21017 Excellent
391 50126 Good
392 92019 Good
393 16159 Good
394 147 Good
395 91029 Good
396 1038 Excellent
397 59100 Fair
398 81030 Good
399 96011 Fair
400 20099 Excellent
401 20127 Good
402 80016 Fair
403 33077 Fair
404 91100 Fair
405 85055 Excellent
406 11100 Excellent
407 3025 Good
408 142 Poor
409 10145 Good
410 35130 Good
411 76125 Good
412 166 Excellent
413 188 Good
414 91011 Excellent
415 24036 Fair
416 81039 Good
417 50019 Excellent
418 80058 Excellent
419 10020 Fair
420 20121 Good
421 76125 Excellent
422
423 58020 Good
424 87100 Good
425 95014 Good
426 20088 Good
427 135 Good
428 57016 Fair
429 80041 Good
430 36016 Fair
431 56123 Fair
432 20814 Good
433 82026 Good
434 80028 Fair
435 13 Good
436 86039 Fair
437 80019 Excellent
438 24050 Good
439 20122 Excellent
440 57121 Good
441 20146 Excellent
442 80128 Fair
443 35100 Good
444 22063 Fair
445 10121 Good
446 4013 Good
447 66100 Good
448 8042 Excellent
449 40046 Excellent
450 16011 Fair
451
452 46030 Fair
453 20836 Good
454 172 Good
455 40050 Fair
456 92024 Fair
457 91011 Excellent
458 16144 Good
459 10093 Good
460 80042 Excellent
461 60122 Excellent
462 24040 Good
463 80053 Fair
464 24100 Good
465
466 13900 Good
467 3100 Good
468 44011 Fair
469 71013 Good
470 20143 Good
471 100 Good
472 35137 Good
473 37125 Good
474 195 Excellent
475 30016 Fair
476 71121 Fair
477 26010 Good
478 47838 Fair
479 9121 Good
480 57122 Good
481 20090 Excellent
482 86038 Good
483 124 Good
484 119 Good
485 20864 Good
486 82020 Excellent
487 88100 Fair
488 24020 Good
489 4100 Good
490 10124 Good
491 65015 Good
492 20090 Excellent
493 1010 Good
494 14010 Good
495 89861 Good
496 70126 Good
497 1030 Good
498 ,o Good
499 20866 Good
500 80145 Excellent
501 90020 Good
502 80011 Good
503 84017 Good
504 37126 Good
505 80053 Excellent
506 55100 Good
507 94013 Good
508 58100 Good
509 20142 Good
510 70121 Fair
511 90030 Excellent
512 30030 Good
513 37050 Excellent
514 20099 Excellent
515 10090 Excellent
516 37060 Good
517 88021 Good
518 28100 Good
519 95032 Good
520 70022 Excellent
521 35043 Good
522 20125 Good
523 43044 Good
524 13100 Good
525 19125 Good
526 80022 Good
527 76011 Good
528 152 Excellent
529 37017 Excellent
530 90126 Good
531 21023 Good
532 37129 Poor
533 30021 Good
534 80077 Fair
535 181 Excellent
536 90145 Good
537 10148 Fair
538 10048 Fair
539 84200 Good
540 54033 Good
541 84035 Good
542 57128 Good
543 73019 Fair
544 42123 Good
545 20900 Poor
546 55016 Excellent
547 24126 Good
548 80026 Excellent
549 24022 Good
550 146 Excellent
551 21013 Good
552 31044 Excellent
553 83050 Fair
554 80138 Good
555 95125 Excellent
556 30033 Fair
557 56024 Fair
558 80040 Fair
559 20162 Good
560 20834 Good
561 10154 Good
562 20060 Fair
563 24040 Good
564 56127 Excellent
565 92100 Fair
566 22070 Good
567 65010 Good
568 70029 Good
569 84098 Good
570 21100 Fair
571 24122 Excellent
572 98028 Good
573 88900 Fair
574 65125 Fair
575 28845 Good
576 20090 Poor
577 35031 Good
578 90144 Fair
579 20089 Fair
580 87058 Good
581 29122 Fair
582 89135 Good
583 18038 Good
584 40121 Excellent
585 12 Good
586 148 Good
587 10138 Good
588 42014 Good
589 20060 Good
590 20095 Excellent
591 82100 Good
592 20900 Fair
593 34135 Excellent
594 35030 Good
595 80129 Fair
596 71016 Good
597 91026 Excellent
598 40 Good
599 48018 Fair
600 188 Good
601 133 Fair
602 10152 Good
603 45100 Fair
604 20131 Fair
605 47924 Good
606 95122 Good
607 90124 Good
608 35030 Good
609 20127 Good
610 88900 Good
611 95030 Excellent
612 80146 Good
613 36025 Excellent
614 20022 Good
615 1035 Good
616 87036 Good
617 46029 Good
618 3043 Good
619 47822 Fair
620 95033 Fair
621 20141 Good
622 76121 Poor
623 22073 Fair
624 80147 Excellent
625 45100 Fair
626 31100 Excellent
627 20019 Good
628 27029 Good
629 84098 Good
630 34170 Fair
631 50100 Good
632 20135 Good
633 56028 Good
634 39100 Fair
635 92021 Good
636 34136 Good
637 40129 Good
638 10144 Fair
639 40065 Good
640 22030 Fair
641 20127 Good
642 43029 Good
643 95126 Excellent
644 81030 Good
645 27010 Good
646 31044 Good
647 6123 Fair
648 9134 Good
649 91026 Excellent
650 182 Fair
651 56121 Good
652 40132 Excellent
653 20124 Good
654 7100 Excellent
655 6126 Good
656 29122 Fair
657 66041 Excellent
658 26900 Good
659 81100 Good
660 26013 Good
661 28100 Fair
662 80044 Fair
663 173 Good
664 81016 Good
665 20021 Good
666 89943 Fair
667 34137 Good
668 39100 Good
669 132 Good
670 25014 Excellent
671 80126 Fair
672 12021 Excellent
673 1010 Good
674 82100 Fair
675 80016 Good
676 37018 Excellent
677 3041 Excellent
678 1100 Fair
679 182 Good
680 41038 Good
681 64018 Excellent
682 63900 Good
683
684 85034 Fair
685 118 Excellent
686 80143 Poor
687 38942 Fair
688 10128 Good
689 39049 Excellent
690 74121 Good
691 30 Excellent
692 98057 Fair
693 9010 Fair
694 66040 Excellent
695 66100 Good
696 39100 Excellent
697 88100 Good
698 20158 Good
699 80030 Excellent
700 73100 Good
701 12 Fair
702 60131 Good
703 20097 Fair
704 10121 Good
705 26013 Fair
706 27034 Good
707 64010 Good
708 95127 Good
709 63100 Good
710 80022 Poor
711
712
713 62014 Fair
714 70124 Excellent
715 71122 Fair
716 98125 Good
717 44049 Good
718 20851 Excellent
719 22070 Good
720 36075 Fair
721 26013 Excellent
722 10080 Good
723 30034 Good
724 25125 Fair
725 31021 Good
726 80013 Excellent
727 74121 Fair
728 20125 Good
729 83100 Good
730 80125 Good
731 20861 Excellent
732 189 Good
733 74121 Good
734 20089 Poor
735 98125 Good
736 20867 Excellent
737 63900 Good
738 10134 Fair
739 38121 Good
740 30030 Good
741 16134 Good
742 80059 Good
743 40 Excellent
744 16126 Good
745 28921 Good
746 62010 Fair
747 40139 Excellent
748 75015 Excellent
749 20137 Good
750 21049 Fair
751 37066 Excellent
752 21018 Fair
753 33080 Excellent
754 57128 Good
755 66020 Fair
756 175 Good
757 20122 Good
758 64100 Fair
759 133 Excellent
760 80014 Fair
761 10136 Good
762 187 Excellent
763 46 Fair
764 20099 Excellent
765 20090 Excellent
766 80123 Fair
767 95025 Fair
768 39049 Good
769 82030 Fair
770 31036 Fair
771 30135 Fair
772 1100 Fair
773 80059 Fair
774 13900 Good
775 83045 Fair
776 20010 Fair
777 63100 Good
778 1030 Excellent
779 20139 Good
780 10024 Good
781 35028 Good
782 26029 Excellent
783 20145 Good
784 4019 Good
785 20077 Excellent
786 10137 Fair
787 20060 Good
788 17047 Good
789 36040 Excellent
790 43036 Good
791 20020 Excellent
792 50121 Good
793 96012 Good
794 20121 Good
795 85100 Good
796 45023 Good
797 90123 Excellent
798 36020 Good
799 8030 Good
800 50063 Fair
801 18038 Fair
802 9028 Good
803 9010 Fair
804 22100 Good
805 24050 Fair
806 41057 Excellent
807 7100 Good
808 63900 Good
809 96100 Fair
810 10090 Good
811 32100 Good
812 80058 Excellent
813 33050 Fair
814 70018 Good
815 46046 Excellent
816 25021 Good
817 70017 Excellent
818 34100 Good
819 22100 Fair
820 16143 Good
821 19 Good
822 86100 Excellent
823 70125 Excellent
824 20064 Fair
825 33055 Excellent
826 81100 Good
827 20121 Good
828 152 Excellent
829 29121 Fair
830 20125 Excellent
831 25039 Good
832 80070 Excellent
833 20020 Good
834 25080 Good
835 16138 Good
836 80132 Good
837 86170 Good
838 37040 Good
839 20875 Fair
840 20081 Good
841 20162 Good
842 96100 Good
843 80014 Good
844 70125 Good
845 58010 Excellent
846 70010 Good
847 89121 Excellent
848 20017 Poor
849 85020 Good
850 20135 Good
851 81020 Excellent
852 6041 Fair
853 20812 Excellent
854 81020 Fair
855 87041 Excellent
856 26100 Good
857 20900 Good
858 89812 Excellent
859 98046 Excellent
860 42032 Good
861 92100 Fair
862 61032 Fair
863
864 95045 Excellent
865 175 Good
866 166 Fair
867 9045 Fair
868 58100 Fair
869 23807 Good
870 10073 Good
871 136 Excellent
872 95032 Fair
873 6054 Fair
874 166 Good
875 72100 Excellent
876 12100 Fair
877 27027 Good
878 86079 Good
879 32 Good
880 23900 Good
881 63813 Good
882 20155 Excellent
883 89018 Good
884 21052 Fair
885 25040 Good
886 33076 Fair
887 20019 Excellent
888 25040 Excellent
889 20815 Fair
890 40013 Good
891 96016 Good
892 146 Good
893 40 Good
894 20021 Excellent
895 63074 Excellent
896 56126 Good
897 70015 Good
898 10137 Good
899 10098 Good
900 10022 Good
901 80058 Good
902 20143 Good
903 80131 Good
904 46024 Good
905 157 Good
906 44123 Good
907 35010 Fair
908 90138 Fair
909 9016 Excellent
910 36100 Excellent
911 20070 Good
912 35035 Fair
913 3030 Excellent
914 23893 Good
915 41 Excellent
916 47042 Fair
917 73025 Good
918 20144 Good
919 60031 Good
920 67017 Good
921 63100 Excellent
922 152 Fair
923 57025 Excellent
924 21052 Excellent
925 20019 Excellent
926 20125 Good
927 20128 Good
928 89044 Fair
929 10040 Excellent
930 24023 Fair
931 72 Good
932 30125 Fair
933 80022 Good
934 60027 Fair
935 84014 Good
936 60044 Good
937 20084 Fair
938 43126 Excellent
939 70010 Good
940 55100 Good
941 59100 Good
942 20099 Good
943 40 Good
944 74023 Good
945 22076 Good
946 48124 Good
947 9032 Good
948 60129 Good
949 20063 Good
950 72026 Good
951 36100 Fair
952 1028 Fair
953 20010 Excellent
954 33100 Fair
955 24060 Good
956 17100 Good
957 97012 Good
958 21017 Good
959 33033 Good
960 70056 Good
961 98124 Good
962
963 90036 Excellent
964 20121 Good
965 30014 Excellent
966 20158 Excellent
967 20020 Good
968 56017 Good
969 75025 Good
970 20121 Good
971 80044 Good
972 42123 Fair
973 20131 Good
974 96100 Good
975 10064 Good
976 20147 Fair
977 61033 Good
978 28100 Fair
979 30015 Good
980 20010 Good
981 191 Excellent
982 159 Good
983 8516 Excellent
984 90129 Fair
985 10149 Good
986 70044 Good
987 60044 Good
988 35125 Good
989 97100 Good
990 90135 Good
991 30173 Fair
992 10040 Good
993 37024 Good
994 20900 Good
995 20061 Good
996 24069 Good
997 70056 Good
998 3100 Fair
999 95129 Good
1000 13836 Good
1001 44035 Good
1002 70128 Fair
1003 95047 Fair
1004 41053 Good
1005 55012 Excellent
1006 35125 Good
1007 72100 Poor
1008 147 Good
1009 164 Good
1010 20032 Excellent
1011
1012 80035 Good
1013 9170 Fair
1014 70123 Good
1015 28 Good
1016
1017 90135 Good
1018 55012 Excellent
1019 4100 Good
1020 24041 Good
1021 158 Excellent
1022 33100 Excellent
1023 18038 Fair
1024 20147 Good
1025 70010 Good
1026 95030 Good
1027 20865 Good
1028 45030 Fair
1029 11024 Excellent
1030 38041 Good
1031 20141 Fair
1032 50142 Excellent
1033 43123 Fair
1034 81030 Good
1035 23876 Good
1036 10077 Good
1037 90123 Good
1038 10020 Excellent
1039 95121 Good
1040 36030 Good
1041 29015 Fair
1042 73040 Excellent
1043 92020 Good
1044 127 Good
1045 47921 Fair
1046 10023 Good
1047 36013 Good
1048 72100 Good
1049 20131 Fair
1050 9047 Fair
1051 46040 Good
1052 19020 Fair
1053 3100 Fair
1054 47035 Excellent
1055 88060 Good
1056 73017 Excellent
1057 182 Good
1058 29014 Good
1059 15045 Good
1060 95030 Good
1061 88100 Good
1062 80055 Fair
1063 98078 Good
1064 19 Good
1065 33100 Good
1066 29020 Good
1067 20129 Good
1068 20010 Fair
1069 20010 Fair
1070 56023 Excellent
1071 27058 Good
1072 80025 Good
1073
1074 9045 Good
1075 121 Good
1076 20852 Poor
1077
1078 10028 Good
1079 65 Fair
1080 4019 Good
1081 28100 Good
1082 161 Good
1083 20161 Fair
1084 20900 Excellent
1085 71122 Good
1086 10148 Good
1087 71019 Good
1088 25045 Fair
1089 50019 Good
1090 20131 Good
1091 35 Good
1092 20864 Good
1093 92024 Fair
1094 87035 Fair
1095
1096 24121 Fair
1097 43122 Good
1098 126 Good
1099 30173 Poor
1100 187 Good
1101 20011 Good
1102 22100 Good
1103 125 Excellent
1104 70042 Good
1105 36056 Good
1106 7041 Fair
1107 95125 Good
1108 13100 Good
1109 20847 Good
1110 24047 Good
1111 23015 Excellent
1112 60126 Fair
1113 12040 Excellent
1114 72012 Good
1115 25050 Good
1116 76016 Good
1117 42048 Good
1118 15057 Good
1119 50127 Good
1120 62018 Fair
1121 55049 Good
1122 74121 Good
1123 7100 Excellent
1124 89124 Good
1125 31050 Good
1126 84091 Fair
1127 56025 Fair
1128 36056 Excellent
1129 59100 Excellent
1130 65125 Fair
1131 13866 Good
1132 70122 Good
1133 23811 Fair
1134 70010 Good
1135 10125 Good
1136 22071 Fair
1137 60128 Good
1138 122 Excellent
1139 40138 Good
1140 53 Good
1141 100 Good
1142
1143 44020 Fair
1144 37049 Good
1145 33100 Excellent
1146 33080 Good
1147 80141 Good
1148 20020 Good
1149 27030 Fair
1150 133 Excellent
1151 132 Excellent
1152 37060 Excellent
1153 9128 Fair
1154 4100 Fair
1155 50121 Good
1156 9125 Good
1157 34143 Good
1158 81055 Fair
1159 32040 Excellent
1160 73100 Good
1161 34070 Excellent
1162 10134 Good
1163 20900 Excellent
1164 46017 Excellent
1165 20136 Excellent
1166 54100 Good
1167 60026 Good
1168 96010 Good
1169 95030 Good
1170 62012 Good
1171 73010 Good
1172 142 Fair
1173 10010 Fair
1174 19135 Good
1175 70013 Excellent
1176 16151 Excellent
1177 25016 Good
1178 20121 Good
1179 98168 Good
1180 90123 Excellent
1181 80126 Excellent
1182 19 Fair
1183 61122 Excellent
1184 20090 Good
1185 92026 Good
1186
1187 58100 Good
1188 82100 Good
1189 84025 Fair
1190 55 Good
1191 70127 Fair
1192
1193 71 Good
1194
1195 35043 Fair
1196 7100 Fair
1197 70017 Fair
1198 20088 Excellent
1199 89013 Excellent
1200 14100 Good
1201
1202 20125 Good
1203 9170 Good
1204 84016 Excellent
1205 89013 Fair
1206 47 Good
1207 10137 Excellent
1208 25124 Good
1209 74123 Good
1210 32030 Good
1211 27039 Poor
1212 51017 Good
1213 24042 Good
1214 88811 Excellent
1215 86100 Good
1216 29121 Good
1217 6081 Good
1218
1219 11012 Fair
1220 22040 Excellent
1221 25032 Good
1222 6132 Good
1223 15067 Good
1224 20133 Good
1225 20148 Fair
1226 20099 Good
1227 9042 Good
1228 83100 Good
1229 48 Good
1230 10100 Fair
1231 7045 Good
1232 87027 Fair
1233 20125 Excellent
1234 98042 Fair
1235 23030 Excellent
1236 83029 Fair
1237 20015 Good
1238 71016 Good
1239 30033 Good
1240 73040 Good
1241 17100 Fair
1242 20126 Excellent
1243 20081 Fair
1244 89048 Good
1245 6135 Fair
1246 89134 Good
1247 51011 Good
1248 10145 Good
1249 84098 Fair
health_conditions personality_1
1
2 1 Agree moderately (4)
3
4 0 Neither agree nor disagree (3)
5 0 Disagree moderately (2)
6 2 Neither agree nor disagree (3)
7 0 Neither agree nor disagree (3)
8 1 Disagree moderately (2)
9 1 Disagree moderately (2)
10 2 Neither agree nor disagree (3)
11 0 Disagree moderately (2)
12 0 Agree strongly (5)
13 2 Neither agree nor disagree (3)
14 1 Agree moderately (4)
15 3 Disagree strongly (1)
16 1 Disagree strongly (1)
17
18 4 Agree strongly (5)
19 1 Disagree moderately (2)
20 3 Agree moderately (4)
21 2 Disagree moderately (2)
22 0 Disagree strongly (1)
23 0 Disagree moderately (2)
24 0 Disagree moderately (2)
25
26 3 Disagree strongly (1)
27 1 Agree strongly (5)
28 0 Agree moderately (4)
29 2 Agree strongly (5)
30 1 Neither agree nor disagree (3)
31 0 Disagree moderately (2)
32 0 Disagree moderately (2)
33 0 Neither agree nor disagree (3)
34 1 Disagree moderately (2)
35 0 Agree moderately (4)
36 0 Neither agree nor disagree (3)
37 1 Disagree moderately (2)
38 2 Agree strongly (5)
39 1 Agree moderately (4)
40
41 0 Neither agree nor disagree (3)
42 0 Disagree strongly (1)
43 0 Neither agree nor disagree (3)
44 0 Agree moderately (4)
45 0 Neither agree nor disagree (3)
46 1 Agree moderately (4)
47 4 Neither agree nor disagree (3)
48 0 Neither agree nor disagree (3)
49 0 Agree strongly (5)
50 0 Neither agree nor disagree (3)
51 0 Neither agree nor disagree (3)
52 0 Neither agree nor disagree (3)
53 0 Disagree strongly (1)
54 0 Neither agree nor disagree (3)
55 0 Neither agree nor disagree (3)
56 0 Agree strongly (5)
57 1 Neither agree nor disagree (3)
58 0 Agree moderately (4)
59 0 Neither agree nor disagree (3)
60 1 Agree strongly (5)
61 0 Neither agree nor disagree (3)
62 0 Agree moderately (4)
63 0 Neither agree nor disagree (3)
64 0 Agree moderately (4)
65 0 Agree strongly (5)
66 1 Neither agree nor disagree (3)
67 1 Disagree moderately (2)
68 2 Disagree moderately (2)
69 0 Agree moderately (4)
70 0 Agree moderately (4)
71 0 Agree moderately (4)
72 0 Neither agree nor disagree (3)
73 0 Neither agree nor disagree (3)
74 1 Agree moderately (4)
75 0 Agree moderately (4)
76 0 Agree moderately (4)
77 0 Neither agree nor disagree (3)
78 0 Agree moderately (4)
79
80 0 Agree strongly (5)
81 0 Neither agree nor disagree (3)
82 0 Agree moderately (4)
83 0 Disagree strongly (1)
84 0 Agree moderately (4)
85 1 Neither agree nor disagree (3)
86 3 Neither agree nor disagree (3)
87 0 Neither agree nor disagree (3)
88 0 Agree moderately (4)
89
90
91 0 Neither agree nor disagree (3)
92 0 Agree moderately (4)
93 0 Agree moderately (4)
94 1 Agree moderately (4)
95 0 Agree moderately (4)
96 0 Disagree strongly (1)
97 0 Disagree strongly (1)
98 0 Disagree moderately (2)
99 0 Agree strongly (5)
100 0 Neither agree nor disagree (3)
101 0 Agree moderately (4)
102 0 Disagree moderately (2)
103 0 Agree moderately (4)
104 1 Neither agree nor disagree (3)
105 0 Agree moderately (4)
106 1 Agree moderately (4)
107 0 Neither agree nor disagree (3)
108 0 Agree strongly (5)
109 0 Disagree moderately (2)
110 0 Agree strongly (5)
111
112 0 Disagree strongly (1)
113 0 Neither agree nor disagree (3)
114 0 Agree moderately (4)
115 0 Neither agree nor disagree (3)
116 0 Disagree moderately (2)
117 0 Agree moderately (4)
118 1 Neither agree nor disagree (3)
119 0 Agree strongly (5)
120 0 Agree moderately (4)
121 0 Neither agree nor disagree (3)
122 0 Neither agree nor disagree (3)
123 0 Neither agree nor disagree (3)
124 0 Agree moderately (4)
125 1 Agree strongly (5)
126 0 Disagree strongly (1)
127 0 Neither agree nor disagree (3)
128 0 Agree moderately (4)
129 0 Agree moderately (4)
130 0 Disagree moderately (2)
131 0 Agree moderately (4)
132 0 Neither agree nor disagree (3)
133 0 Agree moderately (4)
134 0 Neither agree nor disagree (3)
135 0 Neither agree nor disagree (3)
136 0 Neither agree nor disagree (3)
137 0 Agree moderately (4)
138 0 Agree strongly (5)
139 1 Agree moderately (4)
140 0 Agree moderately (4)
141 0 Agree moderately (4)
142 0 Agree moderately (4)
143 0 Neither agree nor disagree (3)
144 0 Agree moderately (4)
145 0 Neither agree nor disagree (3)
146 0 Agree moderately (4)
147 0 Neither agree nor disagree (3)
148 0 Agree strongly (5)
149 1 Neither agree nor disagree (3)
150 0 Neither agree nor disagree (3)
151 0 Agree moderately (4)
152 0 Agree moderately (4)
153 0 Agree moderately (4)
154
155 0 Agree moderately (4)
156 0 Neither agree nor disagree (3)
157 0 Disagree moderately (2)
158 0 Agree moderately (4)
159 0 Disagree moderately (2)
160 0 Disagree moderately (2)
161 0 Agree strongly (5)
162 0 Agree moderately (4)
163 0 Neither agree nor disagree (3)
164 0 Neither agree nor disagree (3)
165 0 Neither agree nor disagree (3)
166 0 Agree moderately (4)
167 0 Disagree strongly (1)
168 0 Agree moderately (4)
169 1 Neither agree nor disagree (3)
170 0 Agree moderately (4)
171 0 Disagree strongly (1)
172 0 Disagree strongly (1)
173 0 Neither agree nor disagree (3)
174 0 Disagree moderately (2)
175 1 Agree moderately (4)
176 0 Agree moderately (4)
177 0 Disagree moderately (2)
178 0 Agree strongly (5)
179 1 Agree strongly (5)
180 0 Agree moderately (4)
181 0 Disagree moderately (2)
182 0 Neither agree nor disagree (3)
183 0 Agree moderately (4)
184 0 Neither agree nor disagree (3)
185 0 Neither agree nor disagree (3)
186 0 Agree strongly (5)
187 0 Disagree strongly (1)
188 0 Agree moderately (4)
189 0 Neither agree nor disagree (3)
190 0 Neither agree nor disagree (3)
191 0 Neither agree nor disagree (3)
192 0 Neither agree nor disagree (3)
193 0 Neither agree nor disagree (3)
194 0 Neither agree nor disagree (3)
195 0 Neither agree nor disagree (3)
196 0 Agree moderately (4)
197 0 Neither agree nor disagree (3)
198 0 Agree moderately (4)
199 0 Disagree strongly (1)
200 3 Disagree moderately (2)
201 0 Disagree strongly (1)
202 0 Agree moderately (4)
203 0 Neither agree nor disagree (3)
204 0 Agree moderately (4)
205 1 Agree strongly (5)
206 0 Disagree strongly (1)
207 0 Neither agree nor disagree (3)
208 0 Agree strongly (5)
209 0 Agree moderately (4)
210
211 1 Agree moderately (4)
212 0 Disagree moderately (2)
213 0 Disagree moderately (2)
214 0 Neither agree nor disagree (3)
215 0 Disagree strongly (1)
216 0 Agree strongly (5)
217 0 Disagree moderately (2)
218 0 Disagree moderately (2)
219 0 Agree moderately (4)
220 1 Disagree moderately (2)
221 0 Disagree moderately (2)
222 1 Disagree moderately (2)
223 0 Agree moderately (4)
224 0 Agree moderately (4)
225 0 Neither agree nor disagree (3)
226 0 Neither agree nor disagree (3)
227 0 Neither agree nor disagree (3)
228 1 Neither agree nor disagree (3)
229 0 Neither agree nor disagree (3)
230 0 Neither agree nor disagree (3)
231 0 Neither agree nor disagree (3)
232 0 Disagree moderately (2)
233 0 Neither agree nor disagree (3)
234 0 Agree moderately (4)
235 0 Agree strongly (5)
236 0 Disagree strongly (1)
237 0 Agree strongly (5)
238 0 Neither agree nor disagree (3)
239 0 Agree strongly (5)
240 0 Disagree moderately (2)
241 0 Neither agree nor disagree (3)
242 0 Agree strongly (5)
243 1 Disagree strongly (1)
244 0 Disagree moderately (2)
245 0 Agree moderately (4)
246 0 Neither agree nor disagree (3)
247 0 Neither agree nor disagree (3)
248 0 Neither agree nor disagree (3)
249 0 Disagree strongly (1)
250 0 Agree moderately (4)
251 0 Disagree moderately (2)
252 0 Neither agree nor disagree (3)
253 0 Agree moderately (4)
254 0 Agree moderately (4)
255 0 Neither agree nor disagree (3)
256 0 Disagree moderately (2)
257 1 Disagree moderately (2)
258 5 or more Agree strongly (5)
259 0 Neither agree nor disagree (3)
260 0 Disagree moderately (2)
261 0 Neither agree nor disagree (3)
262 0 Disagree moderately (2)
263 0 Agree moderately (4)
264 1 Disagree strongly (1)
265 0 Disagree moderately (2)
266 0 Neither agree nor disagree (3)
267 0 Agree moderately (4)
268 0 Disagree strongly (1)
269 0 Disagree strongly (1)
270 0 Disagree strongly (1)
271
272 0 Agree moderately (4)
273 0 Agree moderately (4)
274 0 Disagree strongly (1)
275 0 Neither agree nor disagree (3)
276
277 0 Neither agree nor disagree (3)
278 0 Neither agree nor disagree (3)
279 0 Neither agree nor disagree (3)
280 0 Neither agree nor disagree (3)
281 1 Neither agree nor disagree (3)
282 1 Disagree strongly (1)
283 0 Disagree strongly (1)
284
285 0 Disagree moderately (2)
286 0 Agree moderately (4)
287 0 Disagree moderately (2)
288 0 Agree moderately (4)
289
290 1 Agree strongly (5)
291 0 Neither agree nor disagree (3)
292 1 Disagree moderately (2)
293 0 Disagree strongly (1)
294 0 Agree moderately (4)
295 0 Disagree moderately (2)
296 0 Disagree moderately (2)
297 0 Disagree moderately (2)
298 0 Disagree moderately (2)
299 1 Disagree moderately (2)
300 0 Disagree moderately (2)
301 0 Agree strongly (5)
302 0 Neither agree nor disagree (3)
303 1 Disagree moderately (2)
304 0 Agree moderately (4)
305 0 Disagree strongly (1)
306
307 0 Neither agree nor disagree (3)
308 0 Agree strongly (5)
309 0 Agree strongly (5)
310 0 Agree moderately (4)
311 0 Disagree strongly (1)
312 0 Agree strongly (5)
313 2 Agree moderately (4)
314 0 Agree moderately (4)
315 1 Agree moderately (4)
316 0 Disagree strongly (1)
317 0 Disagree strongly (1)
318 0 Neither agree nor disagree (3)
319 0 Agree moderately (4)
320 0 Neither agree nor disagree (3)
321 0 Agree strongly (5)
322 0 Neither agree nor disagree (3)
323 1 Disagree strongly (1)
324 0 Disagree moderately (2)
325 0 Neither agree nor disagree (3)
326 0 Neither agree nor disagree (3)
327 0 Disagree strongly (1)
328 0 Neither agree nor disagree (3)
329 0 Agree moderately (4)
330 0 Neither agree nor disagree (3)
331 0 Neither agree nor disagree (3)
332 0 Neither agree nor disagree (3)
333 0 Neither agree nor disagree (3)
334
335 0 Disagree moderately (2)
336 0 Agree strongly (5)
337 0 Agree moderately (4)
338 0 Disagree strongly (1)
339 0 Disagree strongly (1)
340 0 Neither agree nor disagree (3)
341 0 Disagree strongly (1)
342 0 Neither agree nor disagree (3)
343 0 Agree moderately (4)
344 1 Neither agree nor disagree (3)
345 0 Agree moderately (4)
346 0 Agree moderately (4)
347 0 Neither agree nor disagree (3)
348 0 Disagree moderately (2)
349 1 Agree moderately (4)
350 0 Agree moderately (4)
351 0 Disagree moderately (2)
352 0 Agree strongly (5)
353 1 Disagree moderately (2)
354 0 Agree moderately (4)
355 0 Agree moderately (4)
356 0 Disagree strongly (1)
357 0 Neither agree nor disagree (3)
358 1 Agree moderately (4)
359 1 Neither agree nor disagree (3)
360 0 Disagree moderately (2)
361 0 Disagree moderately (2)
362 0 Neither agree nor disagree (3)
363 0 Neither agree nor disagree (3)
364 0 Neither agree nor disagree (3)
365 0 Agree moderately (4)
366 0 Disagree moderately (2)
367 2 Disagree strongly (1)
368 0 Agree moderately (4)
369 0 Neither agree nor disagree (3)
370 0 Neither agree nor disagree (3)
371 0 Agree moderately (4)
372 0 Neither agree nor disagree (3)
373 0 Agree moderately (4)
374 0 Agree moderately (4)
375 0 Agree moderately (4)
376
377 3 Neither agree nor disagree (3)
378 1 Neither agree nor disagree (3)
379
380 4 Neither agree nor disagree (3)
381 0 Disagree moderately (2)
382 0 Disagree strongly (1)
383 0 Disagree moderately (2)
384 0 Agree moderately (4)
385 0 Agree moderately (4)
386 0 Agree moderately (4)
387 0 Disagree strongly (1)
388 0 Disagree strongly (1)
389 0 Disagree moderately (2)
390 0 Agree moderately (4)
391 0 Disagree strongly (1)
392 0 Disagree strongly (1)
393 0 Disagree moderately (2)
394 0 Neither agree nor disagree (3)
395 0 Neither agree nor disagree (3)
396 0 Neither agree nor disagree (3)
397 0 Agree moderately (4)
398 0 Disagree moderately (2)
399 0 Agree moderately (4)
400 0 Neither agree nor disagree (3)
401 0 Neither agree nor disagree (3)
402 0 Neither agree nor disagree (3)
403 0 Disagree strongly (1)
404 1 Agree moderately (4)
405 0 Disagree strongly (1)
406 0 Disagree moderately (2)
407 0 Neither agree nor disagree (3)
408 0 Agree strongly (5)
409 0 Agree moderately (4)
410 0 Neither agree nor disagree (3)
411 0 Neither agree nor disagree (3)
412 0 Agree moderately (4)
413 1 Disagree strongly (1)
414 0 Agree strongly (5)
415 0 Disagree moderately (2)
416 1 Agree moderately (4)
417 0 Agree moderately (4)
418 0 Neither agree nor disagree (3)
419 0 Agree strongly (5)
420 0 Agree strongly (5)
421 0 Disagree strongly (1)
422
423 0 Disagree moderately (2)
424 0 Disagree strongly (1)
425 0 Neither agree nor disagree (3)
426 1 Agree moderately (4)
427 0 Agree moderately (4)
428 5 or more Agree moderately (4)
429 0 Neither agree nor disagree (3)
430 0 Neither agree nor disagree (3)
431 0 Disagree moderately (2)
432 1 Neither agree nor disagree (3)
433 2 Neither agree nor disagree (3)
434 1 Agree strongly (5)
435 0 Agree moderately (4)
436 0 Agree moderately (4)
437 0 Agree moderately (4)
438 0 Neither agree nor disagree (3)
439 1 Disagree strongly (1)
440 0 Disagree moderately (2)
441 0 Neither agree nor disagree (3)
442 1 Agree moderately (4)
443 0 Neither agree nor disagree (3)
444 0 Neither agree nor disagree (3)
445 0 Agree moderately (4)
446 0 Agree moderately (4)
447 0 Disagree moderately (2)
448 0 Agree moderately (4)
449 0 Neither agree nor disagree (3)
450 0 Agree strongly (5)
451
452 2 Agree moderately (4)
453 0 Disagree moderately (2)
454 0 Neither agree nor disagree (3)
455 0 Agree moderately (4)
456 2 Neither agree nor disagree (3)
457 0 Neither agree nor disagree (3)
458 0 Agree moderately (4)
459 0 Neither agree nor disagree (3)
460 0 Neither agree nor disagree (3)
461 0 Neither agree nor disagree (3)
462 0 Neither agree nor disagree (3)
463 1 Agree moderately (4)
464 0 Disagree moderately (2)
465
466 0 Neither agree nor disagree (3)
467 0 Neither agree nor disagree (3)
468 1 Neither agree nor disagree (3)
469 0 Neither agree nor disagree (3)
470 0 Agree strongly (5)
471 0 Disagree moderately (2)
472 1 Neither agree nor disagree (3)
473 0 Agree moderately (4)
474 0 Agree strongly (5)
475 0 Disagree moderately (2)
476 0 Agree moderately (4)
477 1 Agree moderately (4)
478 1 Agree moderately (4)
479 0 Disagree strongly (1)
480 0 Disagree strongly (1)
481 0 Neither agree nor disagree (3)
482 0 Neither agree nor disagree (3)
483 0 Agree strongly (5)
484 1 Agree moderately (4)
485 0 Agree moderately (4)
486 0 Agree strongly (5)
487 0 Neither agree nor disagree (3)
488 1 Agree strongly (5)
489 0 Disagree strongly (1)
490 0 Agree moderately (4)
491 0 Disagree strongly (1)
492 0 Agree strongly (5)
493 0 Neither agree nor disagree (3)
494 0 Agree moderately (4)
495 0 Neither agree nor disagree (3)
496 0 Agree moderately (4)
497 0 Agree moderately (4)
498 3 Neither agree nor disagree (3)
499 1 Agree moderately (4)
500 0 Neither agree nor disagree (3)
501 0 Neither agree nor disagree (3)
502 0 Neither agree nor disagree (3)
503 0 Neither agree nor disagree (3)
504 0 Neither agree nor disagree (3)
505 0 Neither agree nor disagree (3)
506 0 Neither agree nor disagree (3)
507 0 Disagree strongly (1)
508 0 Agree strongly (5)
509 0 Agree strongly (5)
510 0 Neither agree nor disagree (3)
511 0 Disagree strongly (1)
512 0 Neither agree nor disagree (3)
513 0 Agree strongly (5)
514 0 Neither agree nor disagree (3)
515 0 Neither agree nor disagree (3)
516 0 Agree moderately (4)
517 0 Disagree strongly (1)
518 0 Disagree strongly (1)
519 0 Neither agree nor disagree (3)
520 0 Neither agree nor disagree (3)
521 0 Neither agree nor disagree (3)
522 0 Agree moderately (4)
523 0 Neither agree nor disagree (3)
524 0 Neither agree nor disagree (3)
525 0 Neither agree nor disagree (3)
526 0 Disagree moderately (2)
527 0 Neither agree nor disagree (3)
528 0 Neither agree nor disagree (3)
529 0 Agree moderately (4)
530 0 Disagree moderately (2)
531 0 Neither agree nor disagree (3)
532 1 Agree strongly (5)
533 0 Agree moderately (4)
534 0 Neither agree nor disagree (3)
535 0 Disagree moderately (2)
536 0 Neither agree nor disagree (3)
537 1 Neither agree nor disagree (3)
538 0 Disagree moderately (2)
539 0 Disagree moderately (2)
540 0 Agree strongly (5)
541 0 Disagree moderately (2)
542 0 Agree moderately (4)
543 0 Neither agree nor disagree (3)
544 0 Agree moderately (4)
545 0 Neither agree nor disagree (3)
546 0 Neither agree nor disagree (3)
547 0 Neither agree nor disagree (3)
548 0 Agree moderately (4)
549 0 Agree moderately (4)
550 0 Disagree moderately (2)
551 0 Agree strongly (5)
552 0 Agree moderately (4)
553 1 Agree strongly (5)
554 0 Neither agree nor disagree (3)
555 0 Disagree moderately (2)
556 1 Agree strongly (5)
557 1 Agree moderately (4)
558 0 Agree strongly (5)
559 0 Disagree moderately (2)
560 0 Agree moderately (4)
561 0 Disagree moderately (2)
562 0 Disagree moderately (2)
563 0 Agree strongly (5)
564 0 Disagree moderately (2)
565 1 Disagree strongly (1)
566 0 Disagree moderately (2)
567 0 Disagree moderately (2)
568 0 Neither agree nor disagree (3)
569 1 Disagree strongly (1)
570 0 Disagree strongly (1)
571 0 Agree moderately (4)
572 0 Neither agree nor disagree (3)
573 1 Agree moderately (4)
574 0 Disagree moderately (2)
575 0 Neither agree nor disagree (3)
576 0 Disagree strongly (1)
577 0 Neither agree nor disagree (3)
578 2 Agree strongly (5)
579 1 Disagree strongly (1)
580 0 Neither agree nor disagree (3)
581 0 Agree moderately (4)
582 0 Disagree strongly (1)
583 0 Neither agree nor disagree (3)
584 0 Agree moderately (4)
585 0 Agree moderately (4)
586 0 Agree moderately (4)
587 0 Agree moderately (4)
588 0 Agree strongly (5)
589 0 Disagree strongly (1)
590 0 Neither agree nor disagree (3)
591 0 Neither agree nor disagree (3)
592 0 Neither agree nor disagree (3)
593 0 Disagree moderately (2)
594 0 Disagree moderately (2)
595 2 Disagree moderately (2)
596 0 Agree moderately (4)
597 0 Neither agree nor disagree (3)
598 0 Agree moderately (4)
599 2 Agree strongly (5)
600 0 Agree strongly (5)
601 1 Agree strongly (5)
602 0 Agree moderately (4)
603 2 Neither agree nor disagree (3)
604 0 Neither agree nor disagree (3)
605 0 Neither agree nor disagree (3)
606 0 Neither agree nor disagree (3)
607 0 Agree moderately (4)
608 0 Disagree strongly (1)
609 0 Neither agree nor disagree (3)
610 1 Neither agree nor disagree (3)
611 0 Disagree strongly (1)
612 0 Agree strongly (5)
613 0 Disagree moderately (2)
614 0 Agree moderately (4)
615 0 Agree moderately (4)
616 0 Neither agree nor disagree (3)
617 0 Neither agree nor disagree (3)
618 0 Disagree moderately (2)
619 0 Disagree moderately (2)
620 2 Agree moderately (4)
621 0 Disagree strongly (1)
622 0 Neither agree nor disagree (3)
623 0 Neither agree nor disagree (3)
624 0 Agree moderately (4)
625 1 Disagree strongly (1)
626 0 Agree strongly (5)
627 0 Agree moderately (4)
628 0 Neither agree nor disagree (3)
629 0 Neither agree nor disagree (3)
630 0 Disagree moderately (2)
631 0 Agree strongly (5)
632 0 Agree moderately (4)
633 1 Agree moderately (4)
634 0 Neither agree nor disagree (3)
635 0 Neither agree nor disagree (3)
636 0 Disagree moderately (2)
637 0 Disagree moderately (2)
638 0 Neither agree nor disagree (3)
639 0 Disagree moderately (2)
640 0 Agree moderately (4)
641 0 Agree moderately (4)
642 0 Neither agree nor disagree (3)
643 0 Agree moderately (4)
644 0 Disagree moderately (2)
645 0 Neither agree nor disagree (3)
646 0 Agree moderately (4)
647 0 Agree moderately (4)
648 0 Agree moderately (4)
649 0 Disagree strongly (1)
650 1 Agree moderately (4)
651 0 Neither agree nor disagree (3)
652 0 Agree strongly (5)
653 0 Neither agree nor disagree (3)
654 0 Agree moderately (4)
655 0 Agree strongly (5)
656 0 Disagree moderately (2)
657 0 Disagree strongly (1)
658 0 Agree moderately (4)
659 0 Agree moderately (4)
660 0 Disagree moderately (2)
661 0 Disagree moderately (2)
662 0 Agree moderately (4)
663 0 Agree moderately (4)
664 0 Agree moderately (4)
665 0 Neither agree nor disagree (3)
666 3 Neither agree nor disagree (3)
667 0 Neither agree nor disagree (3)
668 0 Agree moderately (4)
669 0 Neither agree nor disagree (3)
670 1 Agree moderately (4)
671 0 Neither agree nor disagree (3)
672 0 Disagree strongly (1)
673 0 Agree moderately (4)
674 0 Agree moderately (4)
675 0 Neither agree nor disagree (3)
676 0 Agree moderately (4)
677 0 Agree strongly (5)
678 0 Neither agree nor disagree (3)
679 0 Disagree strongly (1)
680 1 Agree moderately (4)
681 0 Agree moderately (4)
682 0 Agree moderately (4)
683
684 0 Neither agree nor disagree (3)
685 0 Neither agree nor disagree (3)
686 1 Neither agree nor disagree (3)
687 1 Neither agree nor disagree (3)
688 0 Agree strongly (5)
689 0 Agree moderately (4)
690 0 Agree moderately (4)
691 0 Disagree moderately (2)
692 0 Agree moderately (4)
693 0 Agree moderately (4)
694 0 Agree strongly (5)
695 0 Agree moderately (4)
696 0 Disagree moderately (2)
697 0 Agree moderately (4)
698 1 Neither agree nor disagree (3)
699 0 Agree strongly (5)
700 0 Agree moderately (4)
701 0 Neither agree nor disagree (3)
702 1 Agree moderately (4)
703 0 Disagree moderately (2)
704 0 Neither agree nor disagree (3)
705 0 Neither agree nor disagree (3)
706 0 Neither agree nor disagree (3)
707 0 Neither agree nor disagree (3)
708 0 Neither agree nor disagree (3)
709 0 Disagree strongly (1)
710 1 Agree moderately (4)
711
712
713 0 Neither agree nor disagree (3)
714 0 Agree moderately (4)
715 0 Disagree moderately (2)
716 0 Disagree moderately (2)
717 0 Agree strongly (5)
718 0 Agree moderately (4)
719 0 Disagree strongly (1)
720 0 Agree moderately (4)
721 1 Disagree moderately (2)
722 0 Agree moderately (4)
723 0 Agree strongly (5)
724 1 Agree moderately (4)
725 0 Disagree moderately (2)
726 0 Disagree moderately (2)
727 0 Neither agree nor disagree (3)
728 0 Agree moderately (4)
729 0 Neither agree nor disagree (3)
730 0 Disagree moderately (2)
731 0 Neither agree nor disagree (3)
732 0 Agree moderately (4)
733 0 Agree moderately (4)
734 2 Agree moderately (4)
735 0 Agree moderately (4)
736 0 Disagree moderately (2)
737 0 Neither agree nor disagree (3)
738 0 Disagree moderately (2)
739 0 Disagree moderately (2)
740 0 Neither agree nor disagree (3)
741 0 Agree moderately (4)
742 0 Agree strongly (5)
743 0 Agree moderately (4)
744 0 Agree moderately (4)
745 0 Neither agree nor disagree (3)
746 0 Agree moderately (4)
747 0 Neither agree nor disagree (3)
748 1 Agree moderately (4)
749 0 Disagree moderately (2)
750 0 Neither agree nor disagree (3)
751 0 Agree moderately (4)
752 1 Disagree moderately (2)
753 0 Neither agree nor disagree (3)
754 0 Neither agree nor disagree (3)
755 0 Neither agree nor disagree (3)
756 1 Disagree moderately (2)
757 1 Neither agree nor disagree (3)
758 4 Disagree moderately (2)
759 0 Neither agree nor disagree (3)
760 0 Neither agree nor disagree (3)
761 0 Agree strongly (5)
762 0 Neither agree nor disagree (3)
763 0 Neither agree nor disagree (3)
764 1 Agree strongly (5)
765 0 Disagree strongly (1)
766 4 Agree moderately (4)
767 0 Neither agree nor disagree (3)
768 3 Agree moderately (4)
769 3 Agree moderately (4)
770 0 Neither agree nor disagree (3)
771 0 Disagree strongly (1)
772 2 Disagree moderately (2)
773 0 Disagree moderately (2)
774 0 Neither agree nor disagree (3)
775 0 Agree moderately (4)
776 0 Neither agree nor disagree (3)
777 0 Neither agree nor disagree (3)
778 0 Disagree strongly (1)
779 0 Agree moderately (4)
780 0 Neither agree nor disagree (3)
781 0 Agree moderately (4)
782 0 Disagree strongly (1)
783 0 Agree moderately (4)
784 0 Agree moderately (4)
785 0 Agree strongly (5)
786 0 Neither agree nor disagree (3)
787 0 Disagree moderately (2)
788 0 Disagree moderately (2)
789 0 Agree moderately (4)
790 0 Agree strongly (5)
791 0 Agree strongly (5)
792 0 Disagree moderately (2)
793 0 Neither agree nor disagree (3)
794 0 Disagree moderately (2)
795 0 Neither agree nor disagree (3)
796 0 Neither agree nor disagree (3)
797 0 Agree moderately (4)
798 0 Neither agree nor disagree (3)
799 0 Agree strongly (5)
800 0 Agree moderately (4)
801 0 Neither agree nor disagree (3)
802 0 Agree moderately (4)
803 0 Agree moderately (4)
804 0 Agree moderately (4)
805 0 Disagree strongly (1)
806 0 Agree moderately (4)
807 0 Disagree moderately (2)
808 0 Agree moderately (4)
809 1 Disagree moderately (2)
810 0 Neither agree nor disagree (3)
811 1 Agree moderately (4)
812 0 Disagree strongly (1)
813 0 Neither agree nor disagree (3)
814 0 Neither agree nor disagree (3)
815 0 Agree moderately (4)
816 0 Agree strongly (5)
817 0 Disagree strongly (1)
818 0 Agree strongly (5)
819 1 Disagree strongly (1)
820 0 Neither agree nor disagree (3)
821 0 Disagree moderately (2)
822 0 Agree moderately (4)
823 0 Agree moderately (4)
824 1 Agree strongly (5)
825 0 Agree moderately (4)
826 0 Disagree moderately (2)
827 0 Agree strongly (5)
828 0 Neither agree nor disagree (3)
829 0 Agree moderately (4)
830 0 Agree strongly (5)
831 0 Neither agree nor disagree (3)
832 0 Agree moderately (4)
833 1 Neither agree nor disagree (3)
834 0 Neither agree nor disagree (3)
835 1 Agree moderately (4)
836 0 Neither agree nor disagree (3)
837 2 Agree moderately (4)
838 0 Disagree strongly (1)
839 1 Neither agree nor disagree (3)
840 0 Agree strongly (5)
841 0 Agree moderately (4)
842 0 Neither agree nor disagree (3)
843 0 Agree moderately (4)
844 0 Disagree moderately (2)
845 0 Disagree strongly (1)
846 0 Neither agree nor disagree (3)
847 0 Disagree moderately (2)
848 1 Neither agree nor disagree (3)
849 0 Neither agree nor disagree (3)
850 0 Agree strongly (5)
851 0 Disagree strongly (1)
852 3 Neither agree nor disagree (3)
853 0 Neither agree nor disagree (3)
854 0 Disagree moderately (2)
855 0 Agree moderately (4)
856 0 Agree moderately (4)
857 0 Neither agree nor disagree (3)
858 0 Disagree strongly (1)
859 1 Disagree moderately (2)
860 0 Neither agree nor disagree (3)
861 1 Neither agree nor disagree (3)
862 0 Disagree moderately (2)
863
864 0 Disagree moderately (2)
865 0 Agree moderately (4)
866 0 Disagree strongly (1)
867 1 Agree strongly (5)
868 1 Agree strongly (5)
869 0 Disagree strongly (1)
870 0 Neither agree nor disagree (3)
871 0 Agree strongly (5)
872 1 Agree moderately (4)
873 0 Neither agree nor disagree (3)
874 0 Disagree moderately (2)
875 0 Neither agree nor disagree (3)
876 0 Agree moderately (4)
877 0 Agree moderately (4)
878 0 Neither agree nor disagree (3)
879 0 Disagree moderately (2)
880 0 Agree moderately (4)
881 0 Neither agree nor disagree (3)
882 0 Disagree strongly (1)
883 0 Neither agree nor disagree (3)
884 1 Neither agree nor disagree (3)
885 0 Disagree moderately (2)
886 0 Disagree strongly (1)
887 0 Disagree moderately (2)
888 0 Disagree strongly (1)
889 1 Disagree moderately (2)
890 0 Neither agree nor disagree (3)
891 1 Disagree strongly (1)
892 0 Agree moderately (4)
893 1 Disagree moderately (2)
894 0 Neither agree nor disagree (3)
895 0 Disagree strongly (1)
896 0 Neither agree nor disagree (3)
897 0 Neither agree nor disagree (3)
898 0 Agree moderately (4)
899 0 Agree moderately (4)
900 1 Agree strongly (5)
901 0 Agree moderately (4)
902 0 Disagree moderately (2)
903 0 Agree moderately (4)
904 0 Disagree moderately (2)
905 0 Neither agree nor disagree (3)
906 0 Neither agree nor disagree (3)
907 0 Disagree moderately (2)
908 0 Disagree strongly (1)
909 0 Disagree moderately (2)
910 0 Neither agree nor disagree (3)
911 0 Disagree moderately (2)
912 1 Disagree strongly (1)
913 0 Neither agree nor disagree (3)
914 0 Agree moderately (4)
915 0 Agree moderately (4)
916 1 Disagree strongly (1)
917 0 Disagree moderately (2)
918 0 Disagree moderately (2)
919 0 Neither agree nor disagree (3)
920 0 Disagree moderately (2)
921 0 Neither agree nor disagree (3)
922 0 Agree moderately (4)
923 0 Neither agree nor disagree (3)
924 0 Disagree moderately (2)
925 0 Agree moderately (4)
926 0 Disagree moderately (2)
927 0 Agree moderately (4)
928 0 Agree moderately (4)
929 0 Agree strongly (5)
930 1 Agree moderately (4)
931 0 Agree moderately (4)
932 1 Neither agree nor disagree (3)
933 1 Agree moderately (4)
934 0 Neither agree nor disagree (3)
935 0 Neither agree nor disagree (3)
936 0 Disagree strongly (1)
937 0 Neither agree nor disagree (3)
938 2 Agree strongly (5)
939 0 Agree strongly (5)
940 0 Neither agree nor disagree (3)
941 0 Disagree moderately (2)
942 0 Neither agree nor disagree (3)
943 0 Neither agree nor disagree (3)
944 1 Agree strongly (5)
945 0 Neither agree nor disagree (3)
946 0 Disagree strongly (1)
947 0 Agree strongly (5)
948 0 Agree moderately (4)
949 0 Neither agree nor disagree (3)
950 0 Neither agree nor disagree (3)
951 0 Disagree strongly (1)
952 0 Disagree moderately (2)
953 0 Agree strongly (5)
954 0 Neither agree nor disagree (3)
955 0 Agree moderately (4)
956 0 Neither agree nor disagree (3)
957 0 Disagree strongly (1)
958 0 Neither agree nor disagree (3)
959 0 Agree moderately (4)
960 0 Neither agree nor disagree (3)
961 0 Agree strongly (5)
962
963 0 Disagree strongly (1)
964 0 Neither agree nor disagree (3)
965 0 Agree moderately (4)
966 0 Neither agree nor disagree (3)
967 0 Disagree moderately (2)
968 0 Agree moderately (4)
969 0 Disagree moderately (2)
970 0 Neither agree nor disagree (3)
971 0 Neither agree nor disagree (3)
972 1 Neither agree nor disagree (3)
973 0 Disagree moderately (2)
974 0 Neither agree nor disagree (3)
975 0 Neither agree nor disagree (3)
976 1 Disagree strongly (1)
977 0 Neither agree nor disagree (3)
978 1 Agree strongly (5)
979 0 Disagree moderately (2)
980 1 Agree moderately (4)
981 0 Neither agree nor disagree (3)
982 0 Agree strongly (5)
983 0 Agree strongly (5)
984 0 Disagree moderately (2)
985 0 Agree strongly (5)
986 0 Agree moderately (4)
987 0 Disagree strongly (1)
988 0 Disagree moderately (2)
989 0 Agree moderately (4)
990 0 Agree strongly (5)
991 0 Neither agree nor disagree (3)
992 0 Disagree moderately (2)
993 0 Agree strongly (5)
994 0 Agree moderately (4)
995 0 Agree moderately (4)
996 0 Agree moderately (4)
997 0 Agree moderately (4)
998 0 Agree strongly (5)
999 0 Agree strongly (5)
1000 0 Disagree strongly (1)
1001 0 Agree moderately (4)
1002 0 Agree strongly (5)
1003 0 Disagree moderately (2)
1004 0 Neither agree nor disagree (3)
1005 0 Disagree strongly (1)
1006 0 Neither agree nor disagree (3)
1007 4 Disagree moderately (2)
1008 0 Neither agree nor disagree (3)
1009 0 Disagree moderately (2)
1010 0 Neither agree nor disagree (3)
1011
1012 0 Disagree strongly (1)
1013 1 Agree moderately (4)
1014 0 Neither agree nor disagree (3)
1015 0 Disagree moderately (2)
1016
1017 0 Agree strongly (5)
1018 0 Neither agree nor disagree (3)
1019 0 Disagree strongly (1)
1020 0 Neither agree nor disagree (3)
1021 0 Neither agree nor disagree (3)
1022 0 Agree strongly (5)
1023 0 Agree moderately (4)
1024 0 Agree moderately (4)
1025 0 Agree moderately (4)
1026 0 Disagree moderately (2)
1027 0 Neither agree nor disagree (3)
1028 1 Agree moderately (4)
1029 0 Neither agree nor disagree (3)
1030 0 Agree strongly (5)
1031 1 Disagree moderately (2)
1032 0 Neither agree nor disagree (3)
1033 1 Neither agree nor disagree (3)
1034 0 Neither agree nor disagree (3)
1035 0 Agree moderately (4)
1036 0 Disagree strongly (1)
1037 0 Agree moderately (4)
1038 0 Disagree strongly (1)
1039 0 Agree moderately (4)
1040 0 Agree moderately (4)
1041 0 Disagree moderately (2)
1042 0 Agree moderately (4)
1043 0 Disagree strongly (1)
1044 1 Agree moderately (4)
1045 1 Agree moderately (4)
1046 1 Neither agree nor disagree (3)
1047 0 Disagree strongly (1)
1048 1 Neither agree nor disagree (3)
1049 0 Agree strongly (5)
1050 0 Agree moderately (4)
1051 0 Agree strongly (5)
1052 1 Disagree strongly (1)
1053 0 Disagree moderately (2)
1054 0 Disagree moderately (2)
1055 0 Neither agree nor disagree (3)
1056 0 Neither agree nor disagree (3)
1057 0 Neither agree nor disagree (3)
1058 0 Disagree moderately (2)
1059 0 Disagree moderately (2)
1060 0 Agree strongly (5)
1061 0 Neither agree nor disagree (3)
1062 0 Agree moderately (4)
1063 0 Disagree strongly (1)
1064 0 Agree moderately (4)
1065 0 Disagree strongly (1)
1066 0 Neither agree nor disagree (3)
1067 0 Neither agree nor disagree (3)
1068 3 Disagree moderately (2)
1069 1 Agree strongly (5)
1070 0 Agree moderately (4)
1071 0 Disagree strongly (1)
1072 0 Disagree strongly (1)
1073
1074 1 Disagree moderately (2)
1075 1 Disagree moderately (2)
1076 0 Disagree strongly (1)
1077
1078 0 Agree moderately (4)
1079 0 Disagree strongly (1)
1080 0 Neither agree nor disagree (3)
1081 0 Neither agree nor disagree (3)
1082 0 Disagree strongly (1)
1083 0 Disagree strongly (1)
1084 0 Agree strongly (5)
1085 0 Disagree strongly (1)
1086 0 Disagree moderately (2)
1087 0 Agree moderately (4)
1088 1 Neither agree nor disagree (3)
1089 0 Disagree moderately (2)
1090 0 Disagree moderately (2)
1091 2 Neither agree nor disagree (3)
1092 0 Agree moderately (4)
1093 2 Agree moderately (4)
1094 0 Disagree moderately (2)
1095
1096 1 Disagree strongly (1)
1097 1 Disagree moderately (2)
1098 0 Agree moderately (4)
1099 1 Disagree moderately (2)
1100 1 Agree moderately (4)
1101 0 Neither agree nor disagree (3)
1102 0 Disagree strongly (1)
1103 0 Agree moderately (4)
1104 0 Neither agree nor disagree (3)
1105 0 Disagree strongly (1)
1106 0 Agree moderately (4)
1107 0 Agree moderately (4)
1108 0 Neither agree nor disagree (3)
1109 0 Disagree moderately (2)
1110 0 Neither agree nor disagree (3)
1111 0 Agree strongly (5)
1112 0 Neither agree nor disagree (3)
1113 0 Disagree moderately (2)
1114 0 Neither agree nor disagree (3)
1115 0 Agree moderately (4)
1116 0 Agree strongly (5)
1117 1 Agree moderately (4)
1118 0 Agree moderately (4)
1119 0 Disagree strongly (1)
1120 0 Agree moderately (4)
1121 1 Agree strongly (5)
1122 0 Neither agree nor disagree (3)
1123 0 Disagree moderately (2)
1124 0 Disagree moderately (2)
1125 0 Neither agree nor disagree (3)
1126 0 Disagree moderately (2)
1127 0 Agree moderately (4)
1128 0 Agree moderately (4)
1129 0 Disagree strongly (1)
1130 0 Neither agree nor disagree (3)
1131 0 Neither agree nor disagree (3)
1132 0 Agree strongly (5)
1133 0 Disagree strongly (1)
1134 0 Neither agree nor disagree (3)
1135 0 Disagree moderately (2)
1136 0 Neither agree nor disagree (3)
1137 0 Neither agree nor disagree (3)
1138 0 Neither agree nor disagree (3)
1139 0 Agree strongly (5)
1140 0 Neither agree nor disagree (3)
1141 0 Neither agree nor disagree (3)
1142
1143 2 Neither agree nor disagree (3)
1144 0 Agree moderately (4)
1145 0 Neither agree nor disagree (3)
1146 0 Neither agree nor disagree (3)
1147 0 Disagree strongly (1)
1148 0 Disagree moderately (2)
1149 0 Neither agree nor disagree (3)
1150 0 Neither agree nor disagree (3)
1151 0 Neither agree nor disagree (3)
1152 0 Agree moderately (4)
1153 0 Agree moderately (4)
1154 0 Agree moderately (4)
1155 0 Disagree moderately (2)
1156 0 Disagree strongly (1)
1157 0 Neither agree nor disagree (3)
1158 0 Agree moderately (4)
1159 0 Agree moderately (4)
1160 0 Disagree moderately (2)
1161 0 Disagree moderately (2)
1162 1 Disagree moderately (2)
1163 0 Neither agree nor disagree (3)
1164 0 Disagree moderately (2)
1165 0 Neither agree nor disagree (3)
1166 0 Disagree moderately (2)
1167 0 Agree moderately (4)
1168 0 Agree moderately (4)
1169 0 Disagree strongly (1)
1170 0 Neither agree nor disagree (3)
1171 0 Disagree strongly (1)
1172 0 Neither agree nor disagree (3)
1173 0 Neither agree nor disagree (3)
1174 0 Neither agree nor disagree (3)
1175 0 Agree strongly (5)
1176 0 Neither agree nor disagree (3)
1177 0 Agree moderately (4)
1178 1 Agree moderately (4)
1179 0 Agree moderately (4)
1180 0 Disagree strongly (1)
1181 0 Agree moderately (4)
1182 1 Disagree strongly (1)
1183 0 Agree moderately (4)
1184 0 Agree moderately (4)
1185 0 Disagree moderately (2)
1186
1187 0 Neither agree nor disagree (3)
1188 0 Agree moderately (4)
1189 0 Disagree strongly (1)
1190 0 Agree moderately (4)
1191 2 Agree moderately (4)
1192
1193 0 Disagree moderately (2)
1194
1195 0 Disagree strongly (1)
1196 1 Disagree moderately (2)
1197 1 Neither agree nor disagree (3)
1198 0 Agree moderately (4)
1199 0 Disagree strongly (1)
1200 0 Agree moderately (4)
1201
1202 0 Agree moderately (4)
1203 0 Neither agree nor disagree (3)
1204 0 Neither agree nor disagree (3)
1205 0 Neither agree nor disagree (3)
1206 0 Disagree strongly (1)
1207 0 Neither agree nor disagree (3)
1208 0 Neither agree nor disagree (3)
1209 0 Neither agree nor disagree (3)
1210 0 Agree moderately (4)
1211 0 Neither agree nor disagree (3)
1212 0 Agree moderately (4)
1213 0 Neither agree nor disagree (3)
1214 0 Disagree strongly (1)
1215 0 Disagree strongly (1)
1216 0 Agree strongly (5)
1217 0 Agree moderately (4)
1218
1219 0 Disagree strongly (1)
1220 0 Disagree strongly (1)
1221 1 Agree strongly (5)
1222 0 Neither agree nor disagree (3)
1223 0 Neither agree nor disagree (3)
1224 0 Neither agree nor disagree (3)
1225 0 Neither agree nor disagree (3)
1226 1 Disagree moderately (2)
1227 0 Neither agree nor disagree (3)
1228 0 Disagree moderately (2)
1229 0 Neither agree nor disagree (3)
1230 2 Disagree strongly (1)
1231 0 Neither agree nor disagree (3)
1232 0 Neither agree nor disagree (3)
1233 0 Neither agree nor disagree (3)
1234 1 Disagree moderately (2)
1235 0 Disagree moderately (2)
1236 1 Agree moderately (4)
1237 0 Disagree moderately (2)
1238 0 Neither agree nor disagree (3)
1239 0 Disagree moderately (2)
1240 1 Agree strongly (5)
1241 0 Agree moderately (4)
1242 0 Agree strongly (5)
1243 0 Agree moderately (4)
1244 0 Agree strongly (5)
1245 2 Neither agree nor disagree (3)
1246 0 Disagree moderately (2)
1247 0 Agree moderately (4)
1248 1 Disagree moderately (2)
1249 3 Neither agree nor disagree (3)
personality_2 personality_3
1
2 Agree moderately (4) Agree strongly (5)
3
4 Agree moderately (4) Neither agree nor disagree (3)
5 Disagree moderately (2) Disagree moderately (2)
6 Neither agree nor disagree (3) Neither agree nor disagree (3)
7 Disagree strongly (1) Disagree moderately (2)
8 Disagree strongly (1) Disagree strongly (1)
9 Disagree moderately (2) Disagree moderately (2)
10 Neither agree nor disagree (3) Disagree moderately (2)
11 Neither agree nor disagree (3) Agree strongly (5)
12 Agree moderately (4) Agree strongly (5)
13 Disagree strongly (1) Disagree strongly (1)
14 Agree moderately (4) Agree moderately (4)
15 Disagree moderately (2) Neither agree nor disagree (3)
16 Disagree moderately (2) Neither agree nor disagree (3)
17
18 Agree strongly (5) Agree moderately (4)
19 Disagree moderately (2) Disagree moderately (2)
20 Agree moderately (4) Agree strongly (5)
21 Disagree moderately (2) Disagree strongly (1)
22 Disagree strongly (1) Disagree moderately (2)
23 Disagree moderately (2) Disagree moderately (2)
24 Disagree moderately (2) Disagree moderately (2)
25
26 Agree moderately (4) Agree moderately (4)
27 Disagree moderately (2) Agree strongly (5)
28 Neither agree nor disagree (3) Neither agree nor disagree (3)
29 Agree moderately (4) Neither agree nor disagree (3)
30 Disagree strongly (1) Agree moderately (4)
31 Neither agree nor disagree (3) Agree moderately (4)
32 Neither agree nor disagree (3) Disagree moderately (2)
33 Disagree moderately (2) Agree strongly (5)
34 Agree moderately (4) Agree strongly (5)
35 Disagree moderately (2) Agree moderately (4)
36 Neither agree nor disagree (3) Neither agree nor disagree (3)
37 Neither agree nor disagree (3) Agree moderately (4)
38 Neither agree nor disagree (3) Agree moderately (4)
39 Neither agree nor disagree (3) Agree strongly (5)
40
41 Neither agree nor disagree (3) Agree strongly (5)
42 Agree moderately (4) Agree moderately (4)
43 Disagree moderately (2) Agree strongly (5)
44 Neither agree nor disagree (3) Agree moderately (4)
45 Disagree strongly (1) Agree strongly (5)
46 Disagree strongly (1) Agree moderately (4)
47 Neither agree nor disagree (3) Disagree moderately (2)
48 Agree moderately (4) Neither agree nor disagree (3)
49 Disagree moderately (2) Agree strongly (5)
50 Disagree moderately (2) Agree moderately (4)
51 Disagree strongly (1) Agree moderately (4)
52 Agree moderately (4) Agree strongly (5)
53 Neither agree nor disagree (3) Neither agree nor disagree (3)
54 Disagree strongly (1) Agree strongly (5)
55 Disagree moderately (2) Agree moderately (4)
56 Agree strongly (5) Agree strongly (5)
57 Neither agree nor disagree (3) Agree moderately (4)
58 Disagree strongly (1) Agree strongly (5)
59 Neither agree nor disagree (3) Agree moderately (4)
60 Disagree strongly (1) Agree strongly (5)
61 Disagree moderately (2) Agree moderately (4)
62 Disagree strongly (1) Agree moderately (4)
63 Disagree moderately (2) Agree moderately (4)
64 Disagree strongly (1) Agree strongly (5)
65 Agree moderately (4) Agree strongly (5)
66 Neither agree nor disagree (3) Agree strongly (5)
67 Neither agree nor disagree (3) Neither agree nor disagree (3)
68 Neither agree nor disagree (3) Neither agree nor disagree (3)
69 Agree moderately (4) Agree moderately (4)
70 Disagree strongly (1) Agree strongly (5)
71 Neither agree nor disagree (3) Agree strongly (5)
72 Neither agree nor disagree (3) Agree strongly (5)
73 Disagree moderately (2) Agree moderately (4)
74 Agree moderately (4) Agree strongly (5)
75 Neither agree nor disagree (3) Agree moderately (4)
76 Neither agree nor disagree (3) Agree strongly (5)
77 Agree moderately (4) Agree strongly (5)
78 Disagree moderately (2) Agree moderately (4)
79
80 Agree moderately (4) Agree moderately (4)
81 Disagree moderately (2) Agree moderately (4)
82 Disagree strongly (1) Agree moderately (4)
83 Disagree strongly (1) Agree strongly (5)
84 Disagree moderately (2) Agree strongly (5)
85 Neither agree nor disagree (3) Disagree moderately (2)
86 Neither agree nor disagree (3) Neither agree nor disagree (3)
87 Agree moderately (4) Agree moderately (4)
88 Disagree moderately (2) Agree strongly (5)
89
90
91 Neither agree nor disagree (3) Agree moderately (4)
92 Agree moderately (4) Neither agree nor disagree (3)
93 Disagree moderately (2) Agree strongly (5)
94 Disagree strongly (1) Agree strongly (5)
95 Disagree strongly (1) Neither agree nor disagree (3)
96 Agree strongly (5) Agree moderately (4)
97 Disagree moderately (2) Agree strongly (5)
98 Disagree moderately (2) Agree moderately (4)
99 Agree strongly (5) Agree strongly (5)
100 Neither agree nor disagree (3) Neither agree nor disagree (3)
101 Disagree moderately (2) Agree moderately (4)
102 Neither agree nor disagree (3) Agree strongly (5)
103 Agree moderately (4) Neither agree nor disagree (3)
104 Disagree moderately (2) Agree moderately (4)
105 Neither agree nor disagree (3) Disagree strongly (1)
106 Disagree strongly (1) Agree moderately (4)
107 Disagree strongly (1) Neither agree nor disagree (3)
108 Agree strongly (5) Agree strongly (5)
109 Disagree strongly (1) Agree moderately (4)
110 Agree strongly (5) Agree strongly (5)
111
112 Agree moderately (4) Agree strongly (5)
113 Neither agree nor disagree (3) Agree moderately (4)
114 Neither agree nor disagree (3) Agree strongly (5)
115 Neither agree nor disagree (3) Neither agree nor disagree (3)
116 Disagree strongly (1) Agree moderately (4)
117 Disagree strongly (1) Neither agree nor disagree (3)
118 Neither agree nor disagree (3) Agree moderately (4)
119 Neither agree nor disagree (3) Neither agree nor disagree (3)
120 Neither agree nor disagree (3) Agree strongly (5)
121 Neither agree nor disagree (3) Agree moderately (4)
122 Disagree moderately (2) Agree strongly (5)
123 Disagree moderately (2) Agree moderately (4)
124 Neither agree nor disagree (3) Agree strongly (5)
125 Disagree strongly (1) Agree strongly (5)
126 Neither agree nor disagree (3) Neither agree nor disagree (3)
127 Agree moderately (4) Agree strongly (5)
128 Agree moderately (4) Agree strongly (5)
129 Neither agree nor disagree (3) Agree strongly (5)
130 Agree moderately (4) Agree moderately (4)
131 Agree moderately (4) Neither agree nor disagree (3)
132 Agree moderately (4) Agree strongly (5)
133 Disagree moderately (2) Disagree strongly (1)
134 Disagree strongly (1) Agree strongly (5)
135 Neither agree nor disagree (3) Agree strongly (5)
136 Agree strongly (5) Disagree moderately (2)
137 Disagree moderately (2) Agree moderately (4)
138 Disagree moderately (2) Agree strongly (5)
139 Agree moderately (4) Agree moderately (4)
140 Disagree strongly (1) Neither agree nor disagree (3)
141 Disagree strongly (1) Agree strongly (5)
142 Disagree moderately (2) Agree moderately (4)
143 Agree moderately (4) Neither agree nor disagree (3)
144 Neither agree nor disagree (3) Agree moderately (4)
145 Neither agree nor disagree (3) Agree moderately (4)
146 Agree moderately (4) Agree strongly (5)
147 Disagree strongly (1) Agree moderately (4)
148 Disagree strongly (1) Agree moderately (4)
149 Neither agree nor disagree (3) Agree strongly (5)
150 Neither agree nor disagree (3) Agree strongly (5)
151 Disagree moderately (2) Agree moderately (4)
152 Neither agree nor disagree (3) Agree moderately (4)
153 Disagree moderately (2) Neither agree nor disagree (3)
154
155 Disagree moderately (2) Agree moderately (4)
156 Disagree strongly (1) Agree strongly (5)
157 Disagree strongly (1) Agree strongly (5)
158 Neither agree nor disagree (3) Agree strongly (5)
159 Disagree moderately (2) Agree strongly (5)
160 Disagree moderately (2) Disagree moderately (2)
161 Agree strongly (5) Agree strongly (5)
162 Disagree moderately (2) Agree moderately (4)
163 Disagree moderately (2) Disagree moderately (2)
164 Disagree strongly (1) Agree moderately (4)
165 Neither agree nor disagree (3) Neither agree nor disagree (3)
166 Agree moderately (4) Agree moderately (4)
167 Neither agree nor disagree (3) Agree moderately (4)
168 Neither agree nor disagree (3) Disagree moderately (2)
169 Disagree strongly (1) Agree strongly (5)
170 Disagree strongly (1) Agree moderately (4)
171 Disagree moderately (2) Agree moderately (4)
172 Disagree moderately (2) Agree moderately (4)
173 Neither agree nor disagree (3) Disagree moderately (2)
174 Disagree moderately (2) Agree moderately (4)
175 Disagree strongly (1) Agree strongly (5)
176 Disagree moderately (2) Disagree moderately (2)
177 Neither agree nor disagree (3) Agree strongly (5)
178 Neither agree nor disagree (3) Agree strongly (5)
179 Agree strongly (5) Agree strongly (5)
180 Neither agree nor disagree (3) Agree strongly (5)
181 Agree strongly (5) Agree moderately (4)
182 Disagree moderately (2) Agree moderately (4)
183 Disagree moderately (2) Neither agree nor disagree (3)
184 Neither agree nor disagree (3) Agree moderately (4)
185 Disagree strongly (1) Agree strongly (5)
186 Agree strongly (5) Agree strongly (5)
187 Agree moderately (4) Agree strongly (5)
188 Agree moderately (4) Agree moderately (4)
189 Agree moderately (4) Agree strongly (5)
190 Agree moderately (4) Agree moderately (4)
191 Disagree strongly (1) Agree moderately (4)
192 Disagree moderately (2) Agree strongly (5)
193 Agree moderately (4) Agree strongly (5)
194 Disagree strongly (1) Agree moderately (4)
195 Neither agree nor disagree (3) Agree strongly (5)
196 Neither agree nor disagree (3) Neither agree nor disagree (3)
197 Neither agree nor disagree (3) Agree strongly (5)
198 Disagree moderately (2) Agree strongly (5)
199 Disagree strongly (1) Agree strongly (5)
200 Agree moderately (4) Neither agree nor disagree (3)
201 Disagree moderately (2) Agree moderately (4)
202 Agree moderately (4) Neither agree nor disagree (3)
203 Agree moderately (4) Disagree moderately (2)
204 Disagree strongly (1) Agree moderately (4)
205 Neither agree nor disagree (3) Agree moderately (4)
206 Neither agree nor disagree (3) Neither agree nor disagree (3)
207 Neither agree nor disagree (3) Neither agree nor disagree (3)
208 Disagree moderately (2) Disagree moderately (2)
209 Neither agree nor disagree (3) Agree moderately (4)
210
211 Disagree strongly (1) Disagree moderately (2)
212 Agree moderately (4) Neither agree nor disagree (3)
213 Neither agree nor disagree (3) Agree moderately (4)
214 Disagree strongly (1) Agree strongly (5)
215 Disagree moderately (2) Agree moderately (4)
216 Agree moderately (4) Agree moderately (4)
217 Disagree strongly (1) Agree strongly (5)
218 Neither agree nor disagree (3) Agree strongly (5)
219 Disagree strongly (1) Agree strongly (5)
220 Agree moderately (4) Agree moderately (4)
221 Disagree moderately (2) Agree strongly (5)
222 Disagree moderately (2) Agree moderately (4)
223 Disagree strongly (1) Agree strongly (5)
224 Agree moderately (4) Agree moderately (4)
225 Neither agree nor disagree (3) Neither agree nor disagree (3)
226 Disagree moderately (2) Agree moderately (4)
227 Agree moderately (4) Agree strongly (5)
228 Neither agree nor disagree (3) Agree strongly (5)
229 Neither agree nor disagree (3) Neither agree nor disagree (3)
230 Neither agree nor disagree (3) Agree moderately (4)
231 Neither agree nor disagree (3) Neither agree nor disagree (3)
232 Disagree moderately (2) Disagree strongly (1)
233 Disagree moderately (2) Neither agree nor disagree (3)
234 Disagree moderately (2) Agree strongly (5)
235 Disagree strongly (1) Agree strongly (5)
236 Agree moderately (4) Agree strongly (5)
237 Agree moderately (4) Agree moderately (4)
238 Disagree strongly (1) Agree strongly (5)
239 Agree strongly (5) Agree strongly (5)
240 Disagree moderately (2) Agree moderately (4)
241 Neither agree nor disagree (3) Agree moderately (4)
242 Neither agree nor disagree (3) Agree strongly (5)
243 Neither agree nor disagree (3) Agree strongly (5)
244 Agree moderately (4) Agree moderately (4)
245 Neither agree nor disagree (3) Agree moderately (4)
246 Neither agree nor disagree (3) Neither agree nor disagree (3)
247 Disagree strongly (1) Agree strongly (5)
248 Agree moderately (4) Agree moderately (4)
249 Disagree strongly (1) Disagree strongly (1)
250 Agree moderately (4) Agree moderately (4)
251 Disagree moderately (2) Agree moderately (4)
252 Neither agree nor disagree (3) Agree strongly (5)
253 Agree strongly (5) Agree moderately (4)
254 Disagree strongly (1) Agree strongly (5)
255 Neither agree nor disagree (3) Agree strongly (5)
256 Disagree strongly (1) Agree moderately (4)
257 Disagree moderately (2) Disagree moderately (2)
258 Disagree moderately (2) Agree strongly (5)
259 Neither agree nor disagree (3) Agree moderately (4)
260 Neither agree nor disagree (3) Agree strongly (5)
261 Agree moderately (4) Agree strongly (5)
262 Neither agree nor disagree (3) Agree strongly (5)
263 Neither agree nor disagree (3) Agree moderately (4)
264 Disagree strongly (1) Agree strongly (5)
265 Disagree strongly (1) Agree strongly (5)
266 Disagree moderately (2) Agree strongly (5)
267 Neither agree nor disagree (3) Neither agree nor disagree (3)
268 Disagree moderately (2) Neither agree nor disagree (3)
269 Agree moderately (4) Agree strongly (5)
270 Disagree strongly (1) Agree strongly (5)
271
272 Disagree strongly (1) Agree strongly (5)
273 Disagree moderately (2) Agree strongly (5)
274 Disagree strongly (1) Agree moderately (4)
275 Disagree moderately (2) Neither agree nor disagree (3)
276
277 Neither agree nor disagree (3) Neither agree nor disagree (3)
278 Disagree moderately (2) Neither agree nor disagree (3)
279 Disagree moderately (2) Agree strongly (5)
280 Agree moderately (4) Neither agree nor disagree (3)
281 Agree moderately (4) Agree moderately (4)
282 Disagree strongly (1) Agree moderately (4)
283 Disagree moderately (2) Disagree moderately (2)
284
285 Disagree strongly (1) Agree moderately (4)
286 Disagree moderately (2) Agree strongly (5)
287 Disagree moderately (2) Agree moderately (4)
288 Agree moderately (4) Agree strongly (5)
289
290 Disagree strongly (1) Agree strongly (5)
291 Agree moderately (4) Agree strongly (5)
292 Disagree strongly (1) Disagree moderately (2)
293 Neither agree nor disagree (3) Disagree moderately (2)
294 Disagree strongly (1) Agree strongly (5)
295 Neither agree nor disagree (3) Agree moderately (4)
296 Disagree moderately (2) Agree moderately (4)
297 Neither agree nor disagree (3) Agree moderately (4)
298 Disagree moderately (2) Agree moderately (4)
299 Agree moderately (4) Agree moderately (4)
300 Disagree moderately (2) Agree moderately (4)
301 Agree moderately (4) Agree moderately (4)
302 Neither agree nor disagree (3) Agree moderately (4)
303 Neither agree nor disagree (3) Agree strongly (5)
304 Neither agree nor disagree (3) Agree moderately (4)
305 Disagree strongly (1) Agree strongly (5)
306
307 Disagree strongly (1) Agree strongly (5)
308 Disagree strongly (1) Agree strongly (5)
309 Neither agree nor disagree (3) Agree moderately (4)
310 Neither agree nor disagree (3) Agree moderately (4)
311 Disagree strongly (1) Agree moderately (4)
312 Disagree moderately (2) Agree strongly (5)
313 Agree moderately (4) Disagree moderately (2)
314 Neither agree nor disagree (3) Agree moderately (4)
315 Disagree moderately (2) Agree strongly (5)
316 Disagree moderately (2) Neither agree nor disagree (3)
317 Agree moderately (4) Agree strongly (5)
318 Neither agree nor disagree (3) Agree moderately (4)
319 Neither agree nor disagree (3) Agree strongly (5)
320 Disagree strongly (1) Disagree moderately (2)
321 Disagree strongly (1) Agree strongly (5)
322 Neither agree nor disagree (3) Agree strongly (5)
323 Disagree moderately (2) Disagree moderately (2)
324 Agree moderately (4) Agree moderately (4)
325 Disagree strongly (1) Agree strongly (5)
326 Agree moderately (4) Agree moderately (4)
327 Neither agree nor disagree (3) Agree strongly (5)
328 Disagree strongly (1) Agree strongly (5)
329 Disagree moderately (2) Agree moderately (4)
330 Neither agree nor disagree (3) Neither agree nor disagree (3)
331 Disagree moderately (2) Agree moderately (4)
332 Neither agree nor disagree (3) Neither agree nor disagree (3)
333 Disagree moderately (2) Agree moderately (4)
334
335 Neither agree nor disagree (3) Neither agree nor disagree (3)
336 Agree moderately (4) Agree strongly (5)
337 Neither agree nor disagree (3) Neither agree nor disagree (3)
338 Agree moderately (4) Agree strongly (5)
339 Disagree moderately (2) Agree moderately (4)
340 Neither agree nor disagree (3) Agree moderately (4)
341 Neither agree nor disagree (3) Neither agree nor disagree (3)
342 Neither agree nor disagree (3) Agree moderately (4)
343 Agree moderately (4) Agree moderately (4)
344 Disagree moderately (2) Agree moderately (4)
345 Disagree strongly (1) Agree moderately (4)
346 Neither agree nor disagree (3) Disagree moderately (2)
347 Neither agree nor disagree (3) Neither agree nor disagree (3)
348 Disagree strongly (1) Agree moderately (4)
349 Disagree moderately (2) Agree strongly (5)
350 Disagree moderately (2) Agree moderately (4)
351 Disagree moderately (2) Agree strongly (5)
352 Agree strongly (5) Disagree moderately (2)
353 Disagree strongly (1) Agree moderately (4)
354 Agree moderately (4) Agree moderately (4)
355 Disagree moderately (2) Agree strongly (5)
356 Disagree moderately (2) Agree strongly (5)
357 Disagree moderately (2) Agree moderately (4)
358 Disagree strongly (1) Agree strongly (5)
359 Disagree moderately (2) Agree moderately (4)
360 Disagree strongly (1) Agree strongly (5)
361 Disagree moderately (2) Disagree moderately (2)
362 Disagree strongly (1) Agree moderately (4)
363 Disagree moderately (2) Agree moderately (4)
364 Agree moderately (4) Agree strongly (5)
365 Disagree moderately (2) Agree strongly (5)
366 Neither agree nor disagree (3) Disagree moderately (2)
367 Neither agree nor disagree (3) Agree strongly (5)
368 Disagree strongly (1) Agree strongly (5)
369 Neither agree nor disagree (3) Agree moderately (4)
370 Agree moderately (4) Agree moderately (4)
371 Agree moderately (4) Agree moderately (4)
372 Neither agree nor disagree (3) Agree strongly (5)
373 Disagree moderately (2) Agree moderately (4)
374 Neither agree nor disagree (3) Agree moderately (4)
375 Disagree strongly (1) Agree strongly (5)
376
377 Neither agree nor disagree (3) Agree moderately (4)
378 Disagree moderately (2) Agree moderately (4)
379
380 Neither agree nor disagree (3) Agree moderately (4)
381 Neither agree nor disagree (3) Neither agree nor disagree (3)
382 Neither agree nor disagree (3) Agree strongly (5)
383 Disagree strongly (1) Agree strongly (5)
384 Disagree strongly (1) Agree strongly (5)
385 Agree moderately (4) Agree strongly (5)
386 Agree strongly (5) Agree moderately (4)
387 Disagree strongly (1) Disagree strongly (1)
388 Disagree strongly (1) Agree moderately (4)
389 Disagree strongly (1) Agree moderately (4)
390 Neither agree nor disagree (3) Agree moderately (4)
391 Neither agree nor disagree (3) Agree strongly (5)
392 Disagree moderately (2) Disagree strongly (1)
393 Disagree moderately (2) Disagree moderately (2)
394 Agree moderately (4) Neither agree nor disagree (3)
395 Neither agree nor disagree (3) Agree moderately (4)
396 Neither agree nor disagree (3) Agree moderately (4)
397 Disagree moderately (2) Agree strongly (5)
398 Neither agree nor disagree (3) Agree moderately (4)
399 Agree moderately (4) Agree strongly (5)
400 Disagree moderately (2) Agree strongly (5)
401 Disagree strongly (1) Agree strongly (5)
402 Neither agree nor disagree (3) Agree moderately (4)
403 Disagree strongly (1) Agree moderately (4)
404 Disagree strongly (1) Agree strongly (5)
405 Disagree strongly (1) Agree moderately (4)
406 Neither agree nor disagree (3) Agree strongly (5)
407 Disagree moderately (2) Agree moderately (4)
408 Agree moderately (4) Neither agree nor disagree (3)
409 Disagree strongly (1) Agree moderately (4)
410 Agree moderately (4) Agree moderately (4)
411 Disagree strongly (1) Agree strongly (5)
412 Neither agree nor disagree (3) Agree moderately (4)
413 Agree moderately (4) Agree moderately (4)
414 Neither agree nor disagree (3) Agree strongly (5)
415 Disagree moderately (2) Agree moderately (4)
416 Disagree strongly (1) Agree strongly (5)
417 Disagree strongly (1) Agree strongly (5)
418 Neither agree nor disagree (3) Disagree strongly (1)
419 Neither agree nor disagree (3) Agree strongly (5)
420 Disagree strongly (1) Agree strongly (5)
421 Disagree moderately (2) Disagree strongly (1)
422
423 Neither agree nor disagree (3) Disagree moderately (2)
424 Neither agree nor disagree (3) Disagree moderately (2)
425 Disagree strongly (1) Agree strongly (5)
426 Agree moderately (4) Agree moderately (4)
427 Agree moderately (4) Agree moderately (4)
428 Disagree strongly (1) Agree strongly (5)
429 Agree moderately (4) Neither agree nor disagree (3)
430 Disagree moderately (2) Agree strongly (5)
431 Neither agree nor disagree (3) Neither agree nor disagree (3)
432 Neither agree nor disagree (3) Agree moderately (4)
433 Neither agree nor disagree (3) Disagree moderately (2)
434 Disagree moderately (2) Agree strongly (5)
435 Agree moderately (4) Agree strongly (5)
436 Disagree moderately (2) Agree strongly (5)
437 Neither agree nor disagree (3) Agree strongly (5)
438 Agree moderately (4) Agree moderately (4)
439 Disagree moderately (2) Agree strongly (5)
440 Disagree moderately (2) Agree moderately (4)
441 Neither agree nor disagree (3) Agree strongly (5)
442 Neither agree nor disagree (3) Neither agree nor disagree (3)
443 Neither agree nor disagree (3) Agree strongly (5)
444 Disagree moderately (2) Agree moderately (4)
445 Disagree strongly (1) Agree strongly (5)
446 Neither agree nor disagree (3) Agree strongly (5)
447 Disagree moderately (2) Agree strongly (5)
448 Agree strongly (5) Neither agree nor disagree (3)
449 Disagree moderately (2) Agree moderately (4)
450 Disagree strongly (1) Agree moderately (4)
451
452 Disagree moderately (2) Agree strongly (5)
453 Neither agree nor disagree (3) Agree moderately (4)
454 Neither agree nor disagree (3) Neither agree nor disagree (3)
455 Agree moderately (4) Agree strongly (5)
456 Disagree moderately (2) Neither agree nor disagree (3)
457 Neither agree nor disagree (3) Agree moderately (4)
458 Agree moderately (4) Agree moderately (4)
459 Neither agree nor disagree (3) Agree moderately (4)
460 Disagree moderately (2) Agree moderately (4)
461 Neither agree nor disagree (3) Agree strongly (5)
462 Neither agree nor disagree (3) Agree strongly (5)
463 Disagree strongly (1) Agree moderately (4)
464 Neither agree nor disagree (3) Agree moderately (4)
465
466 Neither agree nor disagree (3) Agree moderately (4)
467 Neither agree nor disagree (3) Neither agree nor disagree (3)
468 Disagree moderately (2) Agree moderately (4)
469 Agree moderately (4) Agree moderately (4)
470 Disagree moderately (2) Agree moderately (4)
471 Disagree moderately (2) Agree strongly (5)
472 Disagree strongly (1) Agree strongly (5)
473 Agree moderately (4) Agree moderately (4)
474 Disagree strongly (1) Agree strongly (5)
475 Disagree moderately (2) Agree strongly (5)
476 Disagree moderately (2) Agree strongly (5)
477 Neither agree nor disagree (3) Agree moderately (4)
478 Agree moderately (4) Agree moderately (4)
479 Disagree strongly (1) Disagree strongly (1)
480 Agree moderately (4) Agree strongly (5)
481 Agree moderately (4) Agree strongly (5)
482 Disagree strongly (1) Agree strongly (5)
483 Neither agree nor disagree (3) Agree strongly (5)
484 Agree moderately (4) Agree moderately (4)
485 Disagree moderately (2) Agree moderately (4)
486 Disagree moderately (2) Agree moderately (4)
487 Disagree moderately (2) Disagree moderately (2)
488 Agree moderately (4) Agree strongly (5)
489 Neither agree nor disagree (3) Disagree moderately (2)
490 Disagree moderately (2) Agree moderately (4)
491 Disagree strongly (1) Agree strongly (5)
492 Disagree moderately (2) Agree strongly (5)
493 Neither agree nor disagree (3) Agree moderately (4)
494 Neither agree nor disagree (3) Agree moderately (4)
495 Agree moderately (4) Agree moderately (4)
496 Disagree moderately (2) Agree strongly (5)
497 Agree moderately (4) Agree moderately (4)
498 Agree moderately (4) Agree moderately (4)
499 Neither agree nor disagree (3) Agree strongly (5)
500 Disagree strongly (1) Agree strongly (5)
501 Disagree moderately (2) Agree strongly (5)
502 Neither agree nor disagree (3) Neither agree nor disagree (3)
503 Disagree strongly (1) Agree strongly (5)
504 Neither agree nor disagree (3) Agree strongly (5)
505 Agree moderately (4) Agree moderately (4)
506 Neither agree nor disagree (3) Agree moderately (4)
507 Disagree moderately (2) Agree moderately (4)
508 Disagree moderately (2) Agree strongly (5)
509 Agree moderately (4) Neither agree nor disagree (3)
510 Disagree moderately (2) Neither agree nor disagree (3)
511 Disagree moderately (2) Disagree moderately (2)
512 Agree moderately (4) Agree moderately (4)
513 Disagree strongly (1) Agree strongly (5)
514 Disagree strongly (1) Agree strongly (5)
515 Disagree strongly (1) Agree strongly (5)
516 Disagree strongly (1) Agree moderately (4)
517 Agree moderately (4) Agree strongly (5)
518 Neither agree nor disagree (3) Agree strongly (5)
519 Agree moderately (4) Agree moderately (4)
520 Disagree strongly (1) Agree strongly (5)
521 Disagree strongly (1) Agree strongly (5)
522 Agree moderately (4) Neither agree nor disagree (3)
523 Disagree moderately (2) Agree moderately (4)
524 Disagree moderately (2) Agree moderately (4)
525 Neither agree nor disagree (3) Agree moderately (4)
526 Neither agree nor disagree (3) Agree strongly (5)
527 Neither agree nor disagree (3) Agree strongly (5)
528 Disagree moderately (2) Agree strongly (5)
529 Disagree strongly (1) Agree strongly (5)
530 Neither agree nor disagree (3) Agree moderately (4)
531 Agree moderately (4) Neither agree nor disagree (3)
532 Agree moderately (4) Agree moderately (4)
533 Disagree moderately (2) Agree moderately (4)
534 Neither agree nor disagree (3) Agree moderately (4)
535 Neither agree nor disagree (3) Agree moderately (4)
536 Neither agree nor disagree (3) Agree strongly (5)
537 Agree moderately (4) Agree moderately (4)
538 Disagree moderately (2) Agree moderately (4)
539 Disagree moderately (2) Disagree moderately (2)
540 Neither agree nor disagree (3) Agree strongly (5)
541 Agree moderately (4) Agree strongly (5)
542 Agree moderately (4) Agree moderately (4)
543 Disagree strongly (1) Disagree moderately (2)
544 Neither agree nor disagree (3) Agree moderately (4)
545 Neither agree nor disagree (3) Agree moderately (4)
546 Neither agree nor disagree (3) Neither agree nor disagree (3)
547 Neither agree nor disagree (3) Neither agree nor disagree (3)
548 Disagree moderately (2) Agree strongly (5)
549 Neither agree nor disagree (3) Agree moderately (4)
550 Disagree moderately (2) Agree strongly (5)
551 Agree moderately (4) Agree moderately (4)
552 Neither agree nor disagree (3) Agree strongly (5)
553 Agree strongly (5) Agree moderately (4)
554 Disagree strongly (1) Neither agree nor disagree (3)
555 Disagree strongly (1) Agree moderately (4)
556 Disagree moderately (2) Agree strongly (5)
557 Agree moderately (4) Agree moderately (4)
558 Disagree strongly (1) Agree strongly (5)
559 Disagree strongly (1) Agree strongly (5)
560 Disagree moderately (2) Agree strongly (5)
561 Disagree strongly (1) Agree moderately (4)
562 Neither agree nor disagree (3) Agree moderately (4)
563 Disagree strongly (1) Agree moderately (4)
564 Disagree strongly (1) Agree strongly (5)
565 Disagree moderately (2) Agree moderately (4)
566 Disagree strongly (1) Agree strongly (5)
567 Disagree strongly (1) Agree moderately (4)
568 Neither agree nor disagree (3) Agree moderately (4)
569 Disagree strongly (1) Agree strongly (5)
570 Disagree strongly (1) Agree strongly (5)
571 Disagree moderately (2) Agree moderately (4)
572 Neither agree nor disagree (3) Agree moderately (4)
573 Disagree strongly (1) Agree strongly (5)
574 Disagree moderately (2) Agree moderately (4)
575 Disagree strongly (1) Neither agree nor disagree (3)
576 Disagree strongly (1) Agree moderately (4)
577 Disagree moderately (2) Agree strongly (5)
578 Neither agree nor disagree (3) Agree moderately (4)
579 Disagree strongly (1) Neither agree nor disagree (3)
580 Disagree strongly (1) Agree strongly (5)
581 Agree moderately (4) Agree moderately (4)
582 Neither agree nor disagree (3) Agree strongly (5)
583 Disagree moderately (2) Agree strongly (5)
584 Disagree moderately (2) Agree strongly (5)
585 Neither agree nor disagree (3) Agree moderately (4)
586 Disagree moderately (2) Agree moderately (4)
587 Neither agree nor disagree (3) Agree strongly (5)
588 Neither agree nor disagree (3) Agree moderately (4)
589 Disagree strongly (1) Agree strongly (5)
590 Disagree moderately (2) Agree strongly (5)
591 Neither agree nor disagree (3) Neither agree nor disagree (3)
592 Disagree moderately (2) Agree moderately (4)
593 Disagree strongly (1) Agree moderately (4)
594 Disagree strongly (1) Agree moderately (4)
595 Disagree strongly (1) Agree moderately (4)
596 Agree moderately (4) Agree strongly (5)
597 Disagree moderately (2) Agree moderately (4)
598 Neither agree nor disagree (3) Agree moderately (4)
599 Agree strongly (5) Disagree strongly (1)
600 Disagree moderately (2) Agree moderately (4)
601 Neither agree nor disagree (3) Agree strongly (5)
602 Neither agree nor disagree (3) Agree moderately (4)
603 Disagree strongly (1) Agree moderately (4)
604 Neither agree nor disagree (3) Neither agree nor disagree (3)
605 Disagree moderately (2) Disagree moderately (2)
606 Disagree strongly (1) Agree strongly (5)
607 Neither agree nor disagree (3) Agree strongly (5)
608 Disagree moderately (2) Agree moderately (4)
609 Disagree moderately (2) Agree moderately (4)
610 Disagree strongly (1) Agree moderately (4)
611 Disagree strongly (1) Agree moderately (4)
612 Disagree strongly (1) Agree strongly (5)
613 Agree moderately (4) Agree moderately (4)
614 Neither agree nor disagree (3) Agree moderately (4)
615 Agree moderately (4) Agree moderately (4)
616 Agree moderately (4) Neither agree nor disagree (3)
617 Agree moderately (4) Disagree moderately (2)
618 Disagree moderately (2) Agree moderately (4)
619 Neither agree nor disagree (3) Neither agree nor disagree (3)
620 Agree moderately (4) Agree moderately (4)
621 Disagree strongly (1) Agree strongly (5)
622 Neither agree nor disagree (3) Neither agree nor disagree (3)
623 Disagree moderately (2) Agree moderately (4)
624 Disagree strongly (1) Agree strongly (5)
625 Disagree strongly (1) Agree moderately (4)
626 Disagree moderately (2) Agree moderately (4)
627 Neither agree nor disagree (3) Agree moderately (4)
628 Disagree moderately (2) Agree strongly (5)
629 Neither agree nor disagree (3) Agree strongly (5)
630 Disagree strongly (1) Agree moderately (4)
631 Disagree moderately (2) Agree moderately (4)
632 Neither agree nor disagree (3) Agree strongly (5)
633 Disagree strongly (1) Agree strongly (5)
634 Neither agree nor disagree (3) Neither agree nor disagree (3)
635 Disagree strongly (1) Agree moderately (4)
636 Disagree strongly (1) Agree moderately (4)
637 Disagree strongly (1) Agree moderately (4)
638 Disagree moderately (2) Agree strongly (5)
639 Disagree moderately (2) Agree moderately (4)
640 Disagree moderately (2) Agree strongly (5)
641 Agree moderately (4) Neither agree nor disagree (3)
642 Disagree strongly (1) Agree strongly (5)
643 Neither agree nor disagree (3) Neither agree nor disagree (3)
644 Disagree moderately (2) Agree moderately (4)
645 Neither agree nor disagree (3) Agree moderately (4)
646 Neither agree nor disagree (3) Agree moderately (4)
647 Neither agree nor disagree (3) Agree moderately (4)
648 Disagree moderately (2) Agree moderately (4)
649 Neither agree nor disagree (3) Agree strongly (5)
650 Agree moderately (4) Agree moderately (4)
651 Disagree moderately (2) Agree moderately (4)
652 Disagree strongly (1) Agree strongly (5)
653 Disagree strongly (1) Agree moderately (4)
654 Disagree strongly (1) Agree strongly (5)
655 Neither agree nor disagree (3) Agree strongly (5)
656 Agree moderately (4) Agree strongly (5)
657 Neither agree nor disagree (3) Agree strongly (5)
658 Disagree moderately (2) Agree strongly (5)
659 Disagree strongly (1) Agree strongly (5)
660 Disagree strongly (1) Agree strongly (5)
661 Agree moderately (4) Agree strongly (5)
662 Agree moderately (4) Agree strongly (5)
663 Disagree moderately (2) Agree moderately (4)
664 Disagree moderately (2) Agree moderately (4)
665 Agree moderately (4) Agree moderately (4)
666 Neither agree nor disagree (3) Disagree moderately (2)
667 Neither agree nor disagree (3) Neither agree nor disagree (3)
668 Disagree moderately (2) Agree moderately (4)
669 Agree moderately (4) Agree strongly (5)
670 Neither agree nor disagree (3) Agree moderately (4)
671 Neither agree nor disagree (3) Agree moderately (4)
672 Neither agree nor disagree (3) Agree moderately (4)
673 Agree moderately (4) Agree strongly (5)
674 Neither agree nor disagree (3) Agree moderately (4)
675 Disagree strongly (1) Agree moderately (4)
676 Disagree strongly (1) Agree strongly (5)
677 Agree strongly (5) Agree strongly (5)
678 Neither agree nor disagree (3) Agree moderately (4)
679 Disagree strongly (1) Agree moderately (4)
680 Neither agree nor disagree (3) Agree strongly (5)
681 Disagree moderately (2) Agree strongly (5)
682 Disagree strongly (1) Agree strongly (5)
683
684 Agree moderately (4) Agree moderately (4)
685 Disagree moderately (2) Agree strongly (5)
686 Neither agree nor disagree (3) Disagree moderately (2)
687 Agree moderately (4) Agree moderately (4)
688 Disagree strongly (1) Agree strongly (5)
689 Neither agree nor disagree (3) Agree strongly (5)
690 Agree moderately (4) Agree moderately (4)
691 Neither agree nor disagree (3) Agree moderately (4)
692 Neither agree nor disagree (3) Agree moderately (4)
693 Agree moderately (4) Agree moderately (4)
694 Agree moderately (4) Agree strongly (5)
695 Disagree strongly (1) Agree moderately (4)
696 Disagree moderately (2) Agree moderately (4)
697 Disagree strongly (1) Agree strongly (5)
698 Disagree moderately (2) Agree moderately (4)
699 Agree moderately (4) Agree moderately (4)
700 Disagree strongly (1) Agree strongly (5)
701 Disagree strongly (1) Agree moderately (4)
702 Agree moderately (4) Agree moderately (4)
703 Disagree strongly (1) Agree moderately (4)
704 Neither agree nor disagree (3) Agree moderately (4)
705 Neither agree nor disagree (3) Neither agree nor disagree (3)
706 Neither agree nor disagree (3) Agree moderately (4)
707 Neither agree nor disagree (3) Agree moderately (4)
708 Disagree strongly (1) Agree strongly (5)
709 Disagree strongly (1) Agree moderately (4)
710 Neither agree nor disagree (3) Agree moderately (4)
711
712
713 Neither agree nor disagree (3) Agree moderately (4)
714 Disagree strongly (1) Agree strongly (5)
715 Disagree moderately (2) Agree moderately (4)
716 Neither agree nor disagree (3) Neither agree nor disagree (3)
717 Disagree strongly (1) Agree strongly (5)
718 Disagree strongly (1) Agree strongly (5)
719 Disagree strongly (1) Agree strongly (5)
720 Agree moderately (4) Agree strongly (5)
721 Agree moderately (4) Disagree strongly (1)
722 Neither agree nor disagree (3) Agree moderately (4)
723 Agree moderately (4) Agree moderately (4)
724 Disagree strongly (1) Agree strongly (5)
725 Disagree strongly (1) Agree moderately (4)
726 Neither agree nor disagree (3) Agree strongly (5)
727 Neither agree nor disagree (3) Neither agree nor disagree (3)
728 Agree moderately (4) Agree strongly (5)
729 Agree moderately (4) Neither agree nor disagree (3)
730 Neither agree nor disagree (3) Agree moderately (4)
731 Agree moderately (4) Agree strongly (5)
732 Agree moderately (4) Neither agree nor disagree (3)
733 Disagree moderately (2) Agree moderately (4)
734 Neither agree nor disagree (3) Neither agree nor disagree (3)
735 Disagree moderately (2) Agree strongly (5)
736 Agree moderately (4) Agree strongly (5)
737 Agree moderately (4) Neither agree nor disagree (3)
738 Agree moderately (4) Neither agree nor disagree (3)
739 Disagree moderately (2) Agree moderately (4)
740 Neither agree nor disagree (3) Agree moderately (4)
741 Agree moderately (4) Neither agree nor disagree (3)
742 Disagree strongly (1) Agree moderately (4)
743 Neither agree nor disagree (3) Agree strongly (5)
744 Disagree moderately (2) Agree strongly (5)
745 Disagree moderately (2) Neither agree nor disagree (3)
746 Neither agree nor disagree (3) Neither agree nor disagree (3)
747 Neither agree nor disagree (3) Neither agree nor disagree (3)
748 Disagree moderately (2) Agree moderately (4)
749 Disagree strongly (1) Agree moderately (4)
750 Agree moderately (4) Neither agree nor disagree (3)
751 Agree moderately (4) Agree strongly (5)
752 Neither agree nor disagree (3) Agree moderately (4)
753 Neither agree nor disagree (3) Agree strongly (5)
754 Neither agree nor disagree (3) Disagree strongly (1)
755 Neither agree nor disagree (3) Neither agree nor disagree (3)
756 Neither agree nor disagree (3) Agree moderately (4)
757 Neither agree nor disagree (3) Neither agree nor disagree (3)
758 Agree strongly (5) Agree strongly (5)
759 Disagree strongly (1) Agree strongly (5)
760 Neither agree nor disagree (3) Neither agree nor disagree (3)
761 Disagree moderately (2) Agree strongly (5)
762 Agree strongly (5) Agree strongly (5)
763 Neither agree nor disagree (3) Neither agree nor disagree (3)
764 Agree strongly (5) Agree strongly (5)
765 Agree moderately (4) Disagree strongly (1)
766 Agree moderately (4) Agree moderately (4)
767 Disagree moderately (2) Agree moderately (4)
768 Disagree strongly (1) Agree moderately (4)
769 Disagree moderately (2) Agree strongly (5)
770 Neither agree nor disagree (3) Neither agree nor disagree (3)
771 Disagree strongly (1) Disagree strongly (1)
772 Agree strongly (5) Disagree strongly (1)
773 Disagree strongly (1) Agree moderately (4)
774 Neither agree nor disagree (3) Agree strongly (5)
775 Agree moderately (4) Agree moderately (4)
776 Neither agree nor disagree (3) Neither agree nor disagree (3)
777 Disagree moderately (2) Agree moderately (4)
778 Disagree moderately (2) Neither agree nor disagree (3)
779 Disagree strongly (1) Agree strongly (5)
780 Disagree strongly (1) Agree moderately (4)
781 Agree moderately (4) Agree moderately (4)
782 Disagree moderately (2) Neither agree nor disagree (3)
783 Disagree strongly (1) Agree moderately (4)
784 Disagree strongly (1) Agree moderately (4)
785 Agree strongly (5) Agree strongly (5)
786 Neither agree nor disagree (3) Neither agree nor disagree (3)
787 Agree moderately (4) Agree moderately (4)
788 Disagree moderately (2) Agree moderately (4)
789 Agree moderately (4) Agree strongly (5)
790 Neither agree nor disagree (3) Agree moderately (4)
791 Disagree strongly (1) Agree strongly (5)
792 Neither agree nor disagree (3) Agree moderately (4)
793 Neither agree nor disagree (3) Agree moderately (4)
794 Neither agree nor disagree (3) Agree strongly (5)
795 Neither agree nor disagree (3) Agree moderately (4)
796 Disagree moderately (2) Agree moderately (4)
797 Disagree strongly (1) Agree moderately (4)
798 Disagree strongly (1) Agree moderately (4)
799 Disagree moderately (2) Agree moderately (4)
800 Agree moderately (4) Agree strongly (5)
801 Disagree moderately (2) Neither agree nor disagree (3)
802 Disagree strongly (1) Agree moderately (4)
803 Agree moderately (4) Disagree strongly (1)
804 Disagree moderately (2) Agree moderately (4)
805 Disagree strongly (1) Agree moderately (4)
806 Disagree strongly (1) Agree moderately (4)
807 Disagree strongly (1) Agree strongly (5)
808 Disagree strongly (1) Disagree moderately (2)
809 Disagree moderately (2) Agree moderately (4)
810 Disagree strongly (1) Agree moderately (4)
811 Agree strongly (5) Agree strongly (5)
812 Disagree strongly (1) Agree moderately (4)
813 Neither agree nor disagree (3) Agree moderately (4)
814 Neither agree nor disagree (3) Neither agree nor disagree (3)
815 Disagree strongly (1) Agree strongly (5)
816 Disagree strongly (1) Agree moderately (4)
817 Disagree strongly (1) Agree strongly (5)
818 Disagree moderately (2) Neither agree nor disagree (3)
819 Neither agree nor disagree (3) Agree strongly (5)
820 Neither agree nor disagree (3) Agree moderately (4)
821 Disagree strongly (1) Agree moderately (4)
822 Disagree moderately (2) Agree strongly (5)
823 Disagree strongly (1) Agree moderately (4)
824 Neither agree nor disagree (3) Agree strongly (5)
825 Disagree strongly (1) Agree strongly (5)
826 Neither agree nor disagree (3) Agree moderately (4)
827 Disagree strongly (1) Agree moderately (4)
828 Neither agree nor disagree (3) Disagree moderately (2)
829 Disagree moderately (2) Agree moderately (4)
830 Disagree strongly (1) Agree strongly (5)
831 Disagree moderately (2) Agree moderately (4)
832 Disagree moderately (2) Agree moderately (4)
833 Disagree strongly (1) Agree strongly (5)
834 Disagree strongly (1) Agree moderately (4)
835 Disagree moderately (2) Agree strongly (5)
836 Neither agree nor disagree (3) Agree moderately (4)
837 Disagree strongly (1) Agree strongly (5)
838 Disagree strongly (1) Agree strongly (5)
839 Agree moderately (4) Neither agree nor disagree (3)
840 Neither agree nor disagree (3) Agree moderately (4)
841 Disagree moderately (2) Agree strongly (5)
842 Disagree moderately (2) Agree strongly (5)
843 Disagree strongly (1) Agree strongly (5)
844 Disagree strongly (1) Agree moderately (4)
845 Agree moderately (4) Neither agree nor disagree (3)
846 Agree moderately (4) Agree moderately (4)
847 Disagree moderately (2) Agree moderately (4)
848 Disagree moderately (2) Agree moderately (4)
849 Neither agree nor disagree (3) Neither agree nor disagree (3)
850 Neither agree nor disagree (3) Agree moderately (4)
851 Disagree strongly (1) Agree strongly (5)
852 Agree moderately (4) Disagree moderately (2)
853 Disagree moderately (2) Agree moderately (4)
854 Neither agree nor disagree (3) Neither agree nor disagree (3)
855 Disagree strongly (1) Neither agree nor disagree (3)
856 Disagree moderately (2) Agree strongly (5)
857 Disagree moderately (2) Agree strongly (5)
858 Disagree strongly (1) Agree strongly (5)
859 Disagree moderately (2) Agree moderately (4)
860 Agree moderately (4) Neither agree nor disagree (3)
861 Disagree moderately (2) Agree strongly (5)
862 Disagree moderately (2) Neither agree nor disagree (3)
863
864 Disagree strongly (1) Neither agree nor disagree (3)
865 Disagree strongly (1) Disagree strongly (1)
866 Disagree moderately (2) Agree moderately (4)
867 Disagree moderately (2) Agree strongly (5)
868 Disagree strongly (1) Agree moderately (4)
869 Disagree strongly (1) Agree moderately (4)
870 Disagree strongly (1) Agree moderately (4)
871 Disagree strongly (1) Agree strongly (5)
872 Neither agree nor disagree (3) Agree strongly (5)
873 Neither agree nor disagree (3) Agree moderately (4)
874 Neither agree nor disagree (3) Agree strongly (5)
875 Disagree strongly (1) Agree strongly (5)
876 Neither agree nor disagree (3) Agree moderately (4)
877 Disagree strongly (1) Agree strongly (5)
878 Neither agree nor disagree (3) Neither agree nor disagree (3)
879 Agree moderately (4) Agree strongly (5)
880 Disagree strongly (1) Agree moderately (4)
881 Agree moderately (4) Agree moderately (4)
882 Neither agree nor disagree (3) Agree strongly (5)
883 Disagree moderately (2) Neither agree nor disagree (3)
884 Agree moderately (4) Agree strongly (5)
885 Disagree strongly (1) Agree strongly (5)
886 Disagree strongly (1) Neither agree nor disagree (3)
887 Disagree moderately (2) Agree moderately (4)
888 Disagree strongly (1) Agree strongly (5)
889 Disagree moderately (2) Neither agree nor disagree (3)
890 Disagree moderately (2) Agree strongly (5)
891 Neither agree nor disagree (3) Agree strongly (5)
892 Disagree moderately (2) Agree strongly (5)
893 Disagree strongly (1) Agree moderately (4)
894 Disagree moderately (2) Agree strongly (5)
895 Disagree moderately (2) Agree strongly (5)
896 Neither agree nor disagree (3) Agree moderately (4)
897 Neither agree nor disagree (3) Agree strongly (5)
898 Disagree moderately (2) Agree moderately (4)
899 Disagree moderately (2) Agree moderately (4)
900 Agree strongly (5) Agree moderately (4)
901 Disagree strongly (1) Agree strongly (5)
902 Disagree moderately (2) Agree moderately (4)
903 Disagree moderately (2) Agree moderately (4)
904 Neither agree nor disagree (3) Disagree strongly (1)
905 Disagree moderately (2) Agree moderately (4)
906 Agree moderately (4) Neither agree nor disagree (3)
907 Disagree moderately (2) Agree strongly (5)
908 Agree moderately (4) Agree strongly (5)
909 Disagree moderately (2) Agree strongly (5)
910 Neither agree nor disagree (3) Agree moderately (4)
911 Disagree strongly (1) Agree strongly (5)
912 Disagree strongly (1) Agree strongly (5)
913 Disagree strongly (1) Agree strongly (5)
914 Disagree moderately (2) Agree moderately (4)
915 Neither agree nor disagree (3) Agree strongly (5)
916 Disagree strongly (1) Agree strongly (5)
917 Neither agree nor disagree (3) Agree moderately (4)
918 Disagree strongly (1) Agree strongly (5)
919 Neither agree nor disagree (3) Agree moderately (4)
920 Disagree moderately (2) Agree moderately (4)
921 Agree moderately (4) Neither agree nor disagree (3)
922 Disagree moderately (2) Agree moderately (4)
923 Disagree strongly (1) Agree strongly (5)
924 Agree moderately (4) Agree moderately (4)
925 Disagree strongly (1) Agree strongly (5)
926 Disagree moderately (2) Agree moderately (4)
927 Disagree strongly (1) Agree moderately (4)
928 Disagree moderately (2) Agree moderately (4)
929 Disagree strongly (1) Agree strongly (5)
930 Disagree moderately (2) Agree moderately (4)
931 Neither agree nor disagree (3) Disagree moderately (2)
932 Disagree strongly (1) Agree strongly (5)
933 Agree moderately (4) Neither agree nor disagree (3)
934 Disagree strongly (1) Agree strongly (5)
935 Neither agree nor disagree (3) Agree strongly (5)
936 Neither agree nor disagree (3) Agree strongly (5)
937 Disagree strongly (1) Agree strongly (5)
938 Agree strongly (5) Agree strongly (5)
939 Disagree strongly (1) Agree strongly (5)
940 Disagree moderately (2) Agree moderately (4)
941 Neither agree nor disagree (3) Agree moderately (4)
942 Disagree strongly (1) Agree moderately (4)
943 Neither agree nor disagree (3) Agree moderately (4)
944 Disagree strongly (1) Agree strongly (5)
945 Disagree moderately (2) Agree moderately (4)
946 Neither agree nor disagree (3) Agree strongly (5)
947 Disagree moderately (2) Neither agree nor disagree (3)
948 Disagree moderately (2) Agree moderately (4)
949 Neither agree nor disagree (3) Agree moderately (4)
950 Neither agree nor disagree (3) Agree strongly (5)
951 Neither agree nor disagree (3) Agree moderately (4)
952 Disagree moderately (2) Agree moderately (4)
953 Agree moderately (4) Agree moderately (4)
954 Neither agree nor disagree (3) Agree moderately (4)
955 Neither agree nor disagree (3) Neither agree nor disagree (3)
956 Agree moderately (4) Agree moderately (4)
957 Agree moderately (4) Agree moderately (4)
958 Disagree strongly (1) Agree moderately (4)
959 Neither agree nor disagree (3) Disagree moderately (2)
960 Disagree strongly (1) Agree moderately (4)
961 Disagree strongly (1) Agree moderately (4)
962
963 Agree moderately (4) Neither agree nor disagree (3)
964 Neither agree nor disagree (3) Neither agree nor disagree (3)
965 Disagree moderately (2) Agree moderately (4)
966 Disagree strongly (1) Agree moderately (4)
967 Disagree moderately (2) Agree moderately (4)
968 Disagree moderately (2) Agree strongly (5)
969 Neither agree nor disagree (3) Agree moderately (4)
970 Disagree strongly (1) Agree strongly (5)
971 Neither agree nor disagree (3) Neither agree nor disagree (3)
972 Neither agree nor disagree (3) Neither agree nor disagree (3)
973 Disagree moderately (2) Agree moderately (4)
974 Disagree moderately (2) Agree strongly (5)
975 Disagree moderately (2) Agree moderately (4)
976 Disagree moderately (2) Neither agree nor disagree (3)
977 Agree moderately (4) Neither agree nor disagree (3)
978 Neither agree nor disagree (3) Disagree moderately (2)
979 Disagree strongly (1) Agree strongly (5)
980 Neither agree nor disagree (3) Agree moderately (4)
981 Neither agree nor disagree (3) Agree moderately (4)
982 Disagree strongly (1) Agree moderately (4)
983 Disagree strongly (1) Neither agree nor disagree (3)
984 Neither agree nor disagree (3) Disagree moderately (2)
985 Disagree strongly (1) Neither agree nor disagree (3)
986 Agree moderately (4) Agree moderately (4)
987 Disagree strongly (1) Agree strongly (5)
988 Neither agree nor disagree (3) Agree moderately (4)
989 Agree moderately (4) Agree strongly (5)
990 Neither agree nor disagree (3) Agree strongly (5)
991 Neither agree nor disagree (3) Agree moderately (4)
992 Disagree moderately (2) Neither agree nor disagree (3)
993 Disagree strongly (1) Agree moderately (4)
994 Disagree moderately (2) Agree moderately (4)
995 Agree moderately (4) Agree strongly (5)
996 Neither agree nor disagree (3) Agree moderately (4)
997 Agree moderately (4) Agree moderately (4)
998 Agree strongly (5) Agree moderately (4)
999 Disagree strongly (1) Agree strongly (5)
1000 Disagree moderately (2) Disagree moderately (2)
1001 Disagree moderately (2) Agree moderately (4)
1002 Disagree moderately (2) Agree moderately (4)
1003 Disagree strongly (1) Agree moderately (4)
1004 Neither agree nor disagree (3) Neither agree nor disagree (3)
1005 Disagree strongly (1) Agree moderately (4)
1006 Disagree moderately (2) Agree moderately (4)
1007 Disagree moderately (2) Disagree moderately (2)
1008 Agree moderately (4) Neither agree nor disagree (3)
1009 Disagree moderately (2) Agree moderately (4)
1010 Disagree strongly (1) Agree moderately (4)
1011
1012 Disagree strongly (1) Agree strongly (5)
1013 Neither agree nor disagree (3) Agree moderately (4)
1014 Neither agree nor disagree (3) Agree strongly (5)
1015 Disagree strongly (1) Neither agree nor disagree (3)
1016
1017 Agree moderately (4) Agree strongly (5)
1018 Neither agree nor disagree (3) Agree strongly (5)
1019 Neither agree nor disagree (3) Agree strongly (5)
1020 Neither agree nor disagree (3) Agree moderately (4)
1021 Disagree moderately (2) Agree moderately (4)
1022 Neither agree nor disagree (3) Agree strongly (5)
1023 Disagree strongly (1) Agree strongly (5)
1024 Neither agree nor disagree (3) Agree moderately (4)
1025 Disagree moderately (2) Agree strongly (5)
1026 Neither agree nor disagree (3) Agree moderately (4)
1027 Agree moderately (4) Agree moderately (4)
1028 Disagree strongly (1) Neither agree nor disagree (3)
1029 Disagree strongly (1) Agree strongly (5)
1030 Agree moderately (4) Agree strongly (5)
1031 Disagree strongly (1) Agree strongly (5)
1032 Neither agree nor disagree (3) Disagree moderately (2)
1033 Neither agree nor disagree (3) Agree strongly (5)
1034 Disagree moderately (2) Agree moderately (4)
1035 Disagree moderately (2) Agree moderately (4)
1036 Disagree strongly (1) Agree strongly (5)
1037 Neither agree nor disagree (3) Agree moderately (4)
1038 Disagree moderately (2) Neither agree nor disagree (3)
1039 Neither agree nor disagree (3) Neither agree nor disagree (3)
1040 Disagree strongly (1) Agree strongly (5)
1041 Neither agree nor disagree (3) Neither agree nor disagree (3)
1042 Neither agree nor disagree (3) Agree moderately (4)
1043 Neither agree nor disagree (3) Agree strongly (5)
1044 Disagree strongly (1) Agree strongly (5)
1045 Disagree strongly (1) Agree moderately (4)
1046 Disagree moderately (2) Neither agree nor disagree (3)
1047 Disagree moderately (2) Agree strongly (5)
1048 Neither agree nor disagree (3) Agree moderately (4)
1049 Agree moderately (4) Agree moderately (4)
1050 Disagree strongly (1) Agree strongly (5)
1051 Disagree moderately (2) Agree moderately (4)
1052 Neither agree nor disagree (3) Agree strongly (5)
1053 Disagree moderately (2) Agree moderately (4)
1054 Disagree moderately (2) Agree moderately (4)
1055 Disagree moderately (2) Agree strongly (5)
1056 Neither agree nor disagree (3) Agree moderately (4)
1057 Neither agree nor disagree (3) Neither agree nor disagree (3)
1058 Neither agree nor disagree (3) Agree strongly (5)
1059 Disagree moderately (2) Agree moderately (4)
1060 Agree moderately (4) Agree strongly (5)
1061 Disagree strongly (1) Agree moderately (4)
1062 Agree moderately (4) Neither agree nor disagree (3)
1063 Disagree moderately (2) Neither agree nor disagree (3)
1064 Neither agree nor disagree (3) Neither agree nor disagree (3)
1065 Disagree moderately (2) Agree moderately (4)
1066 Agree moderately (4) Neither agree nor disagree (3)
1067 Neither agree nor disagree (3) Agree moderately (4)
1068 Agree moderately (4) Agree strongly (5)
1069 Disagree moderately (2) Agree strongly (5)
1070 Disagree strongly (1) Agree moderately (4)
1071 Neither agree nor disagree (3) Agree moderately (4)
1072 Disagree strongly (1) Agree strongly (5)
1073
1074 Neither agree nor disagree (3) Agree moderately (4)
1075 Neither agree nor disagree (3) Neither agree nor disagree (3)
1076 Disagree strongly (1) Agree moderately (4)
1077
1078 Neither agree nor disagree (3) Agree strongly (5)
1079 Disagree strongly (1) Agree strongly (5)
1080 Disagree strongly (1) Agree strongly (5)
1081 Disagree strongly (1) Agree moderately (4)
1082 Disagree strongly (1) Agree moderately (4)
1083 Disagree strongly (1) Agree strongly (5)
1084 Disagree strongly (1) Agree strongly (5)
1085 Disagree strongly (1) Agree moderately (4)
1086 Agree strongly (5) Agree strongly (5)
1087 Disagree strongly (1) Agree moderately (4)
1088 Neither agree nor disagree (3) Disagree moderately (2)
1089 Disagree moderately (2) Agree moderately (4)
1090 Neither agree nor disagree (3) Agree moderately (4)
1091 Disagree moderately (2) Disagree moderately (2)
1092 Agree moderately (4) Agree moderately (4)
1093 Disagree moderately (2) Agree moderately (4)
1094 Disagree strongly (1) Agree strongly (5)
1095
1096 Disagree strongly (1) Disagree moderately (2)
1097 Disagree strongly (1) Agree moderately (4)
1098 Neither agree nor disagree (3) Agree moderately (4)
1099 Agree moderately (4) Neither agree nor disagree (3)
1100 Neither agree nor disagree (3) Agree moderately (4)
1101 Disagree moderately (2) Agree moderately (4)
1102 Neither agree nor disagree (3) Agree moderately (4)
1103 Disagree moderately (2) Agree moderately (4)
1104 Agree moderately (4) Agree moderately (4)
1105 Disagree strongly (1) Agree strongly (5)
1106 Disagree strongly (1) Agree strongly (5)
1107 Agree moderately (4) Agree strongly (5)
1108 Disagree moderately (2) Disagree moderately (2)
1109 Disagree strongly (1) Agree strongly (5)
1110 Neither agree nor disagree (3) Agree moderately (4)
1111 Disagree strongly (1) Agree moderately (4)
1112 Disagree moderately (2) Neither agree nor disagree (3)
1113 Disagree moderately (2) Agree strongly (5)
1114 Agree moderately (4) Agree moderately (4)
1115 Disagree moderately (2) Agree moderately (4)
1116 Disagree strongly (1) Agree moderately (4)
1117 Neither agree nor disagree (3) Agree strongly (5)
1118 Neither agree nor disagree (3) Agree strongly (5)
1119 Disagree strongly (1) Agree moderately (4)
1120 Neither agree nor disagree (3) Agree strongly (5)
1121 Neither agree nor disagree (3) Agree moderately (4)
1122 Disagree strongly (1) Agree moderately (4)
1123 Disagree strongly (1) Agree moderately (4)
1124 Disagree moderately (2) Agree moderately (4)
1125 Neither agree nor disagree (3) Neither agree nor disagree (3)
1126 Neither agree nor disagree (3) Agree strongly (5)
1127 Neither agree nor disagree (3) Agree strongly (5)
1128 Disagree moderately (2) Agree moderately (4)
1129 Disagree strongly (1) Agree moderately (4)
1130 Neither agree nor disagree (3) Agree moderately (4)
1131 Neither agree nor disagree (3) Agree moderately (4)
1132 Disagree strongly (1) Agree strongly (5)
1133 Disagree moderately (2) Agree strongly (5)
1134 Agree moderately (4) Agree strongly (5)
1135 Agree moderately (4) Agree strongly (5)
1136 Disagree moderately (2) Agree moderately (4)
1137 Neither agree nor disagree (3) Agree moderately (4)
1138 Disagree strongly (1) Agree strongly (5)
1139 Neither agree nor disagree (3) Agree moderately (4)
1140 Neither agree nor disagree (3) Agree moderately (4)
1141 Neither agree nor disagree (3) Agree moderately (4)
1142
1143 Agree moderately (4) Disagree moderately (2)
1144 Disagree moderately (2) Agree moderately (4)
1145 Neither agree nor disagree (3) Disagree moderately (2)
1146 Neither agree nor disagree (3) Agree moderately (4)
1147 Disagree moderately (2) Neither agree nor disagree (3)
1148 Disagree moderately (2) Disagree moderately (2)
1149 Neither agree nor disagree (3) Agree moderately (4)
1150 Neither agree nor disagree (3) Agree strongly (5)
1151 Neither agree nor disagree (3) Neither agree nor disagree (3)
1152 Disagree moderately (2) Agree strongly (5)
1153 Disagree moderately (2) Agree moderately (4)
1154 Agree moderately (4) Agree strongly (5)
1155 Neither agree nor disagree (3) Agree moderately (4)
1156 Neither agree nor disagree (3) Agree moderately (4)
1157 Agree moderately (4) Agree moderately (4)
1158 Neither agree nor disagree (3) Agree moderately (4)
1159 Neither agree nor disagree (3) Agree moderately (4)
1160 Agree moderately (4) Disagree moderately (2)
1161 Agree moderately (4) Neither agree nor disagree (3)
1162 Disagree strongly (1) Agree moderately (4)
1163 Disagree moderately (2) Agree strongly (5)
1164 Neither agree nor disagree (3) Agree moderately (4)
1165 Disagree strongly (1) Agree strongly (5)
1166 Disagree moderately (2) Disagree moderately (2)
1167 Disagree strongly (1) Agree moderately (4)
1168 Agree strongly (5) Neither agree nor disagree (3)
1169 Disagree strongly (1) Agree moderately (4)
1170 Disagree moderately (2) Agree moderately (4)
1171 Disagree strongly (1) Agree moderately (4)
1172 Neither agree nor disagree (3) Agree moderately (4)
1173 Disagree moderately (2) Agree moderately (4)
1174 Disagree strongly (1) Neither agree nor disagree (3)
1175 Disagree strongly (1) Agree strongly (5)
1176 Disagree strongly (1) Agree strongly (5)
1177 Disagree moderately (2) Agree moderately (4)
1178 Disagree moderately (2) Agree strongly (5)
1179 Disagree moderately (2) Agree strongly (5)
1180 Disagree strongly (1) Agree strongly (5)
1181 Disagree moderately (2) Agree moderately (4)
1182 Disagree strongly (1) Neither agree nor disagree (3)
1183 Disagree strongly (1) Agree strongly (5)
1184 Disagree moderately (2) Agree moderately (4)
1185 Neither agree nor disagree (3) Agree moderately (4)
1186
1187 Disagree moderately (2) Agree moderately (4)
1188 Disagree moderately (2) Agree strongly (5)
1189 Agree moderately (4) Neither agree nor disagree (3)
1190 Neither agree nor disagree (3) Neither agree nor disagree (3)
1191 Disagree strongly (1) Agree moderately (4)
1192
1193 Disagree strongly (1) Agree strongly (5)
1194
1195 Neither agree nor disagree (3) Agree moderately (4)
1196 Neither agree nor disagree (3) Agree strongly (5)
1197 Neither agree nor disagree (3) Neither agree nor disagree (3)
1198 Neither agree nor disagree (3) Agree strongly (5)
1199 Disagree strongly (1) Agree moderately (4)
1200 Disagree moderately (2) Agree strongly (5)
1201
1202 Disagree strongly (1) Agree strongly (5)
1203 Disagree moderately (2) Agree strongly (5)
1204 Disagree moderately (2) Agree moderately (4)
1205 Neither agree nor disagree (3) Neither agree nor disagree (3)
1206 Neither agree nor disagree (3) Agree strongly (5)
1207 Agree moderately (4) Agree strongly (5)
1208 Disagree strongly (1) Agree moderately (4)
1209 Neither agree nor disagree (3) Neither agree nor disagree (3)
1210 Agree moderately (4) Agree strongly (5)
1211 Disagree moderately (2) Agree moderately (4)
1212 Disagree moderately (2) Agree strongly (5)
1213 Neither agree nor disagree (3) Neither agree nor disagree (3)
1214 Neither agree nor disagree (3) Disagree moderately (2)
1215 Agree moderately (4) Agree moderately (4)
1216 Agree strongly (5) Agree strongly (5)
1217 Neither agree nor disagree (3) Agree moderately (4)
1218
1219 Disagree strongly (1) Neither agree nor disagree (3)
1220 Neither agree nor disagree (3) Agree moderately (4)
1221 Neither agree nor disagree (3) Neither agree nor disagree (3)
1222 Neither agree nor disagree (3) Neither agree nor disagree (3)
1223 Agree moderately (4) Agree strongly (5)
1224 Agree moderately (4) Agree moderately (4)
1225 Disagree moderately (2) Agree strongly (5)
1226 Disagree strongly (1) Agree moderately (4)
1227 Disagree strongly (1) Agree moderately (4)
1228 Neither agree nor disagree (3) Agree moderately (4)
1229 Neither agree nor disagree (3) Agree strongly (5)
1230 Neither agree nor disagree (3) Disagree moderately (2)
1231 Neither agree nor disagree (3) Neither agree nor disagree (3)
1232 Neither agree nor disagree (3) Agree moderately (4)
1233 Disagree strongly (1) Agree moderately (4)
1234 Disagree strongly (1) Agree strongly (5)
1235 Agree moderately (4) Agree moderately (4)
1236 Disagree strongly (1) Agree strongly (5)
1237 Disagree moderately (2) Agree moderately (4)
1238 Disagree moderately (2) Agree strongly (5)
1239 Neither agree nor disagree (3) Agree moderately (4)
1240 Disagree strongly (1) Agree strongly (5)
1241 Disagree strongly (1) Agree strongly (5)
1242 Disagree strongly (1) Agree strongly (5)
1243 Disagree moderately (2) Agree moderately (4)
1244 Disagree strongly (1) Agree strongly (5)
1245 Neither agree nor disagree (3) Neither agree nor disagree (3)
1246 Agree moderately (4) Agree strongly (5)
1247 Agree moderately (4) Agree moderately (4)
1248 Disagree moderately (2) Agree strongly (5)
1249 Disagree moderately (2) Agree moderately (4)
personality_4 personality_5
1
2 Agree strongly (5) Agree strongly (5)
3
4 Agree moderately (4) Neither agree nor disagree (3)
5 Disagree moderately (2) Disagree moderately (2)
6 Neither agree nor disagree (3) Neither agree nor disagree (3)
7 Disagree moderately (2) Agree moderately (4)
8 Disagree moderately (2) Disagree strongly (1)
9 Disagree moderately (2) Disagree moderately (2)
10 Disagree strongly (1) Disagree moderately (2)
11 Neither agree nor disagree (3) Agree strongly (5)
12 Agree strongly (5) Agree strongly (5)
13 Disagree strongly (1) Disagree strongly (1)
14 Agree moderately (4) Agree moderately (4)
15 Agree moderately (4) Agree strongly (5)
16 Neither agree nor disagree (3) Agree moderately (4)
17
18 Neither agree nor disagree (3) Agree moderately (4)
19 Disagree moderately (2) Disagree moderately (2)
20 Agree moderately (4) Neither agree nor disagree (3)
21 Disagree moderately (2) Disagree moderately (2)
22 Neither agree nor disagree (3) Disagree moderately (2)
23 Disagree moderately (2) Disagree moderately (2)
24 Disagree moderately (2) Disagree moderately (2)
25
26 Agree moderately (4) Disagree moderately (2)
27 Disagree moderately (2) Agree strongly (5)
28 Neither agree nor disagree (3) Disagree moderately (2)
29 Neither agree nor disagree (3) Agree moderately (4)
30 Agree moderately (4) Agree moderately (4)
31 Disagree moderately (2) Agree moderately (4)
32 Agree moderately (4) Agree moderately (4)
33 Neither agree nor disagree (3) Neither agree nor disagree (3)
34 Disagree moderately (2) Neither agree nor disagree (3)
35 Neither agree nor disagree (3) Agree strongly (5)
36 Neither agree nor disagree (3) Neither agree nor disagree (3)
37 Agree moderately (4) Agree strongly (5)
38 Agree moderately (4) Agree moderately (4)
39 Agree strongly (5) Neither agree nor disagree (3)
40
41 Agree moderately (4) Disagree moderately (2)
42 Agree moderately (4) Agree moderately (4)
43 Disagree strongly (1) Agree strongly (5)
44 Disagree moderately (2) Agree moderately (4)
45 Disagree moderately (2) Neither agree nor disagree (3)
46 Disagree moderately (2) Agree strongly (5)
47 Agree moderately (4) Neither agree nor disagree (3)
48 Disagree moderately (2) Agree moderately (4)
49 Disagree moderately (2) Agree moderately (4)
50 Disagree moderately (2) Agree moderately (4)
51 Agree moderately (4) Agree moderately (4)
52 Agree strongly (5) Agree strongly (5)
53 Neither agree nor disagree (3) Disagree moderately (2)
54 Disagree strongly (1) Neither agree nor disagree (3)
55 Neither agree nor disagree (3) Agree moderately (4)
56 Agree strongly (5) Agree strongly (5)
57 Agree moderately (4) Agree strongly (5)
58 Disagree moderately (2) Agree strongly (5)
59 Neither agree nor disagree (3) Neither agree nor disagree (3)
60 Disagree strongly (1) Agree strongly (5)
61 Disagree moderately (2) Agree moderately (4)
62 Disagree moderately (2) Agree strongly (5)
63 Neither agree nor disagree (3) Neither agree nor disagree (3)
64 Disagree strongly (1) Agree strongly (5)
65 Neither agree nor disagree (3) Agree strongly (5)
66 Agree moderately (4) Neither agree nor disagree (3)
67 Neither agree nor disagree (3) Neither agree nor disagree (3)
68 Neither agree nor disagree (3) Neither agree nor disagree (3)
69 Agree moderately (4) Neither agree nor disagree (3)
70 Disagree strongly (1) Agree moderately (4)
71 Disagree moderately (2) Agree moderately (4)
72 Neither agree nor disagree (3) Agree moderately (4)
73 Neither agree nor disagree (3) Agree strongly (5)
74 Disagree moderately (2) Agree strongly (5)
75 Disagree moderately (2) Agree moderately (4)
76 Disagree strongly (1) Agree moderately (4)
77 Disagree moderately (2) Agree moderately (4)
78 Disagree moderately (2) Agree strongly (5)
79
80 Agree moderately (4) Agree strongly (5)
81 Neither agree nor disagree (3) Agree moderately (4)
82 Disagree moderately (2) Neither agree nor disagree (3)
83 Neither agree nor disagree (3) Neither agree nor disagree (3)
84 Neither agree nor disagree (3) Agree moderately (4)
85 Neither agree nor disagree (3) Agree moderately (4)
86 Neither agree nor disagree (3) Neither agree nor disagree (3)
87 Agree moderately (4) Agree moderately (4)
88 Agree strongly (5) Agree strongly (5)
89
90
91 Neither agree nor disagree (3) Agree moderately (4)
92 Neither agree nor disagree (3) Neither agree nor disagree (3)
93 Disagree strongly (1) Agree moderately (4)
94 Disagree strongly (1) Agree strongly (5)
95 Agree strongly (5) Agree strongly (5)
96 Neither agree nor disagree (3) Agree moderately (4)
97 Agree strongly (5) Neither agree nor disagree (3)
98 Disagree moderately (2) Disagree moderately (2)
99 Agree strongly (5) Agree strongly (5)
100 Agree strongly (5) Disagree strongly (1)
101 Agree moderately (4) Neither agree nor disagree (3)
102 Disagree moderately (2) Neither agree nor disagree (3)
103 Agree moderately (4) Agree strongly (5)
104 Neither agree nor disagree (3) Agree moderately (4)
105 Agree moderately (4) Neither agree nor disagree (3)
106 Disagree moderately (2) Agree moderately (4)
107 Disagree moderately (2) Agree moderately (4)
108 Disagree strongly (1) Agree strongly (5)
109 Disagree strongly (1) Agree strongly (5)
110 Agree strongly (5) Agree strongly (5)
111
112 Agree strongly (5) Agree strongly (5)
113 Neither agree nor disagree (3) Agree moderately (4)
114 Neither agree nor disagree (3) Agree moderately (4)
115 Disagree moderately (2) Neither agree nor disagree (3)
116 Disagree strongly (1) Agree moderately (4)
117 Disagree strongly (1) Agree strongly (5)
118 Agree moderately (4) Neither agree nor disagree (3)
119 Agree moderately (4) Agree moderately (4)
120 Disagree moderately (2) Agree moderately (4)
121 Neither agree nor disagree (3) Neither agree nor disagree (3)
122 Disagree moderately (2) Agree moderately (4)
123 Agree strongly (5) Neither agree nor disagree (3)
124 Disagree moderately (2) Neither agree nor disagree (3)
125 Agree strongly (5) Agree strongly (5)
126 Disagree moderately (2) Disagree strongly (1)
127 Agree strongly (5) Agree moderately (4)
128 Agree moderately (4) Agree moderately (4)
129 Neither agree nor disagree (3) Neither agree nor disagree (3)
130 Agree moderately (4) Neither agree nor disagree (3)
131 Agree moderately (4) Agree moderately (4)
132 Agree moderately (4) Agree strongly (5)
133 Neither agree nor disagree (3) Neither agree nor disagree (3)
134 Agree moderately (4) Neither agree nor disagree (3)
135 Disagree moderately (2) Agree strongly (5)
136 Disagree strongly (1) Agree moderately (4)
137 Neither agree nor disagree (3) Agree moderately (4)
138 Agree moderately (4) Agree strongly (5)
139 Agree moderately (4) Agree moderately (4)
140 Neither agree nor disagree (3) Neither agree nor disagree (3)
141 Agree moderately (4) Agree strongly (5)
142 Agree moderately (4) Agree strongly (5)
143 Neither agree nor disagree (3) Agree moderately (4)
144 Agree moderately (4) Neither agree nor disagree (3)
145 Agree moderately (4) Agree moderately (4)
146 Agree moderately (4) Agree strongly (5)
147 Disagree moderately (2) Agree moderately (4)
148 Disagree strongly (1) Agree strongly (5)
149 Agree moderately (4) Agree moderately (4)
150 Disagree strongly (1) Agree moderately (4)
151 Agree moderately (4) Agree moderately (4)
152 Neither agree nor disagree (3) Agree moderately (4)
153 Neither agree nor disagree (3) Agree moderately (4)
154
155 Disagree moderately (2) Agree strongly (5)
156 Disagree strongly (1) Neither agree nor disagree (3)
157 Agree moderately (4) Agree strongly (5)
158 Agree moderately (4) Agree strongly (5)
159 Agree moderately (4) Agree moderately (4)
160 Disagree strongly (1) Agree moderately (4)
161 Agree strongly (5) Agree strongly (5)
162 Disagree moderately (2) Agree moderately (4)
163 Neither agree nor disagree (3) Neither agree nor disagree (3)
164 Neither agree nor disagree (3) Neither agree nor disagree (3)
165 Disagree moderately (2) Agree moderately (4)
166 Agree moderately (4) Agree strongly (5)
167 Agree moderately (4) Agree moderately (4)
168 Neither agree nor disagree (3) Agree moderately (4)
169 Neither agree nor disagree (3) Neither agree nor disagree (3)
170 Agree moderately (4) Agree strongly (5)
171 Disagree moderately (2) Agree strongly (5)
172 Neither agree nor disagree (3) Agree moderately (4)
173 Agree moderately (4) Disagree moderately (2)
174 Agree moderately (4) Neither agree nor disagree (3)
175 Neither agree nor disagree (3) Agree moderately (4)
176 Neither agree nor disagree (3) Agree moderately (4)
177 Agree strongly (5) Agree moderately (4)
178 Agree moderately (4) Neither agree nor disagree (3)
179 Neither agree nor disagree (3) Agree moderately (4)
180 Disagree strongly (1) Agree moderately (4)
181 Agree strongly (5) Disagree strongly (1)
182 Disagree moderately (2) Agree moderately (4)
183 Neither agree nor disagree (3) Neither agree nor disagree (3)
184 Agree moderately (4) Agree moderately (4)
185 Disagree moderately (2) Neither agree nor disagree (3)
186 Agree strongly (5) Agree strongly (5)
187 Agree moderately (4) Agree strongly (5)
188 Neither agree nor disagree (3) Agree moderately (4)
189 Disagree moderately (2) Agree moderately (4)
190 Neither agree nor disagree (3) Agree moderately (4)
191 Agree moderately (4) Agree moderately (4)
192 Agree moderately (4) Agree strongly (5)
193 Disagree strongly (1) Agree moderately (4)
194 Neither agree nor disagree (3) Neither agree nor disagree (3)
195 Neither agree nor disagree (3) Agree moderately (4)
196 Disagree moderately (2) Agree strongly (5)
197 Disagree moderately (2) Agree moderately (4)
198 Neither agree nor disagree (3) Agree strongly (5)
199 Disagree moderately (2) Agree strongly (5)
200 Agree moderately (4) Agree moderately (4)
201 Disagree moderately (2) Agree moderately (4)
202 Neither agree nor disagree (3) Neither agree nor disagree (3)
203 Disagree moderately (2) Agree strongly (5)
204 Disagree strongly (1) Neither agree nor disagree (3)
205 Disagree strongly (1) Agree strongly (5)
206 Neither agree nor disagree (3) Neither agree nor disagree (3)
207 Neither agree nor disagree (3) Neither agree nor disagree (3)
208 Agree moderately (4) Agree strongly (5)
209 Agree moderately (4) Disagree moderately (2)
210
211 Disagree moderately (2) Agree moderately (4)
212 Agree moderately (4) Agree moderately (4)
213 Agree moderately (4) Neither agree nor disagree (3)
214 Disagree moderately (2) Agree strongly (5)
215 Neither agree nor disagree (3) Neither agree nor disagree (3)
216 Agree moderately (4) Agree strongly (5)
217 Neither agree nor disagree (3) Agree moderately (4)
218 Agree moderately (4) Disagree moderately (2)
219 Disagree strongly (1) Agree moderately (4)
220 Agree moderately (4) Agree strongly (5)
221 Disagree moderately (2) Agree moderately (4)
222 Disagree moderately (2) Disagree moderately (2)
223 Disagree strongly (1) Agree moderately (4)
224 Neither agree nor disagree (3) Agree moderately (4)
225 Neither agree nor disagree (3) Neither agree nor disagree (3)
226 Neither agree nor disagree (3) Agree strongly (5)
227 Disagree moderately (2) Neither agree nor disagree (3)
228 Disagree moderately (2) Agree moderately (4)
229 Disagree strongly (1) Agree strongly (5)
230 Disagree strongly (1) Neither agree nor disagree (3)
231 Neither agree nor disagree (3) Neither agree nor disagree (3)
232 Disagree moderately (2) Disagree moderately (2)
233 Disagree strongly (1) Agree moderately (4)
234 Disagree moderately (2) Neither agree nor disagree (3)
235 Agree moderately (4) Agree strongly (5)
236 Agree strongly (5) Agree strongly (5)
237 Agree strongly (5) Agree strongly (5)
238 Agree strongly (5) Agree strongly (5)
239 Agree strongly (5) Agree strongly (5)
240 Agree moderately (4) Agree moderately (4)
241 Disagree moderately (2) Agree strongly (5)
242 Disagree moderately (2) Agree strongly (5)
243 Disagree strongly (1) Agree moderately (4)
244 Neither agree nor disagree (3) Disagree moderately (2)
245 Agree moderately (4) Agree moderately (4)
246 Neither agree nor disagree (3) Neither agree nor disagree (3)
247 Agree moderately (4) Agree moderately (4)
248 Neither agree nor disagree (3) Agree moderately (4)
249 Disagree strongly (1) Disagree strongly (1)
250 Agree moderately (4) Agree moderately (4)
251 Neither agree nor disagree (3) Agree moderately (4)
252 Agree moderately (4) Neither agree nor disagree (3)
253 Agree strongly (5) Agree strongly (5)
254 Disagree strongly (1) Agree moderately (4)
255 Disagree strongly (1) Agree strongly (5)
256 Neither agree nor disagree (3) Agree moderately (4)
257 Disagree strongly (1) Disagree moderately (2)
258 Disagree moderately (2) Agree strongly (5)
259 Agree strongly (5) Agree strongly (5)
260 Agree moderately (4) Neither agree nor disagree (3)
261 Agree moderately (4) Agree moderately (4)
262 Neither agree nor disagree (3) Agree moderately (4)
263 Agree moderately (4) Agree strongly (5)
264 Disagree strongly (1) Agree strongly (5)
265 Disagree moderately (2) Agree moderately (4)
266 Neither agree nor disagree (3) Disagree moderately (2)
267 Neither agree nor disagree (3) Agree moderately (4)
268 Neither agree nor disagree (3) Agree moderately (4)
269 Disagree moderately (2) Agree strongly (5)
270 Disagree moderately (2) Agree strongly (5)
271
272 Neither agree nor disagree (3) Agree moderately (4)
273 Agree moderately (4) Agree strongly (5)
274 Disagree strongly (1) Disagree moderately (2)
275 Disagree moderately (2) Neither agree nor disagree (3)
276
277 Neither agree nor disagree (3) Neither agree nor disagree (3)
278 Agree moderately (4) Disagree strongly (1)
279 Agree moderately (4) Neither agree nor disagree (3)
280 Disagree moderately (2) Agree moderately (4)
281 Neither agree nor disagree (3) Neither agree nor disagree (3)
282 Neither agree nor disagree (3) Agree moderately (4)
283 Agree strongly (5) Neither agree nor disagree (3)
284
285 Disagree moderately (2) Agree moderately (4)
286 Agree moderately (4) Agree moderately (4)
287 Agree moderately (4) Neither agree nor disagree (3)
288 Agree moderately (4) Agree moderately (4)
289
290 Agree moderately (4) Agree moderately (4)
291 Disagree strongly (1) Agree strongly (5)
292 Disagree moderately (2) Neither agree nor disagree (3)
293 Agree moderately (4) Disagree strongly (1)
294 Neither agree nor disagree (3) Neither agree nor disagree (3)
295 Neither agree nor disagree (3) Agree moderately (4)
296 Disagree moderately (2) Agree moderately (4)
297 Neither agree nor disagree (3) Neither agree nor disagree (3)
298 Neither agree nor disagree (3) Agree moderately (4)
299 Agree strongly (5) Neither agree nor disagree (3)
300 Neither agree nor disagree (3) Agree strongly (5)
301 Agree moderately (4) Agree moderately (4)
302 Disagree moderately (2) Agree moderately (4)
303 Agree moderately (4) Neither agree nor disagree (3)
304 Disagree moderately (2) Agree moderately (4)
305 Agree moderately (4) Agree moderately (4)
306
307 Agree moderately (4) Agree moderately (4)
308 Agree strongly (5) Agree strongly (5)
309 Agree moderately (4) Agree strongly (5)
310 Disagree strongly (1) Agree strongly (5)
311 Agree moderately (4) Neither agree nor disagree (3)
312 Neither agree nor disagree (3) Agree strongly (5)
313 Agree strongly (5) Neither agree nor disagree (3)
314 Neither agree nor disagree (3) Agree strongly (5)
315 Disagree strongly (1) Agree strongly (5)
316 Disagree moderately (2) Neither agree nor disagree (3)
317 Agree moderately (4) Agree moderately (4)
318 Neither agree nor disagree (3) Agree moderately (4)
319 Agree moderately (4) Agree strongly (5)
320 Agree moderately (4) Agree strongly (5)
321 Disagree moderately (2) Agree moderately (4)
322 Agree strongly (5) Agree moderately (4)
323 Disagree moderately (2) Neither agree nor disagree (3)
324 Agree strongly (5) Neither agree nor disagree (3)
325 Agree moderately (4) Agree strongly (5)
326 Neither agree nor disagree (3) Agree moderately (4)
327 Disagree strongly (1) Agree moderately (4)
328 Agree strongly (5) Agree strongly (5)
329 Agree moderately (4) Agree strongly (5)
330 Neither agree nor disagree (3) Neither agree nor disagree (3)
331 Disagree moderately (2) Agree strongly (5)
332 Neither agree nor disagree (3) Neither agree nor disagree (3)
333 Agree moderately (4) Agree moderately (4)
334
335 Agree strongly (5) Agree moderately (4)
336 Disagree strongly (1) Agree strongly (5)
337 Agree moderately (4) Neither agree nor disagree (3)
338 Agree strongly (5) Agree moderately (4)
339 Agree moderately (4) Neither agree nor disagree (3)
340 Disagree moderately (2) Agree moderately (4)
341 Disagree moderately (2) Disagree strongly (1)
342 Neither agree nor disagree (3) Agree strongly (5)
343 Agree moderately (4) Agree moderately (4)
344 Disagree strongly (1) Agree moderately (4)
345 Disagree strongly (1) Agree strongly (5)
346 Neither agree nor disagree (3) Agree moderately (4)
347 Neither agree nor disagree (3) Neither agree nor disagree (3)
348 Neither agree nor disagree (3) Agree strongly (5)
349 Agree moderately (4) Agree moderately (4)
350 Disagree moderately (2) Neither agree nor disagree (3)
351 Disagree moderately (2) Agree moderately (4)
352 Agree moderately (4) Agree strongly (5)
353 Agree moderately (4) Agree moderately (4)
354 Disagree moderately (2) Disagree moderately (2)
355 Neither agree nor disagree (3) Agree moderately (4)
356 Neither agree nor disagree (3) Agree strongly (5)
357 Neither agree nor disagree (3) Agree moderately (4)
358 Agree strongly (5) Agree strongly (5)
359 Agree moderately (4) Agree moderately (4)
360 Disagree moderately (2) Agree moderately (4)
361 Disagree moderately (2) Disagree moderately (2)
362 Disagree strongly (1) Agree moderately (4)
363 Disagree moderately (2) Neither agree nor disagree (3)
364 Agree moderately (4) Agree moderately (4)
365 Agree moderately (4) Agree moderately (4)
366 Disagree moderately (2) Neither agree nor disagree (3)
367 Disagree strongly (1) Neither agree nor disagree (3)
368 Disagree strongly (1) Agree moderately (4)
369 Disagree moderately (2) Agree moderately (4)
370 Disagree strongly (1) Agree moderately (4)
371 Neither agree nor disagree (3) Agree strongly (5)
372 Neither agree nor disagree (3) Agree moderately (4)
373 Disagree moderately (2) Agree moderately (4)
374 Disagree strongly (1) Agree moderately (4)
375 Neither agree nor disagree (3) Agree strongly (5)
376
377 Neither agree nor disagree (3) Disagree moderately (2)
378 Neither agree nor disagree (3) Agree strongly (5)
379
380 Neither agree nor disagree (3) Agree moderately (4)
381 Agree moderately (4) Agree moderately (4)
382 Agree strongly (5) Neither agree nor disagree (3)
383 Disagree moderately (2) Agree moderately (4)
384 Disagree moderately (2) Agree strongly (5)
385 Agree strongly (5) Agree moderately (4)
386 Agree moderately (4) Neither agree nor disagree (3)
387 Disagree strongly (1) Agree strongly (5)
388 Disagree strongly (1) Neither agree nor disagree (3)
389 Disagree moderately (2) Agree moderately (4)
390 Disagree moderately (2) Agree moderately (4)
391 Agree moderately (4) Agree strongly (5)
392 Neither agree nor disagree (3) Neither agree nor disagree (3)
393 Agree moderately (4) Disagree strongly (1)
394 Agree moderately (4) Neither agree nor disagree (3)
395 Neither agree nor disagree (3) Neither agree nor disagree (3)
396 Disagree strongly (1) Agree moderately (4)
397 Agree strongly (5) Agree strongly (5)
398 Agree moderately (4) Agree moderately (4)
399 Agree moderately (4) Agree strongly (5)
400 Disagree moderately (2) Agree strongly (5)
401 Neither agree nor disagree (3) Agree strongly (5)
402 Neither agree nor disagree (3) Neither agree nor disagree (3)
403 Disagree strongly (1) Agree moderately (4)
404 Disagree strongly (1) Neither agree nor disagree (3)
405 Disagree strongly (1) Agree moderately (4)
406 Neither agree nor disagree (3) Agree moderately (4)
407 Neither agree nor disagree (3) Neither agree nor disagree (3)
408 Neither agree nor disagree (3) Agree strongly (5)
409 Disagree strongly (1) Agree strongly (5)
410 Agree strongly (5) Neither agree nor disagree (3)
411 Disagree moderately (2) Disagree moderately (2)
412 Agree strongly (5) Agree moderately (4)
413 Agree strongly (5) Agree moderately (4)
414 Agree strongly (5) Agree strongly (5)
415 Disagree moderately (2) Agree moderately (4)
416 Disagree strongly (1) Agree moderately (4)
417 Disagree strongly (1) Agree moderately (4)
418 Disagree moderately (2) Disagree strongly (1)
419 Agree moderately (4) Agree strongly (5)
420 Disagree moderately (2) Agree strongly (5)
421 Neither agree nor disagree (3) Agree moderately (4)
422
423 Disagree moderately (2) Neither agree nor disagree (3)
424 Disagree strongly (1) Disagree moderately (2)
425 Disagree strongly (1) Agree strongly (5)
426 Neither agree nor disagree (3) Agree moderately (4)
427 Agree strongly (5) Agree moderately (4)
428 Disagree strongly (1) Agree strongly (5)
429 Agree moderately (4) Agree moderately (4)
430 Neither agree nor disagree (3) Neither agree nor disagree (3)
431 Disagree moderately (2) Agree strongly (5)
432 Disagree moderately (2) Agree strongly (5)
433 Neither agree nor disagree (3) Neither agree nor disagree (3)
434 Disagree strongly (1) Agree strongly (5)
435 Disagree moderately (2) Agree strongly (5)
436 Neither agree nor disagree (3) Agree moderately (4)
437 Neither agree nor disagree (3) Agree strongly (5)
438 Neither agree nor disagree (3) Neither agree nor disagree (3)
439 Neither agree nor disagree (3) Agree strongly (5)
440 Agree moderately (4) Agree moderately (4)
441 Neither agree nor disagree (3) Neither agree nor disagree (3)
442 Disagree strongly (1) Agree moderately (4)
443 Neither agree nor disagree (3) Agree moderately (4)
444 Agree strongly (5) Agree moderately (4)
445 Neither agree nor disagree (3) Agree moderately (4)
446 Agree moderately (4) Agree strongly (5)
447 Agree moderately (4) Agree strongly (5)
448 Disagree moderately (2) Agree strongly (5)
449 Neither agree nor disagree (3) Disagree moderately (2)
450 Disagree moderately (2) Agree strongly (5)
451
452 Neither agree nor disagree (3) Agree moderately (4)
453 Disagree moderately (2) Neither agree nor disagree (3)
454 Neither agree nor disagree (3) Neither agree nor disagree (3)
455 Agree moderately (4) Agree strongly (5)
456 Neither agree nor disagree (3) Agree moderately (4)
457 Agree moderately (4) Agree moderately (4)
458 Neither agree nor disagree (3) Agree moderately (4)
459 Agree moderately (4) Agree strongly (5)
460 Neither agree nor disagree (3) Agree moderately (4)
461 Disagree moderately (2) Neither agree nor disagree (3)
462 Neither agree nor disagree (3) Agree strongly (5)
463 Disagree strongly (1) Agree moderately (4)
464 Agree moderately (4) Agree moderately (4)
465
466 Disagree strongly (1) Neither agree nor disagree (3)
467 Neither agree nor disagree (3) Agree strongly (5)
468 Agree moderately (4) Agree strongly (5)
469 Agree strongly (5) Agree moderately (4)
470 Disagree moderately (2) Agree strongly (5)
471 Disagree moderately (2) Neither agree nor disagree (3)
472 Agree moderately (4) Agree strongly (5)
473 Disagree moderately (2) Agree strongly (5)
474 Agree strongly (5) Agree strongly (5)
475 Neither agree nor disagree (3) Neither agree nor disagree (3)
476 Agree strongly (5) Agree moderately (4)
477 Agree moderately (4) Agree strongly (5)
478 Agree strongly (5) Disagree moderately (2)
479 Disagree strongly (1) Disagree strongly (1)
480 Agree moderately (4) Neither agree nor disagree (3)
481 Disagree moderately (2) Neither agree nor disagree (3)
482 Neither agree nor disagree (3) Agree moderately (4)
483 Disagree strongly (1) Agree moderately (4)
484 Disagree moderately (2) Disagree moderately (2)
485 Disagree moderately (2) Agree moderately (4)
486 Disagree strongly (1) Agree strongly (5)
487 Neither agree nor disagree (3) Neither agree nor disagree (3)
488 Disagree moderately (2) Agree strongly (5)
489 Agree moderately (4) Neither agree nor disagree (3)
490 Disagree strongly (1) Agree strongly (5)
491 Neither agree nor disagree (3) Neither agree nor disagree (3)
492 Neither agree nor disagree (3) Agree strongly (5)
493 Agree moderately (4) Neither agree nor disagree (3)
494 Agree moderately (4) Agree moderately (4)
495 Neither agree nor disagree (3) Agree strongly (5)
496 Neither agree nor disagree (3) Agree moderately (4)
497 Disagree moderately (2) Agree moderately (4)
498 Disagree moderately (2) Agree moderately (4)
499 Disagree moderately (2) Agree moderately (4)
500 Disagree strongly (1) Agree strongly (5)
501 Agree moderately (4) Agree moderately (4)
502 Disagree moderately (2) Agree moderately (4)
503 Neither agree nor disagree (3) Agree moderately (4)
504 Neither agree nor disagree (3) Agree moderately (4)
505 Neither agree nor disagree (3) Disagree moderately (2)
506 Neither agree nor disagree (3) Agree moderately (4)
507 Neither agree nor disagree (3) Disagree strongly (1)
508 Neither agree nor disagree (3) Agree moderately (4)
509 Agree moderately (4) Agree strongly (5)
510 Agree moderately (4) Agree strongly (5)
511 Disagree strongly (1) Disagree strongly (1)
512 Agree moderately (4) Agree moderately (4)
513 Disagree moderately (2) Agree moderately (4)
514 Disagree moderately (2) Agree strongly (5)
515 Disagree strongly (1) Agree strongly (5)
516 Disagree strongly (1) Agree strongly (5)
517 Agree moderately (4) Disagree moderately (2)
518 Agree moderately (4) Agree moderately (4)
519 Disagree moderately (2) Agree strongly (5)
520 Agree strongly (5) Agree moderately (4)
521 Agree moderately (4) Neither agree nor disagree (3)
522 Neither agree nor disagree (3) Agree moderately (4)
523 Neither agree nor disagree (3) Neither agree nor disagree (3)
524 Agree strongly (5) Disagree moderately (2)
525 Agree moderately (4) Neither agree nor disagree (3)
526 Agree strongly (5) Agree moderately (4)
527 Disagree moderately (2) Agree strongly (5)
528 Agree strongly (5) Agree strongly (5)
529 Neither agree nor disagree (3) Agree moderately (4)
530 Neither agree nor disagree (3) Agree moderately (4)
531 Agree strongly (5) Agree moderately (4)
532 Neither agree nor disagree (3) Neither agree nor disagree (3)
533 Agree strongly (5) Neither agree nor disagree (3)
534 Agree moderately (4) Agree moderately (4)
535 Agree moderately (4) Agree strongly (5)
536 Neither agree nor disagree (3) Neither agree nor disagree (3)
537 Agree strongly (5) Agree moderately (4)
538 Disagree moderately (2) Disagree moderately (2)
539 Disagree moderately (2) Disagree strongly (1)
540 Disagree strongly (1) Agree moderately (4)
541 Disagree strongly (1) Agree moderately (4)
542 Neither agree nor disagree (3) Agree moderately (4)
543 Disagree moderately (2) Neither agree nor disagree (3)
544 Neither agree nor disagree (3) Agree strongly (5)
545 Agree moderately (4) Disagree moderately (2)
546 Neither agree nor disagree (3) Disagree moderately (2)
547 Neither agree nor disagree (3) Neither agree nor disagree (3)
548 Agree moderately (4) Agree moderately (4)
549 Agree strongly (5) Agree strongly (5)
550 Agree moderately (4) Disagree moderately (2)
551 Disagree strongly (1) Agree moderately (4)
552 Agree moderately (4) Agree moderately (4)
553 Agree moderately (4) Neither agree nor disagree (3)
554 Agree moderately (4) Neither agree nor disagree (3)
555 Agree strongly (5) Agree strongly (5)
556 Disagree strongly (1) Agree strongly (5)
557 Neither agree nor disagree (3) Disagree strongly (1)
558 Agree strongly (5) Agree strongly (5)
559 Neither agree nor disagree (3) Agree moderately (4)
560 Disagree moderately (2) Agree moderately (4)
561 Disagree moderately (2) Agree moderately (4)
562 Agree strongly (5) Agree moderately (4)
563 Disagree moderately (2) Agree strongly (5)
564 Disagree strongly (1) Agree moderately (4)
565 Agree strongly (5) Neither agree nor disagree (3)
566 Agree moderately (4) Agree moderately (4)
567 Agree moderately (4) Agree moderately (4)
568 Neither agree nor disagree (3) Agree strongly (5)
569 Neither agree nor disagree (3) Disagree strongly (1)
570 Neither agree nor disagree (3) Agree moderately (4)
571 Disagree moderately (2) Agree strongly (5)
572 Disagree moderately (2) Neither agree nor disagree (3)
573 Agree moderately (4) Agree moderately (4)
574 Neither agree nor disagree (3) Agree strongly (5)
575 Disagree moderately (2) Agree moderately (4)
576 Agree moderately (4) Agree moderately (4)
577 Neither agree nor disagree (3) Agree strongly (5)
578 Agree moderately (4) Agree moderately (4)
579 Agree strongly (5) Neither agree nor disagree (3)
580 Disagree strongly (1) Agree moderately (4)
581 Agree moderately (4) Agree moderately (4)
582 Agree strongly (5) Agree moderately (4)
583 Disagree strongly (1) Agree moderately (4)
584 Disagree moderately (2) Agree strongly (5)
585 Neither agree nor disagree (3) Agree moderately (4)
586 Neither agree nor disagree (3) Agree moderately (4)
587 Agree moderately (4) Neither agree nor disagree (3)
588 Neither agree nor disagree (3) Agree strongly (5)
589 Disagree strongly (1) Disagree strongly (1)
590 Disagree strongly (1) Agree strongly (5)
591 Neither agree nor disagree (3) Neither agree nor disagree (3)
592 Neither agree nor disagree (3) Agree moderately (4)
593 Disagree strongly (1) Agree moderately (4)
594 Disagree moderately (2) Disagree moderately (2)
595 Neither agree nor disagree (3) Agree moderately (4)
596 Agree strongly (5) Agree moderately (4)
597 Neither agree nor disagree (3) Agree moderately (4)
598 Agree moderately (4) Agree moderately (4)
599 Agree moderately (4) Agree strongly (5)
600 Neither agree nor disagree (3) Agree strongly (5)
601 Neither agree nor disagree (3) Agree strongly (5)
602 Disagree moderately (2) Neither agree nor disagree (3)
603 Agree moderately (4) Agree strongly (5)
604 Agree moderately (4) Neither agree nor disagree (3)
605 Disagree moderately (2) Neither agree nor disagree (3)
606 Neither agree nor disagree (3) Agree moderately (4)
607 Disagree strongly (1) Agree moderately (4)
608 Agree moderately (4) Agree moderately (4)
609 Neither agree nor disagree (3) Agree strongly (5)
610 Neither agree nor disagree (3) Agree moderately (4)
611 Disagree strongly (1) Disagree strongly (1)
612 Agree strongly (5) Neither agree nor disagree (3)
613 Agree moderately (4) Agree moderately (4)
614 Agree moderately (4) Agree moderately (4)
615 Agree moderately (4) Neither agree nor disagree (3)
616 Agree moderately (4) Agree moderately (4)
617 Neither agree nor disagree (3) Agree moderately (4)
618 Disagree moderately (2) Agree moderately (4)
619 Agree moderately (4) Neither agree nor disagree (3)
620 Neither agree nor disagree (3) Disagree strongly (1)
621 Disagree moderately (2) Disagree moderately (2)
622 Neither agree nor disagree (3) Neither agree nor disagree (3)
623 Agree strongly (5) Agree moderately (4)
624 Disagree moderately (2) Agree strongly (5)
625 Neither agree nor disagree (3) Agree strongly (5)
626 Disagree strongly (1) Agree strongly (5)
627 Agree moderately (4) Neither agree nor disagree (3)
628 Disagree moderately (2) Agree moderately (4)
629 Disagree strongly (1) Disagree strongly (1)
630 Agree moderately (4) Agree moderately (4)
631 Agree moderately (4) Neither agree nor disagree (3)
632 Disagree moderately (2) Agree moderately (4)
633 Agree moderately (4) Neither agree nor disagree (3)
634 Neither agree nor disagree (3) Neither agree nor disagree (3)
635 Neither agree nor disagree (3) Agree moderately (4)
636 Disagree strongly (1) Agree moderately (4)
637 Agree moderately (4) Agree moderately (4)
638 Disagree moderately (2) Agree moderately (4)
639 Agree moderately (4) Neither agree nor disagree (3)
640 Agree moderately (4) Agree strongly (5)
641 Agree moderately (4) Agree moderately (4)
642 Disagree strongly (1) Neither agree nor disagree (3)
643 Disagree strongly (1) Agree strongly (5)
644 Agree moderately (4) Agree strongly (5)
645 Disagree moderately (2) Agree moderately (4)
646 Agree moderately (4) Neither agree nor disagree (3)
647 Agree moderately (4) Agree strongly (5)
648 Agree moderately (4) Agree moderately (4)
649 Disagree strongly (1) Agree strongly (5)
650 Agree moderately (4) Agree moderately (4)
651 Disagree moderately (2) Agree moderately (4)
652 Disagree strongly (1) Agree strongly (5)
653 Agree moderately (4) Neither agree nor disagree (3)
654 Disagree moderately (2) Agree strongly (5)
655 Disagree strongly (1) Agree moderately (4)
656 Agree moderately (4) Disagree moderately (2)
657 Agree strongly (5) Agree strongly (5)
658 Neither agree nor disagree (3) Agree moderately (4)
659 Neither agree nor disagree (3) Agree strongly (5)
660 Disagree moderately (2) Agree strongly (5)
661 Agree strongly (5) Agree strongly (5)
662 Disagree moderately (2) Agree moderately (4)
663 Agree moderately (4) Agree strongly (5)
664 Disagree strongly (1) Agree moderately (4)
665 Neither agree nor disagree (3) Agree moderately (4)
666 Neither agree nor disagree (3) Neither agree nor disagree (3)
667 Neither agree nor disagree (3) Neither agree nor disagree (3)
668 Disagree moderately (2) Neither agree nor disagree (3)
669 Agree strongly (5) Agree moderately (4)
670 Disagree moderately (2) Agree moderately (4)
671 Agree moderately (4) Neither agree nor disagree (3)
672 Disagree moderately (2) Agree moderately (4)
673 Agree strongly (5) Agree moderately (4)
674 Agree strongly (5) Neither agree nor disagree (3)
675 Agree moderately (4) Agree moderately (4)
676 Agree moderately (4) Agree strongly (5)
677 Agree strongly (5) Agree strongly (5)
678 Disagree moderately (2) Agree moderately (4)
679 Agree moderately (4) Disagree moderately (2)
680 Disagree strongly (1) Agree moderately (4)
681 Agree moderately (4) Neither agree nor disagree (3)
682 Disagree strongly (1) Agree moderately (4)
683
684 Agree strongly (5) Agree moderately (4)
685 Neither agree nor disagree (3) Agree moderately (4)
686 Neither agree nor disagree (3) Agree moderately (4)
687 Neither agree nor disagree (3) Agree strongly (5)
688 Agree moderately (4) Agree strongly (5)
689 Disagree strongly (1) Agree moderately (4)
690 Neither agree nor disagree (3) Agree moderately (4)
691 Agree moderately (4) Agree moderately (4)
692 Neither agree nor disagree (3) Neither agree nor disagree (3)
693 Agree strongly (5) Agree strongly (5)
694 Agree moderately (4) Agree strongly (5)
695 Neither agree nor disagree (3) Agree moderately (4)
696 Disagree strongly (1) Agree moderately (4)
697 Disagree strongly (1) Agree strongly (5)
698 Neither agree nor disagree (3) Agree moderately (4)
699 Agree strongly (5) Agree moderately (4)
700 Disagree strongly (1) Agree strongly (5)
701 Disagree moderately (2) Neither agree nor disagree (3)
702 Neither agree nor disagree (3) Neither agree nor disagree (3)
703 Disagree moderately (2) Agree strongly (5)
704 Neither agree nor disagree (3) Neither agree nor disagree (3)
705 Disagree moderately (2) Disagree moderately (2)
706 Agree moderately (4) Agree moderately (4)
707 Disagree strongly (1) Agree moderately (4)
708 Agree strongly (5) Agree strongly (5)
709 Agree moderately (4) Agree moderately (4)
710 Disagree moderately (2) Agree strongly (5)
711
712
713 Disagree moderately (2) Neither agree nor disagree (3)
714 Agree moderately (4) Agree moderately (4)
715 Agree strongly (5) Agree moderately (4)
716 Agree moderately (4) Neither agree nor disagree (3)
717 Neither agree nor disagree (3) Agree strongly (5)
718 Disagree strongly (1) Neither agree nor disagree (3)
719 Disagree moderately (2) Neither agree nor disagree (3)
720 Disagree moderately (2) Agree moderately (4)
721 Neither agree nor disagree (3) Disagree strongly (1)
722 Disagree moderately (2) Agree moderately (4)
723 Agree strongly (5) Agree strongly (5)
724 Neither agree nor disagree (3) Neither agree nor disagree (3)
725 Agree strongly (5) Neither agree nor disagree (3)
726 Agree moderately (4) Agree strongly (5)
727 Neither agree nor disagree (3) Neither agree nor disagree (3)
728 Agree moderately (4) Agree strongly (5)
729 Agree moderately (4) Neither agree nor disagree (3)
730 Neither agree nor disagree (3) Agree strongly (5)
731 Disagree moderately (2) Neither agree nor disagree (3)
732 Agree moderately (4) Agree moderately (4)
733 Disagree strongly (1) Agree moderately (4)
734 Agree moderately (4) Agree moderately (4)
735 Disagree moderately (2) Neither agree nor disagree (3)
736 Neither agree nor disagree (3) Agree strongly (5)
737 Neither agree nor disagree (3) Disagree moderately (2)
738 Agree moderately (4) Agree moderately (4)
739 Disagree moderately (2) Agree moderately (4)
740 Agree moderately (4) Neither agree nor disagree (3)
741 Agree strongly (5) Agree moderately (4)
742 Disagree strongly (1) Agree strongly (5)
743 Agree moderately (4) Agree strongly (5)
744 Disagree moderately (2) Agree moderately (4)
745 Agree moderately (4) Neither agree nor disagree (3)
746 Disagree strongly (1) Agree moderately (4)
747 Disagree strongly (1) Agree moderately (4)
748 Disagree moderately (2) Agree moderately (4)
749 Disagree moderately (2) Agree moderately (4)
750 Disagree moderately (2) Neither agree nor disagree (3)
751 Agree moderately (4) Agree strongly (5)
752 Agree moderately (4) Disagree moderately (2)
753 Neither agree nor disagree (3) Agree moderately (4)
754 Neither agree nor disagree (3) Disagree moderately (2)
755 Neither agree nor disagree (3) Neither agree nor disagree (3)
756 Neither agree nor disagree (3) Agree strongly (5)
757 Neither agree nor disagree (3) Neither agree nor disagree (3)
758 Agree strongly (5) Agree moderately (4)
759 Disagree strongly (1) Agree moderately (4)
760 Agree moderately (4) Agree strongly (5)
761 Disagree moderately (2) Agree strongly (5)
762 Agree strongly (5) Disagree moderately (2)
763 Neither agree nor disagree (3) Neither agree nor disagree (3)
764 Agree strongly (5) Agree strongly (5)
765 Agree moderately (4) Agree moderately (4)
766 Agree moderately (4) Agree moderately (4)
767 Agree strongly (5) Disagree moderately (2)
768 Disagree strongly (1) Agree moderately (4)
769 Agree strongly (5) Neither agree nor disagree (3)
770 Neither agree nor disagree (3) Neither agree nor disagree (3)
771 Disagree strongly (1) Disagree strongly (1)
772 Neither agree nor disagree (3) Agree moderately (4)
773 Neither agree nor disagree (3) Agree moderately (4)
774 Agree moderately (4) Agree strongly (5)
775 Agree moderately (4) Disagree moderately (2)
776 Neither agree nor disagree (3) Neither agree nor disagree (3)
777 Disagree moderately (2) Agree moderately (4)
778 Neither agree nor disagree (3) Neither agree nor disagree (3)
779 Agree moderately (4) Agree strongly (5)
780 Neither agree nor disagree (3) Agree moderately (4)
781 Neither agree nor disagree (3) Agree moderately (4)
782 Agree moderately (4) Disagree moderately (2)
783 Disagree strongly (1) Agree moderately (4)
784 Agree strongly (5) Agree moderately (4)
785 Agree strongly (5) Agree strongly (5)
786 Neither agree nor disagree (3) Neither agree nor disagree (3)
787 Neither agree nor disagree (3) Agree strongly (5)
788 Agree strongly (5) Agree moderately (4)
789 Disagree strongly (1) Agree moderately (4)
790 Disagree strongly (1) Agree moderately (4)
791 Agree strongly (5) Agree strongly (5)
792 Neither agree nor disagree (3) Agree moderately (4)
793 Disagree moderately (2) Agree moderately (4)
794 Disagree strongly (1) Agree moderately (4)
795 Agree moderately (4) Agree moderately (4)
796 Disagree moderately (2) Neither agree nor disagree (3)
797 Agree strongly (5) Agree strongly (5)
798 Neither agree nor disagree (3) Agree strongly (5)
799 Neither agree nor disagree (3) Agree moderately (4)
800 Neither agree nor disagree (3) Agree strongly (5)
801 Agree moderately (4) Neither agree nor disagree (3)
802 Disagree strongly (1) Agree moderately (4)
803 Agree moderately (4) Agree moderately (4)
804 Disagree moderately (2) Agree moderately (4)
805 Agree moderately (4) Agree moderately (4)
806 Disagree moderately (2) Agree moderately (4)
807 Disagree moderately (2) Agree strongly (5)
808 Agree strongly (5) Agree moderately (4)
809 Neither agree nor disagree (3) Agree moderately (4)
810 Disagree moderately (2) Agree moderately (4)
811 Agree strongly (5) Agree strongly (5)
812 Disagree strongly (1) Agree strongly (5)
813 Neither agree nor disagree (3) Neither agree nor disagree (3)
814 Neither agree nor disagree (3) Neither agree nor disagree (3)
815 Agree moderately (4) Agree strongly (5)
816 Disagree moderately (2) Agree strongly (5)
817 Agree strongly (5) Neither agree nor disagree (3)
818 Disagree moderately (2) Agree moderately (4)
819 Agree moderately (4) Neither agree nor disagree (3)
820 Neither agree nor disagree (3) Agree moderately (4)
821 Disagree moderately (2) Agree strongly (5)
822 Neither agree nor disagree (3) Agree strongly (5)
823 Agree moderately (4) Agree strongly (5)
824 Agree strongly (5) Agree strongly (5)
825 Agree strongly (5) Agree moderately (4)
826 Agree moderately (4) Agree strongly (5)
827 Agree moderately (4) Agree strongly (5)
828 Agree moderately (4) Neither agree nor disagree (3)
829 Neither agree nor disagree (3) Agree moderately (4)
830 Disagree strongly (1) Agree strongly (5)
831 Agree moderately (4) Agree moderately (4)
832 Disagree moderately (2) Agree moderately (4)
833 Neither agree nor disagree (3) Agree strongly (5)
834 Agree strongly (5) Neither agree nor disagree (3)
835 Neither agree nor disagree (3) Agree strongly (5)
836 Agree moderately (4) Agree strongly (5)
837 Disagree strongly (1) Agree strongly (5)
838 Disagree moderately (2) Agree strongly (5)
839 Neither agree nor disagree (3) Neither agree nor disagree (3)
840 Disagree moderately (2) Agree strongly (5)
841 Neither agree nor disagree (3) Agree moderately (4)
842 Disagree moderately (2) Agree strongly (5)
843 Neither agree nor disagree (3) Agree moderately (4)
844 Neither agree nor disagree (3) Agree strongly (5)
845 Agree strongly (5) Agree strongly (5)
846 Neither agree nor disagree (3) Agree moderately (4)
847 Disagree strongly (1) Neither agree nor disagree (3)
848 Agree moderately (4) Agree moderately (4)
849 Agree moderately (4) Neither agree nor disagree (3)
850 Agree moderately (4) Agree strongly (5)
851 Disagree strongly (1) Agree strongly (5)
852 Disagree moderately (2) Neither agree nor disagree (3)
853 Agree moderately (4) Agree moderately (4)
854 Neither agree nor disagree (3) Neither agree nor disagree (3)
855 Agree moderately (4) Agree moderately (4)
856 Disagree moderately (2) Agree strongly (5)
857 Agree strongly (5) Disagree moderately (2)
858 Agree strongly (5) Neither agree nor disagree (3)
859 Disagree moderately (2) Disagree moderately (2)
860 Neither agree nor disagree (3) Agree moderately (4)
861 Agree moderately (4) Agree moderately (4)
862 Agree strongly (5) Neither agree nor disagree (3)
863
864 Agree moderately (4) Neither agree nor disagree (3)
865 Agree moderately (4) Agree moderately (4)
866 Neither agree nor disagree (3) Agree strongly (5)
867 Disagree moderately (2) Disagree strongly (1)
868 Disagree moderately (2) Agree strongly (5)
869 Neither agree nor disagree (3) Agree moderately (4)
870 Neither agree nor disagree (3) Agree moderately (4)
871 Disagree strongly (1) Agree strongly (5)
872 Neither agree nor disagree (3) Agree moderately (4)
873 Neither agree nor disagree (3) Neither agree nor disagree (3)
874 Agree strongly (5) Agree strongly (5)
875 Neither agree nor disagree (3) Agree moderately (4)
876 Neither agree nor disagree (3) Agree strongly (5)
877 Disagree strongly (1) Agree moderately (4)
878 Neither agree nor disagree (3) Agree moderately (4)
879 Agree moderately (4) Agree moderately (4)
880 Disagree strongly (1) Agree moderately (4)
881 Agree moderately (4) Agree moderately (4)
882 Agree moderately (4) Agree moderately (4)
883 Neither agree nor disagree (3) Agree moderately (4)
884 Neither agree nor disagree (3) Agree moderately (4)
885 Neither agree nor disagree (3) Agree moderately (4)
886 Disagree moderately (2) Neither agree nor disagree (3)
887 Disagree moderately (2) Neither agree nor disagree (3)
888 Agree strongly (5) Disagree strongly (1)
889 Disagree moderately (2) Neither agree nor disagree (3)
890 Disagree moderately (2) Agree strongly (5)
891 Agree moderately (4) Neither agree nor disagree (3)
892 Disagree moderately (2) Agree strongly (5)
893 Neither agree nor disagree (3) Neither agree nor disagree (3)
894 Neither agree nor disagree (3) Neither agree nor disagree (3)
895 Agree moderately (4) Neither agree nor disagree (3)
896 Agree moderately (4) Agree strongly (5)
897 Agree moderately (4) Agree moderately (4)
898 Disagree strongly (1) Agree moderately (4)
899 Disagree moderately (2) Agree strongly (5)
900 Disagree strongly (1) Agree moderately (4)
901 Agree moderately (4) Agree moderately (4)
902 Disagree moderately (2) Neither agree nor disagree (3)
903 Agree moderately (4) Agree moderately (4)
904 Agree moderately (4) Neither agree nor disagree (3)
905 Agree moderately (4) Agree strongly (5)
906 Disagree moderately (2) Neither agree nor disagree (3)
907 Agree moderately (4) Agree moderately (4)
908 Agree moderately (4) Agree strongly (5)
909 Neither agree nor disagree (3) Agree strongly (5)
910 Disagree moderately (2) Agree moderately (4)
911 Disagree moderately (2) Agree moderately (4)
912 Agree strongly (5) Neither agree nor disagree (3)
913 Disagree strongly (1) Agree strongly (5)
914 Agree moderately (4) Agree strongly (5)
915 Agree moderately (4) Agree strongly (5)
916 Neither agree nor disagree (3) Agree moderately (4)
917 Agree moderately (4) Agree strongly (5)
918 Disagree moderately (2) Neither agree nor disagree (3)
919 Agree moderately (4) Agree moderately (4)
920 Neither agree nor disagree (3) Agree moderately (4)
921 Agree moderately (4) Agree strongly (5)
922 Neither agree nor disagree (3) Agree moderately (4)
923 Agree strongly (5) Agree strongly (5)
924 Neither agree nor disagree (3) Agree moderately (4)
925 Disagree moderately (2) Agree moderately (4)
926 Agree moderately (4) Neither agree nor disagree (3)
927 Neither agree nor disagree (3) Agree moderately (4)
928 Neither agree nor disagree (3) Neither agree nor disagree (3)
929 Disagree strongly (1) Agree strongly (5)
930 Neither agree nor disagree (3) Agree strongly (5)
931 Neither agree nor disagree (3) Agree moderately (4)
932 Disagree moderately (2) Agree strongly (5)
933 Disagree moderately (2) Agree strongly (5)
934 Agree moderately (4) Neither agree nor disagree (3)
935 Disagree moderately (2) Agree strongly (5)
936 Neither agree nor disagree (3) Agree moderately (4)
937 Neither agree nor disagree (3) Agree moderately (4)
938 Agree strongly (5) Agree strongly (5)
939 Agree moderately (4) Agree strongly (5)
940 Disagree moderately (2) Neither agree nor disagree (3)
941 Agree moderately (4) Agree moderately (4)
942 Disagree strongly (1) Agree moderately (4)
943 Neither agree nor disagree (3) Agree strongly (5)
944 Agree moderately (4) Agree moderately (4)
945 Disagree moderately (2) Neither agree nor disagree (3)
946 Agree strongly (5) Neither agree nor disagree (3)
947 Neither agree nor disagree (3) Agree moderately (4)
948 Disagree moderately (2) Neither agree nor disagree (3)
949 Neither agree nor disagree (3) Neither agree nor disagree (3)
950 Agree moderately (4) Agree moderately (4)
951 Agree moderately (4) Neither agree nor disagree (3)
952 Disagree moderately (2) Agree moderately (4)
953 Neither agree nor disagree (3) Agree moderately (4)
954 Agree moderately (4) Neither agree nor disagree (3)
955 Neither agree nor disagree (3) Neither agree nor disagree (3)
956 Agree moderately (4) Neither agree nor disagree (3)
957 Agree moderately (4) Agree strongly (5)
958 Neither agree nor disagree (3) Neither agree nor disagree (3)
959 Neither agree nor disagree (3) Disagree moderately (2)
960 Agree moderately (4) Agree strongly (5)
961 Agree moderately (4) Neither agree nor disagree (3)
962
963 Agree moderately (4) Disagree moderately (2)
964 Neither agree nor disagree (3) Neither agree nor disagree (3)
965 Disagree moderately (2) Neither agree nor disagree (3)
966 Agree moderately (4) Agree moderately (4)
967 Disagree moderately (2) Agree moderately (4)
968 Agree moderately (4) Agree moderately (4)
969 Agree moderately (4) Agree moderately (4)
970 Disagree strongly (1) Agree strongly (5)
971 Neither agree nor disagree (3) Disagree moderately (2)
972 Agree moderately (4) Neither agree nor disagree (3)
973 Disagree moderately (2) Neither agree nor disagree (3)
974 Neither agree nor disagree (3) Agree moderately (4)
975 Disagree moderately (2) Agree moderately (4)
976 Agree strongly (5) Agree strongly (5)
977 Agree moderately (4) Neither agree nor disagree (3)
978 Agree moderately (4) Agree moderately (4)
979 Agree moderately (4) Neither agree nor disagree (3)
980 Agree moderately (4) Agree moderately (4)
981 Agree moderately (4) Agree moderately (4)
982 Disagree strongly (1) Agree strongly (5)
983 Disagree moderately (2) Agree moderately (4)
984 Disagree moderately (2) Neither agree nor disagree (3)
985 Disagree strongly (1) Agree moderately (4)
986 Neither agree nor disagree (3) Agree moderately (4)
987 Agree strongly (5) Agree moderately (4)
988 Disagree moderately (2) Neither agree nor disagree (3)
989 Agree moderately (4) Agree moderately (4)
990 Agree strongly (5) Neither agree nor disagree (3)
991 Disagree moderately (2) Disagree moderately (2)
992 Disagree moderately (2) Neither agree nor disagree (3)
993 Disagree strongly (1) Agree moderately (4)
994 Disagree moderately (2) Agree moderately (4)
995 Agree moderately (4) Agree strongly (5)
996 Agree strongly (5) Agree moderately (4)
997 Neither agree nor disagree (3) Agree moderately (4)
998 Agree moderately (4) Agree strongly (5)
999 Disagree moderately (2) Agree strongly (5)
1000 Agree strongly (5) Agree moderately (4)
1001 Neither agree nor disagree (3) Agree moderately (4)
1002 Neither agree nor disagree (3) Neither agree nor disagree (3)
1003 Disagree strongly (1) Agree strongly (5)
1004 Neither agree nor disagree (3) Neither agree nor disagree (3)
1005 Disagree moderately (2) Agree strongly (5)
1006 Disagree moderately (2) Neither agree nor disagree (3)
1007 Disagree moderately (2) Disagree moderately (2)
1008 Agree moderately (4) Neither agree nor disagree (3)
1009 Neither agree nor disagree (3) Agree moderately (4)
1010 Neither agree nor disagree (3) Disagree moderately (2)
1011
1012 Agree moderately (4) Agree moderately (4)
1013 Neither agree nor disagree (3) Agree moderately (4)
1014 Agree strongly (5) Agree strongly (5)
1015 Agree moderately (4) Neither agree nor disagree (3)
1016
1017 Agree strongly (5) Neither agree nor disagree (3)
1018 Neither agree nor disagree (3) Neither agree nor disagree (3)
1019 Agree moderately (4) Neither agree nor disagree (3)
1020 Neither agree nor disagree (3) Disagree moderately (2)
1021 Neither agree nor disagree (3) Agree moderately (4)
1022 Neither agree nor disagree (3) Agree strongly (5)
1023 Agree moderately (4) Agree moderately (4)
1024 Disagree moderately (2) Agree strongly (5)
1025 Disagree strongly (1) Agree strongly (5)
1026 Neither agree nor disagree (3) Agree moderately (4)
1027 Neither agree nor disagree (3) Agree moderately (4)
1028 Agree moderately (4) Agree moderately (4)
1029 Disagree strongly (1) Agree moderately (4)
1030 Neither agree nor disagree (3) Neither agree nor disagree (3)
1031 Disagree moderately (2) Agree moderately (4)
1032 Neither agree nor disagree (3) Agree moderately (4)
1033 Agree strongly (5) Agree moderately (4)
1034 Disagree moderately (2) Agree moderately (4)
1035 Neither agree nor disagree (3) Agree moderately (4)
1036 Agree strongly (5) Agree strongly (5)
1037 Neither agree nor disagree (3) Agree moderately (4)
1038 Agree moderately (4) Agree strongly (5)
1039 Agree strongly (5) Agree moderately (4)
1040 Disagree moderately (2) Agree moderately (4)
1041 Disagree moderately (2) Neither agree nor disagree (3)
1042 Agree moderately (4) Agree moderately (4)
1043 Neither agree nor disagree (3) Agree strongly (5)
1044 Disagree moderately (2) Agree moderately (4)
1045 Neither agree nor disagree (3) Agree moderately (4)
1046 Disagree strongly (1) Agree strongly (5)
1047 Disagree strongly (1) Neither agree nor disagree (3)
1048 Agree strongly (5) Agree strongly (5)
1049 Neither agree nor disagree (3) Agree strongly (5)
1050 Agree moderately (4) Agree moderately (4)
1051 Disagree strongly (1) Agree moderately (4)
1052 Agree moderately (4) Neither agree nor disagree (3)
1053 Neither agree nor disagree (3) Agree moderately (4)
1054 Agree moderately (4) Agree moderately (4)
1055 Disagree strongly (1) Neither agree nor disagree (3)
1056 Agree strongly (5) Neither agree nor disagree (3)
1057 Agree strongly (5) Neither agree nor disagree (3)
1058 Agree moderately (4) Disagree moderately (2)
1059 Agree moderately (4) Neither agree nor disagree (3)
1060 Agree moderately (4) Agree moderately (4)
1061 Disagree moderately (2) Agree moderately (4)
1062 Agree strongly (5) Agree moderately (4)
1063 Agree moderately (4) Disagree moderately (2)
1064 Agree moderately (4) Agree moderately (4)
1065 Neither agree nor disagree (3) Agree moderately (4)
1066 Neither agree nor disagree (3) Agree strongly (5)
1067 Neither agree nor disagree (3) Agree moderately (4)
1068 Neither agree nor disagree (3) Agree moderately (4)
1069 Agree strongly (5) Agree moderately (4)
1070 Disagree strongly (1) Agree moderately (4)
1071 Agree moderately (4) Agree moderately (4)
1072 Disagree strongly (1) Agree strongly (5)
1073
1074 Agree moderately (4) Neither agree nor disagree (3)
1075 Disagree moderately (2) Agree moderately (4)
1076 Agree moderately (4) Agree moderately (4)
1077
1078 Neither agree nor disagree (3) Disagree moderately (2)
1079 Disagree strongly (1) Neither agree nor disagree (3)
1080 Agree moderately (4) Agree strongly (5)
1081 Neither agree nor disagree (3) Neither agree nor disagree (3)
1082 Neither agree nor disagree (3) Neither agree nor disagree (3)
1083 Disagree strongly (1) Agree strongly (5)
1084 Disagree strongly (1) Agree strongly (5)
1085 Neither agree nor disagree (3) Agree moderately (4)
1086 Agree strongly (5) Agree moderately (4)
1087 Disagree strongly (1) Agree moderately (4)
1088 Disagree moderately (2) Disagree moderately (2)
1089 Neither agree nor disagree (3) Agree moderately (4)
1090 Agree moderately (4) Neither agree nor disagree (3)
1091 Disagree moderately (2) Disagree moderately (2)
1092 Agree moderately (4) Agree moderately (4)
1093 Neither agree nor disagree (3) Disagree strongly (1)
1094 Agree moderately (4) Agree moderately (4)
1095
1096 Disagree moderately (2) Neither agree nor disagree (3)
1097 Agree moderately (4) Agree strongly (5)
1098 Agree moderately (4) Agree moderately (4)
1099 Neither agree nor disagree (3) Disagree moderately (2)
1100 Agree moderately (4) Agree strongly (5)
1101 Neither agree nor disagree (3) Agree moderately (4)
1102 Agree moderately (4) Neither agree nor disagree (3)
1103 Disagree strongly (1) Agree moderately (4)
1104 Neither agree nor disagree (3) Neither agree nor disagree (3)
1105 Neither agree nor disagree (3) Agree moderately (4)
1106 Disagree strongly (1) Agree strongly (5)
1107 Disagree moderately (2) Neither agree nor disagree (3)
1108 Neither agree nor disagree (3) Agree moderately (4)
1109 Disagree moderately (2) Agree moderately (4)
1110 Disagree moderately (2) Agree moderately (4)
1111 Agree moderately (4) Agree moderately (4)
1112 Agree moderately (4) Neither agree nor disagree (3)
1113 Disagree strongly (1) Agree moderately (4)
1114 Neither agree nor disagree (3) Agree moderately (4)
1115 Disagree moderately (2) Agree moderately (4)
1116 Disagree strongly (1) Agree moderately (4)
1117 Disagree moderately (2) Neither agree nor disagree (3)
1118 Disagree moderately (2) Agree strongly (5)
1119 Disagree strongly (1) Agree moderately (4)
1120 Agree moderately (4) Neither agree nor disagree (3)
1121 Disagree moderately (2) Agree strongly (5)
1122 Neither agree nor disagree (3) Agree moderately (4)
1123 Neither agree nor disagree (3) Neither agree nor disagree (3)
1124 Disagree moderately (2) Agree moderately (4)
1125 Neither agree nor disagree (3) Neither agree nor disagree (3)
1126 Neither agree nor disagree (3) Agree moderately (4)
1127 Agree moderately (4) Agree moderately (4)
1128 Disagree moderately (2) Agree moderately (4)
1129 Disagree strongly (1) Agree strongly (5)
1130 Agree strongly (5) Agree strongly (5)
1131 Agree moderately (4) Agree strongly (5)
1132 Agree moderately (4) Neither agree nor disagree (3)
1133 Disagree strongly (1) Disagree moderately (2)
1134 Agree moderately (4) Neither agree nor disagree (3)
1135 Agree moderately (4) Agree moderately (4)
1136 Disagree strongly (1) Agree moderately (4)
1137 Neither agree nor disagree (3) Neither agree nor disagree (3)
1138 Neither agree nor disagree (3) Agree strongly (5)
1139 Neither agree nor disagree (3) Agree moderately (4)
1140 Agree moderately (4) Agree moderately (4)
1141 Disagree moderately (2) Agree strongly (5)
1142
1143 Neither agree nor disagree (3) Neither agree nor disagree (3)
1144 Disagree moderately (2) Neither agree nor disagree (3)
1145 Neither agree nor disagree (3) Neither agree nor disagree (3)
1146 Agree moderately (4) Agree moderately (4)
1147 Disagree moderately (2) Agree moderately (4)
1148 Agree strongly (5) Neither agree nor disagree (3)
1149 Agree moderately (4) Neither agree nor disagree (3)
1150 Agree strongly (5) Agree moderately (4)
1151 Agree moderately (4) Neither agree nor disagree (3)
1152 Agree moderately (4) Agree moderately (4)
1153 Agree strongly (5) Neither agree nor disagree (3)
1154 Neither agree nor disagree (3) Agree moderately (4)
1155 Neither agree nor disagree (3) Agree moderately (4)
1156 Agree strongly (5) Agree strongly (5)
1157 Disagree moderately (2) Agree moderately (4)
1158 Agree moderately (4) Agree strongly (5)
1159 Neither agree nor disagree (3) Agree moderately (4)
1160 Disagree strongly (1) Agree moderately (4)
1161 Disagree moderately (2) Agree strongly (5)
1162 Agree moderately (4) Agree moderately (4)
1163 Disagree moderately (2) Agree strongly (5)
1164 Neither agree nor disagree (3) Agree moderately (4)
1165 Disagree moderately (2) Agree moderately (4)
1166 Disagree moderately (2) Disagree moderately (2)
1167 Disagree strongly (1) Agree strongly (5)
1168 Agree moderately (4) Agree strongly (5)
1169 Disagree strongly (1) Agree strongly (5)
1170 Agree moderately (4) Agree moderately (4)
1171 Agree moderately (4) Agree moderately (4)
1172 Agree moderately (4) Neither agree nor disagree (3)
1173 Agree moderately (4) Agree moderately (4)
1174 Agree strongly (5) Agree moderately (4)
1175 Agree strongly (5) Agree moderately (4)
1176 Disagree strongly (1) Agree moderately (4)
1177 Neither agree nor disagree (3) Agree moderately (4)
1178 Disagree moderately (2) Agree strongly (5)
1179 Agree strongly (5) Agree moderately (4)
1180 Disagree moderately (2) Neither agree nor disagree (3)
1181 Disagree moderately (2) Agree moderately (4)
1182 Agree moderately (4) Neither agree nor disagree (3)
1183 Agree moderately (4) Agree moderately (4)
1184 Neither agree nor disagree (3) Agree moderately (4)
1185 Disagree moderately (2) Neither agree nor disagree (3)
1186
1187 Agree moderately (4) Neither agree nor disagree (3)
1188 Disagree strongly (1) Agree moderately (4)
1189 Neither agree nor disagree (3) Disagree moderately (2)
1190 Disagree strongly (1) Agree moderately (4)
1191 Agree moderately (4) Agree moderately (4)
1192
1193 Agree strongly (5) Agree strongly (5)
1194
1195 Agree strongly (5) Disagree strongly (1)
1196 Disagree moderately (2) Agree strongly (5)
1197 Neither agree nor disagree (3) Neither agree nor disagree (3)
1198 Neither agree nor disagree (3) Agree strongly (5)
1199 Disagree strongly (1) Agree strongly (5)
1200 Disagree moderately (2) Neither agree nor disagree (3)
1201
1202 Disagree strongly (1) Agree strongly (5)
1203 Disagree moderately (2) Agree moderately (4)
1204 Disagree moderately (2) Neither agree nor disagree (3)
1205 Neither agree nor disagree (3) Agree strongly (5)
1206 Agree moderately (4) Neither agree nor disagree (3)
1207 Neither agree nor disagree (3) Agree strongly (5)
1208 Neither agree nor disagree (3) Agree strongly (5)
1209 Neither agree nor disagree (3) Neither agree nor disagree (3)
1210 Disagree strongly (1) Agree moderately (4)
1211 Disagree moderately (2) Agree moderately (4)
1212 Agree moderately (4) Agree strongly (5)
1213 Neither agree nor disagree (3) Neither agree nor disagree (3)
1214 Agree moderately (4) Neither agree nor disagree (3)
1215 Agree moderately (4) Agree moderately (4)
1216 Neither agree nor disagree (3) Neither agree nor disagree (3)
1217 Agree moderately (4) Neither agree nor disagree (3)
1218
1219 Neither agree nor disagree (3) Disagree moderately (2)
1220 Disagree moderately (2) Agree moderately (4)
1221 Disagree moderately (2) Neither agree nor disagree (3)
1222 Neither agree nor disagree (3) Neither agree nor disagree (3)
1223 Neither agree nor disagree (3) Neither agree nor disagree (3)
1224 Agree strongly (5) Neither agree nor disagree (3)
1225 Disagree moderately (2) Agree moderately (4)
1226 Neither agree nor disagree (3) Agree moderately (4)
1227 Agree moderately (4) Agree moderately (4)
1228 Disagree moderately (2) Agree moderately (4)
1229 Neither agree nor disagree (3) Agree moderately (4)
1230 Disagree moderately (2) Disagree moderately (2)
1231 Neither agree nor disagree (3) Neither agree nor disagree (3)
1232 Neither agree nor disagree (3) Disagree moderately (2)
1233 Neither agree nor disagree (3) Agree moderately (4)
1234 Disagree strongly (1) Agree moderately (4)
1235 Neither agree nor disagree (3) Agree moderately (4)
1236 Agree moderately (4) Agree strongly (5)
1237 Neither agree nor disagree (3) Agree moderately (4)
1238 Disagree strongly (1) Agree moderately (4)
1239 Disagree moderately (2) Neither agree nor disagree (3)
1240 Disagree moderately (2) Agree moderately (4)
1241 Disagree strongly (1) Agree moderately (4)
1242 Disagree moderately (2) Agree strongly (5)
1243 Agree moderately (4) Agree moderately (4)
1244 Disagree moderately (2) Agree moderately (4)
1245 Neither agree nor disagree (3) Neither agree nor disagree (3)
1246 Agree moderately (4) Disagree moderately (2)
1247 Disagree moderately (2) Agree moderately (4)
1248 Disagree moderately (2) Neither agree nor disagree (3)
1249 Agree strongly (5) Agree strongly (5)
personality_6 personality_7
1
2 6 6
3
4 Neither agree nor disagree (3) Neither agree nor disagree (3)
5 Disagree moderately (2) Disagree moderately (2)
6 Neither agree nor disagree (3) Neither agree nor disagree (3)
7 Disagree moderately (2) Neither agree nor disagree (3)
8 Disagree strongly (1) Disagree strongly (1)
9 Disagree moderately (2) Disagree moderately (2)
10 Disagree strongly (1) Disagree strongly (1)
11 Neither agree nor disagree (3) Neither agree nor disagree (3)
12 Agree moderately (4) Agree strongly (5)
13 Disagree strongly (1) Disagree strongly (1)
14 Agree moderately (4) Agree moderately (4)
15 Agree strongly (5) Agree moderately (4)
16 Agree moderately (4) Agree moderately (4)
17
18 Agree moderately (4) Agree moderately (4)
19 Disagree moderately (2) Disagree moderately (2)
20 Neither agree nor disagree (3) Agree moderately (4)
21 Disagree moderately (2) Neither agree nor disagree (3)
22 Disagree moderately (2) Neither agree nor disagree (3)
23 Disagree moderately (2) Disagree moderately (2)
24 Disagree moderately (2) Disagree moderately (2)
25
26 Neither agree nor disagree (3) Neither agree nor disagree (3)
27 Disagree moderately (2) 6
28 Neither agree nor disagree (3) Neither agree nor disagree (3)
29 Neither agree nor disagree (3) Neither agree nor disagree (3)
30 Agree moderately (4) Agree strongly (5)
31 Agree moderately (4) Agree strongly (5)
32 Agree moderately (4) Neither agree nor disagree (3)
33 Agree moderately (4) Agree moderately (4)
34 Agree moderately (4) Agree moderately (4)
35 Agree strongly (5) Agree strongly (5)
36 Neither agree nor disagree (3) Neither agree nor disagree (3)
37 Agree moderately (4) Agree moderately (4)
38 Disagree moderately (2) Agree moderately (4)
39 Disagree moderately (2) Agree moderately (4)
40
41 Agree moderately (4) Agree moderately (4)
42 Agree moderately (4) Agree moderately (4)
43 Neither agree nor disagree (3) Agree moderately (4)
44 Neither agree nor disagree (3) Neither agree nor disagree (3)
45 Agree moderately (4) Agree strongly (5)
46 Neither agree nor disagree (3) Agree moderately (4)
47 Disagree moderately (2) Disagree moderately (2)
48 Neither agree nor disagree (3) Agree moderately (4)
49 Disagree moderately (2) Agree strongly (5)
50 Agree moderately (4) Agree strongly (5)
51 Agree strongly (5) Agree strongly (5)
52 Agree strongly (5) Agree strongly (5)
53 Disagree moderately (2) Disagree moderately (2)
54 Agree strongly (5) Agree strongly (5)
55 Agree strongly (5) Agree moderately (4)
56 Agree strongly (5) Agree strongly (5)
57 Agree moderately (4) Agree strongly (5)
58 Agree moderately (4) Agree strongly (5)
59 Agree moderately (4) Agree strongly (5)
60 Disagree strongly (1) Agree strongly (5)
61 Agree moderately (4) Agree moderately (4)
62 Agree moderately (4) Agree moderately (4)
63 Agree moderately (4) Agree moderately (4)
64 Neither agree nor disagree (3) Agree moderately (4)
65 Neither agree nor disagree (3) Neither agree nor disagree (3)
66 Agree moderately (4) Agree moderately (4)
67 Disagree moderately (2) Neither agree nor disagree (3)
68 Neither agree nor disagree (3) Disagree moderately (2)
69 Agree moderately (4) Agree moderately (4)
70 Agree moderately (4) Agree moderately (4)
71 Agree moderately (4) Neither agree nor disagree (3)
72 Agree moderately (4) Agree moderately (4)
73 Neither agree nor disagree (3) Agree strongly (5)
74 Agree moderately (4) Agree moderately (4)
75 Neither agree nor disagree (3) Agree moderately (4)
76 Neither agree nor disagree (3) Neither agree nor disagree (3)
77 Agree strongly (5) Agree strongly (5)
78 Agree moderately (4) Agree moderately (4)
79
80 Disagree strongly (1) Agree moderately (4)
81 Agree moderately (4) Neither agree nor disagree (3)
82 Agree moderately (4) Agree moderately (4)
83 Agree strongly (5) Agree strongly (5)
84 Agree moderately (4) Disagree moderately (2)
85 Disagree moderately (2) Disagree moderately (2)
86 Neither agree nor disagree (3) Neither agree nor disagree (3)
87 Neither agree nor disagree (3) Agree moderately (4)
88 Disagree strongly (1) Agree strongly (5)
89
90
91 Agree moderately (4) Neither agree nor disagree (3)
92 Agree moderately (4) Agree moderately (4)
93 Agree moderately (4) Agree strongly (5)
94 Disagree moderately (2) Agree strongly (5)
95 Agree moderately (4) Agree moderately (4)
96 Agree strongly (5) Agree strongly (5)
97 Agree strongly (5) Agree strongly (5)
98 Neither agree nor disagree (3) Neither agree nor disagree (3)
99 Agree strongly (5) Agree strongly (5)
100 Neither agree nor disagree (3) Neither agree nor disagree (3)
101 Agree moderately (4) Agree moderately (4)
102 Agree moderately (4) Disagree moderately (2)
103 Neither agree nor disagree (3) Disagree moderately (2)
104 Neither agree nor disagree (3) Agree moderately (4)
105 Neither agree nor disagree (3) Agree strongly (5)
106 Neither agree nor disagree (3) Agree moderately (4)
107 Neither agree nor disagree (3) Agree moderately (4)
108 Agree strongly (5) Agree strongly (5)
109 Agree moderately (4) Agree moderately (4)
110 Agree strongly (5) Agree strongly (5)
111
112 Agree strongly (5) Agree strongly (5)
113 Neither agree nor disagree (3) Neither agree nor disagree (3)
114 Neither agree nor disagree (3) Agree strongly (5)
115 Neither agree nor disagree (3) Neither agree nor disagree (3)
116 Agree strongly (5) Agree moderately (4)
117 Neither agree nor disagree (3) Agree moderately (4)
118 Neither agree nor disagree (3) Neither agree nor disagree (3)
119 Agree moderately (4) Agree moderately (4)
120 Agree moderately (4) Agree strongly (5)
121 Agree moderately (4) Agree moderately (4)
122 Agree strongly (5) Neither agree nor disagree (3)
123 Agree moderately (4) Agree moderately (4)
124 Agree moderately (4) Agree moderately (4)
125 Agree strongly (5) Agree strongly (5)
126 Neither agree nor disagree (3) Agree moderately (4)
127 Agree moderately (4) Agree moderately (4)
128 Neither agree nor disagree (3) Agree moderately (4)
129 Agree moderately (4) Agree moderately (4)
130 Disagree moderately (2) Neither agree nor disagree (3)
131 Disagree moderately (2) Agree strongly (5)
132 Disagree strongly (1) Agree moderately (4)
133 Disagree moderately (2) Disagree moderately (2)
134 Agree strongly (5) Agree moderately (4)
135 Agree moderately (4) Agree strongly (5)
136 Neither agree nor disagree (3) Agree strongly (5)
137 Disagree moderately (2) Neither agree nor disagree (3)
138 Neither agree nor disagree (3) Agree strongly (5)
139 Agree moderately (4) Agree moderately (4)
140 Neither agree nor disagree (3) Neither agree nor disagree (3)
141 Agree moderately (4) Agree strongly (5)
142 Agree moderately (4) Agree strongly (5)
143 Agree strongly (5) Disagree moderately (2)
144 Agree moderately (4) Agree moderately (4)
145 Agree strongly (5) Agree strongly (5)
146 Neither agree nor disagree (3) Neither agree nor disagree (3)
147 Agree moderately (4) Agree strongly (5)
148 Disagree strongly (1) Agree moderately (4)
149 Agree moderately (4) Agree strongly (5)
150 Agree strongly (5) Agree moderately (4)
151 Neither agree nor disagree (3) Agree moderately (4)
152 Agree moderately (4) Agree moderately (4)
153 Disagree moderately (2) Agree moderately (4)
154
155 Neither agree nor disagree (3) Agree strongly (5)
156 Neither agree nor disagree (3) Agree strongly (5)
157 Agree moderately (4) Agree strongly (5)
158 Disagree moderately (2) Agree moderately (4)
159 Agree moderately (4) Agree strongly (5)
160 Agree moderately (4) Agree moderately (4)
161 Agree strongly (5) Agree strongly (5)
162 Disagree moderately (2) Agree moderately (4)
163 Agree moderately (4) Agree moderately (4)
164 Agree moderately (4) Agree moderately (4)
165 Neither agree nor disagree (3) Neither agree nor disagree (3)
166 Agree moderately (4) Agree strongly (5)
167 Agree strongly (5) Agree strongly (5)
168 Agree moderately (4) Agree moderately (4)
169 Disagree moderately (2) Agree strongly (5)
170 Disagree moderately (2) Agree moderately (4)
171 Agree moderately (4) Agree moderately (4)
172 Agree strongly (5) Agree moderately (4)
173 Disagree strongly (1) Disagree moderately (2)
174 Agree moderately (4) Agree moderately (4)
175 Disagree strongly (1) Agree moderately (4)
176 Agree moderately (4) Agree moderately (4)
177 Agree strongly (5) Agree strongly (5)
178 Agree moderately (4) Neither agree nor disagree (3)
179 Disagree moderately (2) Neither agree nor disagree (3)
180 Agree strongly (5) Agree strongly (5)
181 Agree moderately (4) Agree strongly (5)
182 Agree moderately (4) Agree strongly (5)
183 Agree moderately (4) Agree moderately (4)
184 Disagree moderately (2) Agree moderately (4)
185 Agree moderately (4) Agree moderately (4)
186 Agree strongly (5) Agree strongly (5)
187 Neither agree nor disagree (3) Agree moderately (4)
188 Disagree moderately (2) Agree moderately (4)
189 Agree moderately (4) Agree moderately (4)
190 Agree strongly (5) Agree strongly (5)
191 Neither agree nor disagree (3) Agree strongly (5)
192 Disagree moderately (2) Agree strongly (5)
193 Agree moderately (4) Agree moderately (4)
194 Disagree moderately (2) Agree moderately (4)
195 Agree strongly (5) Agree strongly (5)
196 Agree moderately (4) Neither agree nor disagree (3)
197 Agree moderately (4) Agree moderately (4)
198 Disagree moderately (2) Agree moderately (4)
199 Neither agree nor disagree (3) Agree strongly (5)
200 Agree moderately (4) Neither agree nor disagree (3)
201 Agree moderately (4) Neither agree nor disagree (3)
202 Disagree moderately (2) Neither agree nor disagree (3)
203 Neither agree nor disagree (3) Agree strongly (5)
204 Neither agree nor disagree (3) Agree moderately (4)
205 Disagree strongly (1) Agree moderately (4)
206 Neither agree nor disagree (3) Agree moderately (4)
207 Neither agree nor disagree (3) Neither agree nor disagree (3)
208 Disagree strongly (1) Agree strongly (5)
209 Agree strongly (5) Agree strongly (5)
210
211 Neither agree nor disagree (3) Agree moderately (4)
212 Neither agree nor disagree (3) Neither agree nor disagree (3)
213 Agree moderately (4) Agree moderately (4)
214 Agree moderately (4) Agree moderately (4)
215 Agree strongly (5) Agree strongly (5)
216 Neither agree nor disagree (3) Agree moderately (4)
217 Agree moderately (4) Agree strongly (5)
218 Agree strongly (5) Agree strongly (5)
219 Neither agree nor disagree (3) Agree strongly (5)
220 Agree moderately (4) Agree strongly (5)
221 Agree moderately (4) Agree moderately (4)
222 Agree moderately (4) Neither agree nor disagree (3)
223 Neither agree nor disagree (3) Agree moderately (4)
224 Neither agree nor disagree (3) Agree moderately (4)
225 Neither agree nor disagree (3) Neither agree nor disagree (3)
226 Neither agree nor disagree (3) Neither agree nor disagree (3)
227 Agree strongly (5) Agree moderately (4)
228 Agree strongly (5) Agree moderately (4)
229 Neither agree nor disagree (3) Agree strongly (5)
230 Neither agree nor disagree (3) Agree moderately (4)
231 Neither agree nor disagree (3) Neither agree nor disagree (3)
232 Agree moderately (4) Agree moderately (4)
233 Agree moderately (4) Agree moderately (4)
234 Agree moderately (4) Neither agree nor disagree (3)
235 Disagree moderately (2) Agree strongly (5)
236 Agree moderately (4) Agree strongly (5)
237 Neither agree nor disagree (3) Agree strongly (5)
238 Agree moderately (4) Agree strongly (5)
239 Agree strongly (5) Agree strongly (5)
240 Agree strongly (5) Agree moderately (4)
241 Agree strongly (5) Agree strongly (5)
242 Neither agree nor disagree (3) Agree moderately (4)
243 Agree strongly (5) Neither agree nor disagree (3)
244 Neither agree nor disagree (3) Disagree moderately (2)
245 Neither agree nor disagree (3) Neither agree nor disagree (3)
246 Agree moderately (4) Neither agree nor disagree (3)
247 Agree strongly (5) Agree strongly (5)
248 Neither agree nor disagree (3) Agree strongly (5)
249 Disagree strongly (1) Disagree strongly (1)
250 Neither agree nor disagree (3) Agree moderately (4)
251 Agree moderately (4) Agree moderately (4)
252 Agree moderately (4) Agree moderately (4)
253 Agree strongly (5) Disagree moderately (2)
254 Neither agree nor disagree (3) Agree moderately (4)
255 Disagree strongly (1) Agree strongly (5)
256 Agree moderately (4) Agree moderately (4)
257 Disagree moderately (2) Neither agree nor disagree (3)
258 Disagree moderately (2) Agree strongly (5)
259 Neither agree nor disagree (3) Agree moderately (4)
260 Neither agree nor disagree (3) Agree strongly (5)
261 Agree moderately (4) Agree moderately (4)
262 Agree strongly (5) Agree moderately (4)
263 Neither agree nor disagree (3) Agree moderately (4)
264 Neither agree nor disagree (3) Agree strongly (5)
265 Agree moderately (4) Agree strongly (5)
266 Neither agree nor disagree (3) Agree strongly (5)
267 Disagree moderately (2) Agree moderately (4)
268 Agree strongly (5) Agree moderately (4)
269 Disagree moderately (2) Disagree moderately (2)
270 Agree strongly (5) Agree strongly (5)
271
272 Agree moderately (4) Agree strongly (5)
273 Agree moderately (4) Agree moderately (4)
274 Agree moderately (4) Agree strongly (5)
275 Agree moderately (4) Agree strongly (5)
276
277 Neither agree nor disagree (3) Neither agree nor disagree (3)
278 Disagree moderately (2) Neither agree nor disagree (3)
279 Disagree moderately (2) Neither agree nor disagree (3)
280 Disagree moderately (2) Disagree moderately (2)
281 Agree moderately (4) Agree moderately (4)
282 Agree strongly (5) Agree moderately (4)
283 Agree moderately (4) Agree strongly (5)
284
285 Agree moderately (4) Agree moderately (4)
286 Agree moderately (4) Agree moderately (4)
287 Agree moderately (4) Agree moderately (4)
288 Neither agree nor disagree (3) Agree moderately (4)
289
290 Agree moderately (4) Agree strongly (5)
291 Neither agree nor disagree (3) Agree strongly (5)
292 Disagree strongly (1) Disagree strongly (1)
293 Agree strongly (5) Neither agree nor disagree (3)
294 Disagree moderately (2) Agree moderately (4)
295 Agree moderately (4) Agree moderately (4)
296 Agree moderately (4) Agree moderately (4)
297 Agree strongly (5) Agree moderately (4)
298 Agree moderately (4) Agree moderately (4)
299 Neither agree nor disagree (3) Agree strongly (5)
300 Agree strongly (5) Agree moderately (4)
301 Agree moderately (4) Agree strongly (5)
302 Agree moderately (4) Agree moderately (4)
303 Agree strongly (5) Agree strongly (5)
304 Neither agree nor disagree (3) Agree moderately (4)
305 Agree strongly (5) Agree strongly (5)
306
307 Neither agree nor disagree (3) Agree moderately (4)
308 Agree strongly (5) Agree strongly (5)
309 Disagree strongly (1) Neither agree nor disagree (3)
310 Neither agree nor disagree (3) Disagree moderately (2)
311 Agree strongly (5) Agree moderately (4)
312 Agree strongly (5) Agree strongly (5)
313 Disagree strongly (1) Agree moderately (4)
314 Agree moderately (4) Agree moderately (4)
315 Neither agree nor disagree (3) Neither agree nor disagree (3)
316 Neither agree nor disagree (3) Disagree moderately (2)
317 Agree strongly (5) Agree moderately (4)
318 Agree moderately (4) Agree strongly (5)
319 Disagree moderately (2) Agree moderately (4)
320 Agree moderately (4) Agree moderately (4)
321 Disagree moderately (2) Agree strongly (5)
322 Neither agree nor disagree (3) Agree moderately (4)
323 Neither agree nor disagree (3) Neither agree nor disagree (3)
324 Agree strongly (5) Agree moderately (4)
325 Agree moderately (4) Agree strongly (5)
326 Agree moderately (4) Neither agree nor disagree (3)
327 Agree moderately (4) Disagree moderately (2)
328 Neither agree nor disagree (3) Agree strongly (5)
329 Agree strongly (5) Agree strongly (5)
330 Neither agree nor disagree (3) Neither agree nor disagree (3)
331 Agree strongly (5) Agree strongly (5)
332 Neither agree nor disagree (3) Neither agree nor disagree (3)
333 Neither agree nor disagree (3) Agree moderately (4)
334
335 Agree moderately (4) Neither agree nor disagree (3)
336 Agree moderately (4) Agree strongly (5)
337 Neither agree nor disagree (3) Agree strongly (5)
338 Agree strongly (5) Agree strongly (5)
339 Agree moderately (4) Agree moderately (4)
340 Agree strongly (5) Agree moderately (4)
341 Disagree strongly (1) Disagree strongly (1)
342 Neither agree nor disagree (3) Agree moderately (4)
343 Neither agree nor disagree (3) Agree moderately (4)
344 Neither agree nor disagree (3) Agree strongly (5)
345 Agree moderately (4) Agree strongly (5)
346 Neither agree nor disagree (3) Disagree moderately (2)
347 Neither agree nor disagree (3) Agree moderately (4)
348 Agree strongly (5) Agree strongly (5)
349 Agree strongly (5) Neither agree nor disagree (3)
350 Agree strongly (5) Neither agree nor disagree (3)
351 Neither agree nor disagree (3) Agree moderately (4)
352 Disagree moderately (2) Agree strongly (5)
353 Agree strongly (5) Agree strongly (5)
354 Neither agree nor disagree (3) Disagree moderately (2)
355 Disagree strongly (1) Agree moderately (4)
356 Agree moderately (4) Agree moderately (4)
357 Neither agree nor disagree (3) Agree moderately (4)
358 Agree strongly (5) Agree strongly (5)
359 Agree moderately (4) Agree moderately (4)
360 Agree strongly (5) Agree moderately (4)
361 Agree moderately (4) Agree moderately (4)
362 Agree moderately (4) Agree moderately (4)
363 Neither agree nor disagree (3) Neither agree nor disagree (3)
364 Agree moderately (4) Agree strongly (5)
365 Agree moderately (4) Agree strongly (5)
366 Agree moderately (4) Neither agree nor disagree (3)
367 Agree strongly (5) Neither agree nor disagree (3)
368 Neither agree nor disagree (3) Agree moderately (4)
369 Agree moderately (4) Agree moderately (4)
370 Agree moderately (4) Agree strongly (5)
371 Disagree moderately (2) Neither agree nor disagree (3)
372 Neither agree nor disagree (3) Agree moderately (4)
373 Neither agree nor disagree (3) Agree strongly (5)
374 Agree moderately (4) Agree moderately (4)
375 Neither agree nor disagree (3) Agree strongly (5)
376
377 Neither agree nor disagree (3) Agree moderately (4)
378 Disagree strongly (1) Agree moderately (4)
379
380 Neither agree nor disagree (3) Agree moderately (4)
381 Agree moderately (4) Agree moderately (4)
382 Agree strongly (5) Agree moderately (4)
383 Agree moderately (4) Agree strongly (5)
384 Disagree strongly (1) Agree strongly (5)
385 Agree moderately (4) Neither agree nor disagree (3)
386 Agree moderately (4) Neither agree nor disagree (3)
387 Agree strongly (5) Agree strongly (5)
388 Neither agree nor disagree (3) Neither agree nor disagree (3)
389 Agree moderately (4) Agree moderately (4)
390 Disagree strongly (1) Agree moderately (4)
391 Agree strongly (5) Neither agree nor disagree (3)
392 Agree moderately (4) Agree strongly (5)
393 Agree moderately (4) Agree moderately (4)
394 Agree moderately (4) Agree moderately (4)
395 Neither agree nor disagree (3) Agree moderately (4)
396 Agree moderately (4) Neither agree nor disagree (3)
397 Agree moderately (4) Agree strongly (5)
398 Agree strongly (5) Neither agree nor disagree (3)
399 Neither agree nor disagree (3) Agree moderately (4)
400 Neither agree nor disagree (3) Agree strongly (5)
401 Agree moderately (4) Agree strongly (5)
402 Neither agree nor disagree (3) Agree moderately (4)
403 Neither agree nor disagree (3) Neither agree nor disagree (3)
404 Agree strongly (5) Agree strongly (5)
405 Neither agree nor disagree (3) Agree strongly (5)
406 Agree moderately (4) Agree strongly (5)
407 Neither agree nor disagree (3) Agree moderately (4)
408 Disagree strongly (1) Disagree moderately (2)
409 Agree moderately (4) Agree moderately (4)
410 Agree moderately (4) Agree moderately (4)
411 Agree moderately (4) Agree moderately (4)
412 Neither agree nor disagree (3) Agree strongly (5)
413 Agree strongly (5) Agree moderately (4)
414 Agree strongly (5) Agree strongly (5)
415 Agree moderately (4) Neither agree nor disagree (3)
416 Neither agree nor disagree (3) Agree moderately (4)
417 Disagree strongly (1) Agree strongly (5)
418 Neither agree nor disagree (3) Disagree strongly (1)
419 Agree moderately (4) Agree strongly (5)
420 Disagree moderately (2) Agree strongly (5)
421 Neither agree nor disagree (3) Agree strongly (5)
422
423 Neither agree nor disagree (3) Neither agree nor disagree (3)
424 Agree moderately (4) Agree strongly (5)
425 Agree moderately (4) Agree strongly (5)
426 Agree moderately (4) Agree moderately (4)
427 Agree moderately (4) Neither agree nor disagree (3)
428 Agree moderately (4) Agree moderately (4)
429 Agree moderately (4) Agree strongly (5)
430 Agree moderately (4) Agree moderately (4)
431 Agree moderately (4) Neither agree nor disagree (3)
432 Agree moderately (4) Neither agree nor disagree (3)
433 Disagree moderately (2) Neither agree nor disagree (3)
434 Neither agree nor disagree (3) Agree strongly (5)
435 Disagree moderately (2) Agree strongly (5)
436 Agree moderately (4) Agree strongly (5)
437 Agree moderately (4) Agree strongly (5)
438 Neither agree nor disagree (3) Agree moderately (4)
439 Agree moderately (4) Agree strongly (5)
440 Agree moderately (4) Agree moderately (4)
441 Neither agree nor disagree (3) Agree moderately (4)
442 Agree moderately (4) Neither agree nor disagree (3)
443 Agree moderately (4) Agree moderately (4)
444 Agree strongly (5) Agree moderately (4)
445 Agree moderately (4) Agree strongly (5)
446 Neither agree nor disagree (3) Agree strongly (5)
447 Agree moderately (4) Agree strongly (5)
448 Neither agree nor disagree (3) Agree moderately (4)
449 Agree moderately (4) Disagree moderately (2)
450 Neither agree nor disagree (3) Neither agree nor disagree (3)
451
452 Agree moderately (4) Agree moderately (4)
453 Agree moderately (4) Neither agree nor disagree (3)
454 Neither agree nor disagree (3) Neither agree nor disagree (3)
455 Neither agree nor disagree (3) Agree strongly (5)
456 Disagree moderately (2) Neither agree nor disagree (3)
457 Agree moderately (4) Neither agree nor disagree (3)
458 Agree moderately (4) Agree moderately (4)
459 Agree moderately (4) Neither agree nor disagree (3)
460 Agree moderately (4) Agree moderately (4)
461 Agree moderately (4) Disagree moderately (2)
462 Agree moderately (4) Agree strongly (5)
463 Agree moderately (4) Agree moderately (4)
464 Neither agree nor disagree (3) Neither agree nor disagree (3)
465
466 Agree moderately (4) Disagree moderately (2)
467 Neither agree nor disagree (3) Agree strongly (5)
468 Agree moderately (4) Agree moderately (4)
469 Disagree strongly (1) Agree moderately (4)
470 Disagree moderately (2) Agree strongly (5)
471 Agree strongly (5) Agree moderately (4)
472 Neither agree nor disagree (3) Agree strongly (5)
473 Disagree strongly (1) Agree moderately (4)
474 Neither agree nor disagree (3) Agree moderately (4)
475 Agree moderately (4) Agree moderately (4)
476 Disagree moderately (2) Agree moderately (4)
477 Agree moderately (4) Agree strongly (5)
478 Neither agree nor disagree (3) Agree moderately (4)
479 Agree strongly (5) Agree strongly (5)
480 Agree moderately (4) Disagree moderately (2)
481 Disagree moderately (2) Neither agree nor disagree (3)
482 Agree strongly (5) Agree strongly (5)
483 Neither agree nor disagree (3) Neither agree nor disagree (3)
484 Agree strongly (5) Neither agree nor disagree (3)
485 Disagree moderately (2) Agree moderately (4)
486 Disagree strongly (1) Agree moderately (4)
487 Disagree moderately (2) Neither agree nor disagree (3)
488 Disagree strongly (1) Agree moderately (4)
489 Agree strongly (5) Agree moderately (4)
490 Agree moderately (4) Agree strongly (5)
491 Agree moderately (4) Agree moderately (4)
492 Agree strongly (5) Agree strongly (5)
493 Neither agree nor disagree (3) Agree moderately (4)
494 Agree moderately (4) Agree strongly (5)
495 Agree moderately (4) Agree strongly (5)
496 Neither agree nor disagree (3) Agree moderately (4)
497 Neither agree nor disagree (3) Neither agree nor disagree (3)
498 Neither agree nor disagree (3) Neither agree nor disagree (3)
499 Neither agree nor disagree (3) Neither agree nor disagree (3)
500 Agree moderately (4) Neither agree nor disagree (3)
501 Neither agree nor disagree (3) Agree moderately (4)
502 Neither agree nor disagree (3) Neither agree nor disagree (3)
503 Agree moderately (4) Agree moderately (4)
504 Agree strongly (5) Agree strongly (5)
505 Agree strongly (5) Agree moderately (4)
506 Agree moderately (4) Agree moderately (4)
507 Agree strongly (5) Agree strongly (5)
508 Disagree moderately (2) Agree strongly (5)
509 Disagree strongly (1) Neither agree nor disagree (3)
510 Neither agree nor disagree (3) Agree moderately (4)
511 Neither agree nor disagree (3) Neither agree nor disagree (3)
512 Agree moderately (4) Agree strongly (5)
513 Disagree moderately (2) Agree strongly (5)
514 Agree moderately (4) Agree strongly (5)
515 Disagree strongly (1) Agree strongly (5)
516 Agree moderately (4) Agree moderately (4)
517 Agree strongly (5) Agree strongly (5)
518 Agree strongly (5) Agree moderately (4)
519 Agree moderately (4) Agree strongly (5)
520 Agree moderately (4) Agree strongly (5)
521 Agree moderately (4) Neither agree nor disagree (3)
522 Disagree moderately (2) Neither agree nor disagree (3)
523 Agree moderately (4) Agree moderately (4)
524 Neither agree nor disagree (3) Neither agree nor disagree (3)
525 Agree moderately (4) Agree moderately (4)
526 Agree strongly (5) Agree strongly (5)
527 Agree strongly (5) Agree strongly (5)
528 Agree moderately (4) Agree strongly (5)
529 Agree moderately (4) Agree strongly (5)
530 Agree moderately (4) Agree moderately (4)
531 Neither agree nor disagree (3) Neither agree nor disagree (3)
532 Agree moderately (4) Agree moderately (4)
533 Disagree strongly (1) Agree moderately (4)
534 Neither agree nor disagree (3) Agree moderately (4)
535 Neither agree nor disagree (3) Agree strongly (5)
536 Neither agree nor disagree (3) Agree moderately (4)
537 Neither agree nor disagree (3) Neither agree nor disagree (3)
538 Agree moderately (4) Agree moderately (4)
539 Disagree strongly (1) Disagree moderately (2)
540 Agree moderately (4) Agree moderately (4)
541 Agree strongly (5) Agree moderately (4)
542 Agree moderately (4) Agree moderately (4)
543 Agree moderately (4) Agree strongly (5)
544 Neither agree nor disagree (3) Agree moderately (4)
545 Disagree strongly (1) Disagree strongly (1)
546 Neither agree nor disagree (3) Disagree strongly (1)
547 Neither agree nor disagree (3) Neither agree nor disagree (3)
548 Disagree moderately (2) Agree strongly (5)
549 Disagree strongly (1) Agree strongly (5)
550 Agree strongly (5) Agree strongly (5)
551 Neither agree nor disagree (3) Agree moderately (4)
552 Neither agree nor disagree (3) Agree strongly (5)
553 Neither agree nor disagree (3) Disagree moderately (2)
554 Disagree strongly (1) Neither agree nor disagree (3)
555 Agree strongly (5) Agree strongly (5)
556 Neither agree nor disagree (3) Agree strongly (5)
557 Disagree moderately (2) Neither agree nor disagree (3)
558 Agree strongly (5) Agree moderately (4)
559 Agree strongly (5) Agree strongly (5)
560 Disagree moderately (2) Agree moderately (4)
561 Neither agree nor disagree (3) Neither agree nor disagree (3)
562 Agree moderately (4) Disagree moderately (2)
563 Disagree strongly (1) Agree moderately (4)
564 Agree moderately (4) Agree moderately (4)
565 Agree strongly (5) Disagree moderately (2)
566 Agree moderately (4) Agree moderately (4)
567 Agree moderately (4) Neither agree nor disagree (3)
568 Neither agree nor disagree (3) Agree moderately (4)
569 Agree strongly (5) Neither agree nor disagree (3)
570 Agree strongly (5) Agree moderately (4)
571 Disagree moderately (2) Agree moderately (4)
572 Agree strongly (5) Agree moderately (4)
573 Agree moderately (4) Agree moderately (4)
574 Agree moderately (4) Agree strongly (5)
575 Agree strongly (5) Agree moderately (4)
576 Agree moderately (4) Agree moderately (4)
577 Neither agree nor disagree (3) Agree strongly (5)
578 Agree moderately (4) Agree strongly (5)
579 Agree strongly (5) Agree strongly (5)
580 Agree moderately (4) Agree strongly (5)
581 Neither agree nor disagree (3) Agree moderately (4)
582 Agree strongly (5) Disagree moderately (2)
583 Neither agree nor disagree (3) Disagree moderately (2)
584 Neither agree nor disagree (3) Agree strongly (5)
585 Agree moderately (4) Agree moderately (4)
586 Disagree moderately (2) Agree moderately (4)
587 Agree moderately (4) Agree moderately (4)
588 Agree moderately (4) Agree moderately (4)
589 Agree strongly (5) Agree strongly (5)
590 Neither agree nor disagree (3) Neither agree nor disagree (3)
591 Neither agree nor disagree (3) Neither agree nor disagree (3)
592 Agree moderately (4) Agree moderately (4)
593 Agree moderately (4) Agree strongly (5)
594 Neither agree nor disagree (3) Neither agree nor disagree (3)
595 Agree moderately (4) Agree moderately (4)
596 Agree moderately (4) Agree moderately (4)
597 Agree moderately (4) Agree moderately (4)
598 Agree moderately (4) Agree moderately (4)
599 Agree moderately (4) Agree moderately (4)
600 Neither agree nor disagree (3) Agree strongly (5)
601 Neither agree nor disagree (3) Agree moderately (4)
602 Neither agree nor disagree (3) Agree moderately (4)
603 Neither agree nor disagree (3) Agree moderately (4)
604 Neither agree nor disagree (3) Agree moderately (4)
605 Neither agree nor disagree (3) Neither agree nor disagree (3)
606 Neither agree nor disagree (3) Agree strongly (5)
607 Agree strongly (5) Agree strongly (5)
608 Agree moderately (4) Agree strongly (5)
609 Neither agree nor disagree (3) Agree moderately (4)
610 Agree moderately (4) Agree moderately (4)
611 Agree moderately (4) Agree moderately (4)
612 Agree strongly (5) Agree strongly (5)
613 Agree moderately (4) Agree moderately (4)
614 Neither agree nor disagree (3) Agree moderately (4)
615 Agree moderately (4) Agree moderately (4)
616 Agree moderately (4) Agree moderately (4)
617 Neither agree nor disagree (3) Agree strongly (5)
618 Agree moderately (4) Agree moderately (4)
619 Neither agree nor disagree (3) Neither agree nor disagree (3)
620 Disagree moderately (2) Neither agree nor disagree (3)
621 Agree strongly (5) Agree strongly (5)
622 Neither agree nor disagree (3) Neither agree nor disagree (3)
623 Agree strongly (5) Agree strongly (5)
624 Disagree strongly (1) Agree strongly (5)
625 Neither agree nor disagree (3) Agree moderately (4)
626 Neither agree nor disagree (3) Agree moderately (4)
627 Agree moderately (4) Agree moderately (4)
628 Neither agree nor disagree (3) Agree moderately (4)
629 Agree strongly (5) Agree strongly (5)
630 Neither agree nor disagree (3) Agree strongly (5)
631 Disagree moderately (2) Agree moderately (4)
632 Agree moderately (4) Agree moderately (4)
633 Agree moderately (4) Agree strongly (5)
634 Neither agree nor disagree (3) Neither agree nor disagree (3)
635 Agree moderately (4) Agree moderately (4)
636 Agree strongly (5) Agree moderately (4)
637 Agree strongly (5) Neither agree nor disagree (3)
638 Agree moderately (4) Agree moderately (4)
639 Agree strongly (5) Agree strongly (5)
640 Neither agree nor disagree (3) Agree moderately (4)
641 Disagree strongly (1) Neither agree nor disagree (3)
642 Agree moderately (4) Agree strongly (5)
643 Neither agree nor disagree (3) Agree moderately (4)
644 Neither agree nor disagree (3) Agree moderately (4)
645 Disagree moderately (2) Agree moderately (4)
646 Disagree moderately (2) Agree moderately (4)
647 Agree strongly (5) Agree strongly (5)
648 Neither agree nor disagree (3) Agree moderately (4)
649 Agree strongly (5) Agree strongly (5)
650 Agree moderately (4) Agree moderately (4)
651 Agree moderately (4) Agree strongly (5)
652 Disagree moderately (2) Agree strongly (5)
653 Agree moderately (4) Agree moderately (4)
654 Agree strongly (5) Agree moderately (4)
655 Agree strongly (5) Agree strongly (5)
656 Agree moderately (4) Agree strongly (5)
657 Disagree strongly (1) Agree strongly (5)
658 Neither agree nor disagree (3) Agree moderately (4)
659 Neither agree nor disagree (3) Agree strongly (5)
660 Agree strongly (5) Agree moderately (4)
661 Neither agree nor disagree (3) Agree moderately (4)
662 Agree strongly (5) Agree strongly (5)
663 Disagree strongly (1) Agree moderately (4)
664 Neither agree nor disagree (3) Agree moderately (4)
665 Neither agree nor disagree (3) Agree moderately (4)
666 Agree moderately (4) Agree moderately (4)
667 Neither agree nor disagree (3) Neither agree nor disagree (3)
668 Disagree moderately (2) Agree moderately (4)
669 Agree strongly (5) Agree strongly (5)
670 Neither agree nor disagree (3) Agree moderately (4)
671 Neither agree nor disagree (3) Disagree moderately (2)
672 Neither agree nor disagree (3) Neither agree nor disagree (3)
673 Disagree moderately (2) Agree strongly (5)
674 Neither agree nor disagree (3) Agree moderately (4)
675 Agree moderately (4) Agree moderately (4)
676 Agree moderately (4) Agree moderately (4)
677 Agree strongly (5) Agree strongly (5)
678 Agree moderately (4) Agree moderately (4)
679 Agree strongly (5) Disagree moderately (2)
680 Agree moderately (4) Agree strongly (5)
681 Agree strongly (5) Agree moderately (4)
682 Agree strongly (5) Agree moderately (4)
683
684 Agree strongly (5) Neither agree nor disagree (3)
685 Agree moderately (4) Agree strongly (5)
686 Agree moderately (4) Agree strongly (5)
687 Agree strongly (5) Agree strongly (5)
688 Disagree moderately (2) Agree strongly (5)
689 Agree moderately (4) Agree moderately (4)
690 Agree moderately (4) Agree strongly (5)
691 Neither agree nor disagree (3) Agree moderately (4)
692 Neither agree nor disagree (3) Neither agree nor disagree (3)
693 Disagree moderately (2) Agree moderately (4)
694 Agree strongly (5) Agree strongly (5)
695 Disagree strongly (1) Agree moderately (4)
696 Agree moderately (4) Agree moderately (4)
697 Neither agree nor disagree (3) Agree strongly (5)
698 Neither agree nor disagree (3) Agree moderately (4)
699 Agree moderately (4) Agree moderately (4)
700 Neither agree nor disagree (3) Agree strongly (5)
701 Agree moderately (4) Agree moderately (4)
702 Agree moderately (4) Agree moderately (4)
703 Agree moderately (4) Agree moderately (4)
704 Agree moderately (4) Neither agree nor disagree (3)
705 Agree moderately (4) Agree moderately (4)
706 Agree moderately (4) Agree moderately (4)
707 Agree moderately (4) Neither agree nor disagree (3)
708 Agree strongly (5) Agree strongly (5)
709 Agree moderately (4) Agree moderately (4)
710 Neither agree nor disagree (3) Agree strongly (5)
711
712
713 Disagree moderately (2) Neither agree nor disagree (3)
714 Agree strongly (5) Agree strongly (5)
715 Disagree moderately (2) Agree strongly (5)
716 Neither agree nor disagree (3) Disagree moderately (2)
717 Agree strongly (5) Agree strongly (5)
718 Neither agree nor disagree (3) Agree moderately (4)
719 Agree strongly (5) Neither agree nor disagree (3)
720 Disagree moderately (2) Agree moderately (4)
721 Neither agree nor disagree (3) Disagree moderately (2)
722 Agree moderately (4) Agree moderately (4)
723 Agree strongly (5) Agree strongly (5)
724 Agree moderately (4) Agree strongly (5)
725 Agree moderately (4) Neither agree nor disagree (3)
726 Agree moderately (4) Agree moderately (4)
727 Neither agree nor disagree (3) Neither agree nor disagree (3)
728 Agree strongly (5) Agree moderately (4)
729 Agree moderately (4) Neither agree nor disagree (3)
730 Agree strongly (5) Neither agree nor disagree (3)
731 Disagree moderately (2) Agree strongly (5)
732 Disagree moderately (2) Agree moderately (4)
733 Agree moderately (4) Agree moderately (4)
734 Neither agree nor disagree (3) Agree moderately (4)
735 Disagree moderately (2) Agree strongly (5)
736 Agree strongly (5) Agree moderately (4)
737 Neither agree nor disagree (3) Neither agree nor disagree (3)
738 Agree moderately (4) Neither agree nor disagree (3)
739 Agree moderately (4) Agree moderately (4)
740 Agree strongly (5) Neither agree nor disagree (3)
741 Disagree moderately (2) Agree strongly (5)
742 Agree moderately (4) Agree strongly (5)
743 Agree strongly (5) Agree strongly (5)
744 Neither agree nor disagree (3) Neither agree nor disagree (3)
745 Agree moderately (4) Disagree moderately (2)
746 Neither agree nor disagree (3) Neither agree nor disagree (3)
747 Agree moderately (4) Neither agree nor disagree (3)
748 Neither agree nor disagree (3) Agree moderately (4)
749 Agree strongly (5) Agree moderately (4)
750 Agree moderately (4) Neither agree nor disagree (3)
751 Agree moderately (4) Agree strongly (5)
752 Neither agree nor disagree (3) Neither agree nor disagree (3)
753 Agree moderately (4) Agree strongly (5)
754 Disagree moderately (2) Disagree strongly (1)
755 Neither agree nor disagree (3) Neither agree nor disagree (3)
756 Agree strongly (5) Agree strongly (5)
757 Neither agree nor disagree (3) Neither agree nor disagree (3)
758 Agree moderately (4) Neither agree nor disagree (3)
759 Neither agree nor disagree (3) Neither agree nor disagree (3)
760 Neither agree nor disagree (3) Neither agree nor disagree (3)
761 Neither agree nor disagree (3) Agree moderately (4)
762 Disagree strongly (1) Agree strongly (5)
763 Neither agree nor disagree (3) Neither agree nor disagree (3)
764 Agree strongly (5) Agree strongly (5)
765 Agree moderately (4) Agree moderately (4)
766 Agree moderately (4) Agree moderately (4)
767 Neither agree nor disagree (3) Neither agree nor disagree (3)
768 Neither agree nor disagree (3) Agree moderately (4)
769 Agree moderately (4) Agree strongly (5)
770 Neither agree nor disagree (3) Neither agree nor disagree (3)
771 Disagree strongly (1) Disagree strongly (1)
772 Disagree strongly (1) Neither agree nor disagree (3)
773 Agree strongly (5) Agree moderately (4)
774 Disagree moderately (2) Agree strongly (5)
775 Agree moderately (4) Neither agree nor disagree (3)
776 Neither agree nor disagree (3) Neither agree nor disagree (3)
777 Neither agree nor disagree (3) Agree moderately (4)
778 Agree moderately (4) Neither agree nor disagree (3)
779 Neither agree nor disagree (3) Agree moderately (4)
780 Agree moderately (4) Agree moderately (4)
781 Agree moderately (4) Agree moderately (4)
782 Disagree strongly (1) Neither agree nor disagree (3)
783 Neither agree nor disagree (3) Agree moderately (4)
784 Agree strongly (5) Agree strongly (5)
785 Agree moderately (4) Agree strongly (5)
786 Neither agree nor disagree (3) Neither agree nor disagree (3)
787 Agree moderately (4) Neither agree nor disagree (3)
788 Agree strongly (5) Agree strongly (5)
789 Disagree moderately (2) Agree strongly (5)
790 Neither agree nor disagree (3) Agree strongly (5)
791 Agree strongly (5) Agree strongly (5)
792 Agree strongly (5) Agree moderately (4)
793 Neither agree nor disagree (3) Neither agree nor disagree (3)
794 Agree moderately (4) Agree strongly (5)
795 Agree moderately (4) Agree moderately (4)
796 Agree moderately (4) Agree moderately (4)
797 Agree strongly (5) Agree strongly (5)
798 Disagree moderately (2) Agree moderately (4)
799 Neither agree nor disagree (3) Neither agree nor disagree (3)
800 Neither agree nor disagree (3) Agree moderately (4)
801 Agree moderately (4) Neither agree nor disagree (3)
802 Agree strongly (5) Agree moderately (4)
803 Neither agree nor disagree (3) Agree moderately (4)
804 Neither agree nor disagree (3) Agree moderately (4)
805 Agree moderately (4) Agree moderately (4)
806 Agree moderately (4) Agree strongly (5)
807 Agree moderately (4) Agree moderately (4)
808 Agree moderately (4) Agree moderately (4)
809 Agree strongly (5) Agree moderately (4)
810 Neither agree nor disagree (3) Agree moderately (4)
811 Neither agree nor disagree (3) Neither agree nor disagree (3)
812 Neither agree nor disagree (3) Agree strongly (5)
813 Neither agree nor disagree (3) Neither agree nor disagree (3)
814 Neither agree nor disagree (3) Neither agree nor disagree (3)
815 Agree moderately (4) Agree strongly (5)
816 Disagree moderately (2) Agree moderately (4)
817 Agree strongly (5) Agree strongly (5)
818 Disagree strongly (1) Agree strongly (5)
819 Agree strongly (5) Agree moderately (4)
820 Neither agree nor disagree (3) Agree moderately (4)
821 Agree moderately (4) Agree moderately (4)
822 Agree moderately (4) Agree strongly (5)
823 Agree moderately (4) Agree strongly (5)
824 Disagree strongly (1) Agree strongly (5)
825 Agree moderately (4) Agree moderately (4)
826 Agree moderately (4) Neither agree nor disagree (3)
827 Disagree strongly (1) Agree strongly (5)
828 Agree moderately (4) Agree moderately (4)
829 Neither agree nor disagree (3) Agree moderately (4)
830 Disagree strongly (1) Agree strongly (5)
831 Agree moderately (4) Agree moderately (4)
832 Agree moderately (4) Agree moderately (4)
833 Neither agree nor disagree (3) Agree moderately (4)
834 Agree strongly (5) Neither agree nor disagree (3)
835 Agree moderately (4) Agree strongly (5)
836 Agree moderately (4) Agree strongly (5)
837 Neither agree nor disagree (3) Agree strongly (5)
838 Agree strongly (5) Agree moderately (4)
839 Neither agree nor disagree (3) Disagree moderately (2)
840 Neither agree nor disagree (3) Agree moderately (4)
841 Agree moderately (4) Neither agree nor disagree (3)
842 Neither agree nor disagree (3) Agree moderately (4)
843 Agree strongly (5) Agree strongly (5)
844 Agree moderately (4) Disagree moderately (2)
845 Agree strongly (5) Agree strongly (5)
846 Neither agree nor disagree (3) Agree moderately (4)
847 Neither agree nor disagree (3) Agree moderately (4)
848 Neither agree nor disagree (3) Disagree moderately (2)
849 Neither agree nor disagree (3) Neither agree nor disagree (3)
850 Disagree strongly (1) Agree moderately (4)
851 Neither agree nor disagree (3) Agree strongly (5)
852 Agree moderately (4) Agree moderately (4)
853 Agree moderately (4) Agree moderately (4)
854 Disagree moderately (2) Neither agree nor disagree (3)
855 Disagree strongly (1) Neither agree nor disagree (3)
856 Disagree moderately (2) Agree moderately (4)
857 Agree moderately (4) Agree moderately (4)
858 Neither agree nor disagree (3) Agree strongly (5)
859 Neither agree nor disagree (3) Neither agree nor disagree (3)
860 Disagree moderately (2) Agree moderately (4)
861 Agree moderately (4) Agree strongly (5)
862 Agree strongly (5) Agree moderately (4)
863
864 Agree moderately (4) Agree moderately (4)
865 Agree moderately (4) Agree strongly (5)
866 Neither agree nor disagree (3) Agree moderately (4)
867 Disagree moderately (2) Agree strongly (5)
868 Disagree strongly (1) Agree strongly (5)
869 Agree moderately (4) Neither agree nor disagree (3)
870 Agree moderately (4) Agree moderately (4)
871 Disagree strongly (1) Agree moderately (4)
872 Neither agree nor disagree (3) Neither agree nor disagree (3)
873 Agree moderately (4) Agree moderately (4)
874 Agree strongly (5) Agree moderately (4)
875 Disagree moderately (2) Agree moderately (4)
876 Disagree moderately (2) Agree moderately (4)
877 Agree moderately (4) Agree moderately (4)
878 Neither agree nor disagree (3) Agree moderately (4)
879 Agree moderately (4) Agree moderately (4)
880 Disagree strongly (1) Neither agree nor disagree (3)
881 Agree moderately (4) Neither agree nor disagree (3)
882 Agree strongly (5) Agree moderately (4)
883 Agree moderately (4) Agree moderately (4)
884 Agree strongly (5) Neither agree nor disagree (3)
885 Agree strongly (5) Agree strongly (5)
886 Agree strongly (5) Agree moderately (4)
887 Agree strongly (5) Agree moderately (4)
888 Agree strongly (5) Agree strongly (5)
889 Agree moderately (4) Agree moderately (4)
890 Agree moderately (4) Agree moderately (4)
891 Agree strongly (5) Agree strongly (5)
892 Disagree moderately (2) Agree strongly (5)
893 Agree moderately (4) Agree moderately (4)
894 Agree strongly (5) Agree strongly (5)
895 Agree strongly (5) Agree strongly (5)
896 Agree strongly (5) Agree strongly (5)
897 Agree moderately (4) Agree moderately (4)
898 Disagree moderately (2) Agree moderately (4)
899 Agree moderately (4) Agree moderately (4)
900 Disagree strongly (1) Agree moderately (4)
901 Disagree moderately (2) Agree strongly (5)
902 Agree moderately (4) Agree moderately (4)
903 Agree moderately (4) Agree strongly (5)
904 Agree moderately (4) Agree strongly (5)
905 Agree moderately (4) Agree moderately (4)
906 Agree moderately (4) Agree moderately (4)
907 Agree strongly (5) Agree strongly (5)
908 Agree strongly (5) Neither agree nor disagree (3)
909 Agree moderately (4) Agree moderately (4)
910 Neither agree nor disagree (3) Agree moderately (4)
911 Agree strongly (5) Agree moderately (4)
912 Disagree moderately (2) Agree moderately (4)
913 Agree strongly (5) Agree strongly (5)
914 Neither agree nor disagree (3) Agree moderately (4)
915 Disagree strongly (1) Agree strongly (5)
916 Agree strongly (5) Agree strongly (5)
917 Agree moderately (4) Neither agree nor disagree (3)
918 Agree strongly (5) Disagree moderately (2)
919 Agree moderately (4) Agree moderately (4)
920 Agree moderately (4) Neither agree nor disagree (3)
921 Neither agree nor disagree (3) Disagree moderately (2)
922 Agree moderately (4) Agree moderately (4)
923 Agree strongly (5) Agree strongly (5)
924 Agree strongly (5) Agree moderately (4)
925 Agree moderately (4) Agree moderately (4)
926 Agree strongly (5) Agree moderately (4)
927 Neither agree nor disagree (3) Agree strongly (5)
928 Neither agree nor disagree (3) Agree moderately (4)
929 Agree strongly (5) Agree strongly (5)
930 Neither agree nor disagree (3) Agree strongly (5)
931 Agree moderately (4) Neither agree nor disagree (3)
932 Neither agree nor disagree (3) Agree strongly (5)
933 Agree moderately (4) Neither agree nor disagree (3)
934 Neither agree nor disagree (3) Agree moderately (4)
935 Neither agree nor disagree (3) Agree moderately (4)
936 Agree strongly (5) Agree moderately (4)
937 Agree strongly (5) Neither agree nor disagree (3)
938 Agree strongly (5) Agree strongly (5)
939 Neither agree nor disagree (3) Agree strongly (5)
940 Agree moderately (4) Agree moderately (4)
941 Agree moderately (4) Agree moderately (4)
942 Disagree moderately (2) Agree moderately (4)
943 Agree strongly (5) Agree strongly (5)
944 Agree strongly (5) Agree strongly (5)
945 Neither agree nor disagree (3) Disagree moderately (2)
946 Neither agree nor disagree (3) Agree moderately (4)
947 Agree strongly (5) Neither agree nor disagree (3)
948 Agree moderately (4) Agree moderately (4)
949 Agree moderately (4) Agree strongly (5)
950 Agree moderately (4) Agree moderately (4)
951 Agree strongly (5) Neither agree nor disagree (3)
952 Agree moderately (4) Agree moderately (4)
953 Disagree moderately (2) Neither agree nor disagree (3)
954 Neither agree nor disagree (3) Agree moderately (4)
955 Disagree moderately (2) Agree moderately (4)
956 Agree moderately (4) Neither agree nor disagree (3)
957 Agree strongly (5) Agree moderately (4)
958 Neither agree nor disagree (3) Agree moderately (4)
959 Disagree moderately (2) Disagree moderately (2)
960 Agree moderately (4) Agree moderately (4)
961 Agree moderately (4) Agree moderately (4)
962
963 Disagree moderately (2) Disagree moderately (2)
964 Agree moderately (4) Neither agree nor disagree (3)
965 Neither agree nor disagree (3) Neither agree nor disagree (3)
966 Agree moderately (4) Agree strongly (5)
967 Agree moderately (4) Agree moderately (4)
968 Neither agree nor disagree (3) Agree moderately (4)
969 Agree strongly (5) Neither agree nor disagree (3)
970 Agree moderately (4) Agree strongly (5)
971 Disagree moderately (2) Neither agree nor disagree (3)
972 Neither agree nor disagree (3) Neither agree nor disagree (3)
973 Agree moderately (4) Neither agree nor disagree (3)
974 Agree moderately (4) Agree moderately (4)
975 Neither agree nor disagree (3) Agree strongly (5)
976 Agree strongly (5) Agree moderately (4)
977 Agree moderately (4) Neither agree nor disagree (3)
978 Disagree moderately (2) Neither agree nor disagree (3)
979 Neither agree nor disagree (3) Agree moderately (4)
980 Neither agree nor disagree (3) Agree strongly (5)
981 Agree moderately (4) Agree moderately (4)
982 Disagree strongly (1) Agree strongly (5)
983 Agree moderately (4) Agree moderately (4)
984 Agree moderately (4) Neither agree nor disagree (3)
985 Disagree strongly (1) Agree strongly (5)
986 Agree moderately (4) Neither agree nor disagree (3)
987 Agree strongly (5) Agree moderately (4)
988 Agree moderately (4) Neither agree nor disagree (3)
989 Disagree moderately (2) Agree strongly (5)
990 Agree moderately (4) Agree strongly (5)
991 Disagree moderately (2) Disagree moderately (2)
992 Agree moderately (4) Agree moderately (4)
993 Disagree moderately (2) Agree moderately (4)
994 Neither agree nor disagree (3) Agree moderately (4)
995 Neither agree nor disagree (3) Agree strongly (5)
996 Agree moderately (4) Agree moderately (4)
997 Agree strongly (5) Neither agree nor disagree (3)
998 Agree strongly (5) Agree moderately (4)
999 Disagree strongly (1) Agree strongly (5)
1000 Agree moderately (4) Neither agree nor disagree (3)
1001 Agree moderately (4) Agree moderately (4)
1002 Disagree moderately (2) Agree strongly (5)
1003 Neither agree nor disagree (3) Agree moderately (4)
1004 Neither agree nor disagree (3) Neither agree nor disagree (3)
1005 Disagree strongly (1) Agree moderately (4)
1006 Neither agree nor disagree (3) Neither agree nor disagree (3)
1007 Disagree moderately (2) Disagree moderately (2)
1008 Agree moderately (4) Agree moderately (4)
1009 Agree moderately (4) Agree strongly (5)
1010 Neither agree nor disagree (3) Agree strongly (5)
1011
1012 Disagree strongly (1) Disagree moderately (2)
1013 Agree moderately (4) Agree moderately (4)
1014 Agree strongly (5) Agree strongly (5)
1015 Agree moderately (4) Agree moderately (4)
1016
1017 Agree moderately (4) Agree moderately (4)
1018 Neither agree nor disagree (3) Neither agree nor disagree (3)
1019 Agree strongly (5) Agree strongly (5)
1020 Agree strongly (5) Agree strongly (5)
1021 Neither agree nor disagree (3) Agree moderately (4)
1022 Agree moderately (4) Agree strongly (5)
1023 Disagree moderately (2) Agree moderately (4)
1024 Agree moderately (4) Neither agree nor disagree (3)
1025 Agree moderately (4) Agree strongly (5)
1026 Agree moderately (4) Agree moderately (4)
1027 Agree moderately (4) Neither agree nor disagree (3)
1028 Neither agree nor disagree (3) Agree strongly (5)
1029 Neither agree nor disagree (3) Agree moderately (4)
1030 Disagree strongly (1) Disagree strongly (1)
1031 Agree moderately (4) Agree moderately (4)
1032 Agree moderately (4) Agree moderately (4)
1033 Agree strongly (5) Agree strongly (5)
1034 Neither agree nor disagree (3) Agree moderately (4)
1035 Agree strongly (5) Agree strongly (5)
1036 Agree strongly (5) Agree strongly (5)
1037 Neither agree nor disagree (3) Agree moderately (4)
1038 Agree moderately (4) Neither agree nor disagree (3)
1039 Agree strongly (5) Agree moderately (4)
1040 Agree moderately (4) Agree strongly (5)
1041 Neither agree nor disagree (3) Neither agree nor disagree (3)
1042 Neither agree nor disagree (3) Agree moderately (4)
1043 Agree moderately (4) Agree strongly (5)
1044 Agree strongly (5) Neither agree nor disagree (3)
1045 Agree strongly (5) Agree moderately (4)
1046 Neither agree nor disagree (3) Agree moderately (4)
1047 Agree strongly (5) Neither agree nor disagree (3)
1048 Agree moderately (4) Agree strongly (5)
1049 Disagree moderately (2) Agree moderately (4)
1050 Neither agree nor disagree (3) Agree strongly (5)
1051 Agree moderately (4) Agree moderately (4)
1052 Agree strongly (5) Agree strongly (5)
1053 Agree moderately (4) Agree moderately (4)
1054 Agree moderately (4) Agree strongly (5)
1055 Agree moderately (4) Neither agree nor disagree (3)
1056 Neither agree nor disagree (3) Agree moderately (4)
1057 Neither agree nor disagree (3) Agree moderately (4)
1058 Agree strongly (5) Agree moderately (4)
1059 Agree moderately (4) Agree strongly (5)
1060 Disagree strongly (1) Agree moderately (4)
1061 Agree strongly (5) Agree moderately (4)
1062 Agree strongly (5) Agree moderately (4)
1063 Agree moderately (4) Agree strongly (5)
1064 Neither agree nor disagree (3) Agree moderately (4)
1065 Neither agree nor disagree (3) Agree moderately (4)
1066 Neither agree nor disagree (3) Neither agree nor disagree (3)
1067 Neither agree nor disagree (3) Agree strongly (5)
1068 Agree moderately (4) Agree moderately (4)
1069 Disagree moderately (2) Agree strongly (5)
1070 Disagree moderately (2) Agree moderately (4)
1071 Agree strongly (5) Disagree moderately (2)
1072 Agree moderately (4) Agree strongly (5)
1073
1074 Agree moderately (4) Agree moderately (4)
1075 Agree moderately (4) Neither agree nor disagree (3)
1076 Disagree moderately (2) Agree moderately (4)
1077
1078 Disagree moderately (2) Disagree strongly (1)
1079 Agree strongly (5) Agree strongly (5)
1080 Neither agree nor disagree (3) Agree strongly (5)
1081 Agree moderately (4) Agree moderately (4)
1082 Disagree strongly (1) Neither agree nor disagree (3)
1083 Disagree moderately (2) Agree moderately (4)
1084 Agree strongly (5) Agree strongly (5)
1085 Neither agree nor disagree (3) Agree moderately (4)
1086 Neither agree nor disagree (3) Agree moderately (4)
1087 Agree moderately (4) Agree moderately (4)
1088 Disagree strongly (1) Disagree strongly (1)
1089 Agree moderately (4) Agree moderately (4)
1090 Agree moderately (4) Agree strongly (5)
1091 Neither agree nor disagree (3) Disagree moderately (2)
1092 Disagree moderately (2) Agree moderately (4)
1093 Neither agree nor disagree (3) Agree moderately (4)
1094 Agree moderately (4) Agree strongly (5)
1095
1096 Disagree moderately (2) Disagree moderately (2)
1097 Agree moderately (4) Neither agree nor disagree (3)
1098 Agree moderately (4) Agree moderately (4)
1099 Neither agree nor disagree (3) Neither agree nor disagree (3)
1100 Agree strongly (5) Agree strongly (5)
1101 Agree moderately (4) Neither agree nor disagree (3)
1102 Agree moderately (4) Agree moderately (4)
1103 Agree strongly (5) Agree moderately (4)
1104 Neither agree nor disagree (3) Agree moderately (4)
1105 Agree strongly (5) Agree strongly (5)
1106 Neither agree nor disagree (3) Neither agree nor disagree (3)
1107 Disagree moderately (2) Agree strongly (5)
1108 Neither agree nor disagree (3) Neither agree nor disagree (3)
1109 Agree moderately (4) Agree moderately (4)
1110 Agree moderately (4) Neither agree nor disagree (3)
1111 Neither agree nor disagree (3) Agree moderately (4)
1112 Disagree moderately (2) Neither agree nor disagree (3)
1113 Agree strongly (5) Agree strongly (5)
1114 Neither agree nor disagree (3) Agree moderately (4)
1115 Disagree moderately (2) Agree moderately (4)
1116 Disagree strongly (1) Agree strongly (5)
1117 Neither agree nor disagree (3) Agree moderately (4)
1118 Agree moderately (4) Agree strongly (5)
1119 Disagree moderately (2) Agree moderately (4)
1120 Disagree moderately (2) Agree strongly (5)
1121 Disagree strongly (1) Agree strongly (5)
1122 Agree moderately (4) Agree strongly (5)
1123 Agree moderately (4) Agree strongly (5)
1124 Agree moderately (4) Agree moderately (4)
1125 Neither agree nor disagree (3) Neither agree nor disagree (3)
1126 Agree strongly (5) Agree strongly (5)
1127 Agree moderately (4) Agree strongly (5)
1128 Agree moderately (4) Agree strongly (5)
1129 Agree strongly (5) Agree strongly (5)
1130 Agree moderately (4) Agree moderately (4)
1131 Agree moderately (4) Agree strongly (5)
1132 Neither agree nor disagree (3) Agree moderately (4)
1133 Agree strongly (5) Neither agree nor disagree (3)
1134 Neither agree nor disagree (3) Agree moderately (4)
1135 Agree strongly (5) Agree strongly (5)
1136 Neither agree nor disagree (3) Agree moderately (4)
1137 Neither agree nor disagree (3) Agree moderately (4)
1138 Agree moderately (4) Agree strongly (5)
1139 Neither agree nor disagree (3) Agree strongly (5)
1140 Agree moderately (4) Agree moderately (4)
1141 Neither agree nor disagree (3) Agree moderately (4)
1142
1143 Neither agree nor disagree (3) Disagree moderately (2)
1144 Neither agree nor disagree (3) Agree moderately (4)
1145 Agree moderately (4) Neither agree nor disagree (3)
1146 Neither agree nor disagree (3) Agree moderately (4)
1147 Neither agree nor disagree (3) Disagree moderately (2)
1148 Neither agree nor disagree (3) Agree moderately (4)
1149 Neither agree nor disagree (3) Agree moderately (4)
1150 Agree moderately (4) Agree strongly (5)
1151 Agree moderately (4) Neither agree nor disagree (3)
1152 Neither agree nor disagree (3) Neither agree nor disagree (3)
1153 Disagree moderately (2) Agree moderately (4)
1154 Agree moderately (4) Agree strongly (5)
1155 Agree strongly (5) Agree moderately (4)
1156 Agree strongly (5) Agree moderately (4)
1157 Neither agree nor disagree (3) Agree moderately (4)
1158 Disagree moderately (2) Agree moderately (4)
1159 Agree moderately (4) Agree strongly (5)
1160 Neither agree nor disagree (3) Agree strongly (5)
1161 Agree moderately (4) Neither agree nor disagree (3)
1162 Agree strongly (5) Agree strongly (5)
1163 Disagree moderately (2) Agree strongly (5)
1164 Agree strongly (5) Neither agree nor disagree (3)
1165 Neither agree nor disagree (3) Agree moderately (4)
1166 Disagree moderately (2) Disagree moderately (2)
1167 Agree moderately (4) Agree strongly (5)
1168 Disagree moderately (2) Agree moderately (4)
1169 Agree moderately (4) Agree moderately (4)
1170 Agree moderately (4) Agree strongly (5)
1171 Agree strongly (5) Agree moderately (4)
1172 Neither agree nor disagree (3) Disagree moderately (2)
1173 Agree moderately (4) Agree moderately (4)
1174 Neither agree nor disagree (3) Agree strongly (5)
1175 Neither agree nor disagree (3) Agree strongly (5)
1176 Agree moderately (4) Agree moderately (4)
1177 Neither agree nor disagree (3) Agree moderately (4)
1178 Disagree moderately (2) Agree strongly (5)
1179 Agree strongly (5) Agree moderately (4)
1180 Disagree moderately (2) Agree strongly (5)
1181 Disagree moderately (2) Agree moderately (4)
1182 Agree strongly (5) Agree strongly (5)
1183 Disagree moderately (2) Agree moderately (4)
1184 Disagree moderately (2) Agree moderately (4)
1185 Agree strongly (5) Agree strongly (5)
1186
1187 Agree moderately (4) Agree moderately (4)
1188 Disagree moderately (2) Agree strongly (5)
1189 Disagree strongly (1) Disagree moderately (2)
1190 Disagree moderately (2) Agree moderately (4)
1191 Neither agree nor disagree (3) Agree strongly (5)
1192
1193 Agree strongly (5) Agree strongly (5)
1194
1195 Agree strongly (5) Agree moderately (4)
1196 Agree strongly (5) Neither agree nor disagree (3)
1197 Neither agree nor disagree (3) Neither agree nor disagree (3)
1198 Neither agree nor disagree (3) Agree strongly (5)
1199 Neither agree nor disagree (3) Disagree moderately (2)
1200 Neither agree nor disagree (3) Agree moderately (4)
1201
1202 Disagree moderately (2) Agree moderately (4)
1203 Agree strongly (5) Agree strongly (5)
1204 Agree strongly (5) Neither agree nor disagree (3)
1205 Neither agree nor disagree (3) Agree moderately (4)
1206 Agree moderately (4) Agree moderately (4)
1207 Agree moderately (4) Agree moderately (4)
1208 Neither agree nor disagree (3) Agree strongly (5)
1209 Neither agree nor disagree (3) Agree moderately (4)
1210 Agree moderately (4) Agree strongly (5)
1211 Agree moderately (4) Agree strongly (5)
1212 Agree strongly (5) Agree strongly (5)
1213 Neither agree nor disagree (3) Neither agree nor disagree (3)
1214 Disagree moderately (2) Agree strongly (5)
1215 Agree moderately (4) Agree moderately (4)
1216 Agree strongly (5) Agree moderately (4)
1217 Neither agree nor disagree (3) Agree moderately (4)
1218
1219 Agree strongly (5) Agree moderately (4)
1220 Agree moderately (4) Agree moderately (4)
1221 Neither agree nor disagree (3) Agree strongly (5)
1222 Neither agree nor disagree (3) Neither agree nor disagree (3)
1223 Neither agree nor disagree (3) Agree strongly (5)
1224 Agree moderately (4) Neither agree nor disagree (3)
1225 Agree moderately (4) Agree strongly (5)
1226 Agree strongly (5) Agree moderately (4)
1227 Neither agree nor disagree (3) Agree moderately (4)
1228 Agree moderately (4) Agree moderately (4)
1229 Agree strongly (5) Neither agree nor disagree (3)
1230 Disagree moderately (2) Neither agree nor disagree (3)
1231 Neither agree nor disagree (3) Neither agree nor disagree (3)
1232 Agree moderately (4) Agree moderately (4)
1233 Disagree moderately (2) Neither agree nor disagree (3)
1234 Agree strongly (5) Agree moderately (4)
1235 Agree moderately (4) Agree moderately (4)
1236 Neither agree nor disagree (3) Agree strongly (5)
1237 Neither agree nor disagree (3) Agree strongly (5)
1238 Agree moderately (4) Agree moderately (4)
1239 Agree moderately (4) Neither agree nor disagree (3)
1240 Disagree strongly (1) Agree strongly (5)
1241 Neither agree nor disagree (3) Agree strongly (5)
1242 Neither agree nor disagree (3) Neither agree nor disagree (3)
1243 Agree strongly (5) Agree moderately (4)
1244 Agree strongly (5) Agree strongly (5)
1245 Neither agree nor disagree (3) Neither agree nor disagree (3)
1246 Agree strongly (5) Agree moderately (4)
1247 Agree moderately (4) Agree moderately (4)
1248 Agree moderately (4) Agree moderately (4)
1249 Agree moderately (4) Agree strongly (5)
personality_8 personality_9
1
2 6 Agree strongly (5)
3
4 Neither agree nor disagree (3) Neither agree nor disagree (3)
5 Disagree moderately (2) Disagree moderately (2)
6 Neither agree nor disagree (3) Neither agree nor disagree (3)
7 Agree strongly (5) Disagree moderately (2)
8 Disagree strongly (1) Disagree strongly (1)
9 Disagree moderately (2) Disagree moderately (2)
10 Disagree strongly (1) Disagree moderately (2)
11 Neither agree nor disagree (3) Disagree moderately (2)
12 Agree strongly (5) Agree strongly (5)
13 Disagree strongly (1) Disagree strongly (1)
14 Agree moderately (4) Agree moderately (4)
15 Agree moderately (4) Agree moderately (4)
16 Agree strongly (5) Agree strongly (5)
17
18 Agree strongly (5) Agree strongly (5)
19 Disagree moderately (2) Disagree moderately (2)
20 Agree moderately (4) Agree strongly (5)
21 Neither agree nor disagree (3) Disagree moderately (2)
22 Disagree moderately (2) Agree moderately (4)
23 Disagree moderately (2) Disagree moderately (2)
24 Disagree moderately (2) Disagree moderately (2)
25
26 Disagree moderately (2) Disagree strongly (1)
27 6 Agree strongly (5)
28 Neither agree nor disagree (3) Agree moderately (4)
29 Neither agree nor disagree (3) Agree moderately (4)
30 Disagree moderately (2) Neither agree nor disagree (3)
31 Neither agree nor disagree (3) Agree moderately (4)
32 Neither agree nor disagree (3) Disagree moderately (2)
33 Neither agree nor disagree (3) Agree moderately (4)
34 Disagree strongly (1) Neither agree nor disagree (3)
35 Disagree moderately (2) Agree moderately (4)
36 Neither agree nor disagree (3) Neither agree nor disagree (3)
37 Neither agree nor disagree (3) Neither agree nor disagree (3)
38 Disagree moderately (2) Neither agree nor disagree (3)
39 Disagree moderately (2) Agree moderately (4)
40
41 Disagree moderately (2) Agree strongly (5)
42 Disagree strongly (1) Neither agree nor disagree (3)
43 Disagree moderately (2) Agree strongly (5)
44 Disagree moderately (2) Agree strongly (5)
45 Disagree strongly (1) Agree strongly (5)
46 Neither agree nor disagree (3) Agree moderately (4)
47 Disagree strongly (1) Neither agree nor disagree (3)
48 Agree moderately (4) Neither agree nor disagree (3)
49 Neither agree nor disagree (3) Agree strongly (5)
50 Disagree strongly (1) Agree moderately (4)
51 Disagree strongly (1) Agree moderately (4)
52 Disagree moderately (2) Agree moderately (4)
53 Disagree strongly (1) Agree moderately (4)
54 Disagree strongly (1) Agree moderately (4)
55 Disagree strongly (1) Neither agree nor disagree (3)
56 Agree strongly (5) Agree strongly (5)
57 Agree moderately (4) Agree moderately (4)
58 Agree moderately (4) Agree strongly (5)
59 Neither agree nor disagree (3) Agree moderately (4)
60 Disagree strongly (1) Agree moderately (4)
61 Agree moderately (4) Neither agree nor disagree (3)
62 Disagree moderately (2) Agree moderately (4)
63 Disagree moderately (2) Neither agree nor disagree (3)
64 Disagree strongly (1) Agree moderately (4)
65 Disagree strongly (1) Neither agree nor disagree (3)
66 Neither agree nor disagree (3) Neither agree nor disagree (3)
67 Neither agree nor disagree (3) Neither agree nor disagree (3)
68 Agree moderately (4) Disagree moderately (2)
69 Neither agree nor disagree (3) Agree moderately (4)
70 Disagree moderately (2) Agree strongly (5)
71 Disagree strongly (1) Neither agree nor disagree (3)
72 Disagree strongly (1) Neither agree nor disagree (3)
73 Disagree strongly (1) Agree strongly (5)
74 Disagree strongly (1) Agree moderately (4)
75 Neither agree nor disagree (3) Neither agree nor disagree (3)
76 Disagree strongly (1) Agree strongly (5)
77 Disagree strongly (1) Agree moderately (4)
78 Disagree strongly (1) Agree moderately (4)
79
80 Disagree strongly (1) Disagree strongly (1)
81 Agree moderately (4) Agree moderately (4)
82 Disagree moderately (2) Agree moderately (4)
83 Disagree strongly (1) Agree strongly (5)
84 Disagree moderately (2) Neither agree nor disagree (3)
85 Agree moderately (4) Neither agree nor disagree (3)
86 Neither agree nor disagree (3) Disagree moderately (2)
87 Neither agree nor disagree (3) Agree moderately (4)
88 Disagree strongly (1) Neither agree nor disagree (3)
89
90
91 Neither agree nor disagree (3) Neither agree nor disagree (3)
92 Agree moderately (4) Agree moderately (4)
93 Disagree moderately (2) Agree moderately (4)
94 Disagree strongly (1) Disagree strongly (1)
95 Neither agree nor disagree (3) Neither agree nor disagree (3)
96 Disagree moderately (2) Neither agree nor disagree (3)
97 Neither agree nor disagree (3) Agree moderately (4)
98 Disagree moderately (2) Agree moderately (4)
99 Agree strongly (5) Agree strongly (5)
100 Neither agree nor disagree (3) Neither agree nor disagree (3)
101 Disagree moderately (2) Agree moderately (4)
102 Neither agree nor disagree (3) Agree moderately (4)
103 Agree moderately (4) Disagree moderately (2)
104 Disagree moderately (2) Agree moderately (4)
105 Agree strongly (5) Agree strongly (5)
106 Disagree moderately (2) Agree moderately (4)
107 Disagree strongly (1) Neither agree nor disagree (3)
108 Disagree strongly (1) Agree strongly (5)
109 Disagree moderately (2) Agree strongly (5)
110 Agree strongly (5) Agree strongly (5)
111
112 Agree moderately (4) Disagree strongly (1)
113 Disagree moderately (2) Neither agree nor disagree (3)
114 Neither agree nor disagree (3) Agree moderately (4)
115 Disagree moderately (2) Disagree moderately (2)
116 Disagree moderately (2) Agree moderately (4)
117 Disagree strongly (1) Agree moderately (4)
118 Neither agree nor disagree (3) Neither agree nor disagree (3)
119 Agree moderately (4) Agree moderately (4)
120 Disagree strongly (1) Agree strongly (5)
121 Agree moderately (4) Agree moderately (4)
122 Disagree strongly (1) Agree moderately (4)
123 Agree moderately (4) Neither agree nor disagree (3)
124 Disagree strongly (1) Neither agree nor disagree (3)
125 Disagree strongly (1) Agree strongly (5)
126 Agree moderately (4) Agree strongly (5)
127 Disagree moderately (2) Agree moderately (4)
128 Disagree moderately (2) Neither agree nor disagree (3)
129 Disagree moderately (2) Agree strongly (5)
130 Neither agree nor disagree (3) Disagree moderately (2)
131 Neither agree nor disagree (3) Neither agree nor disagree (3)
132 Disagree moderately (2) Agree moderately (4)
133 Agree moderately (4) Disagree moderately (2)
134 Disagree strongly (1) Agree moderately (4)
135 Agree strongly (5) Agree strongly (5)
136 Agree strongly (5) Disagree moderately (2)
137 Disagree moderately (2) Agree moderately (4)
138 Disagree moderately (2) Neither agree nor disagree (3)
139 Agree moderately (4) Agree moderately (4)
140 Disagree strongly (1) Neither agree nor disagree (3)
141 Disagree strongly (1) Agree moderately (4)
142 Disagree strongly (1) Neither agree nor disagree (3)
143 Neither agree nor disagree (3) Neither agree nor disagree (3)
144 Agree moderately (4) Agree moderately (4)
145 Neither agree nor disagree (3) Agree strongly (5)
146 Disagree strongly (1) Agree moderately (4)
147 Disagree strongly (1) Agree moderately (4)
148 Neither agree nor disagree (3) Disagree moderately (2)
149 Disagree moderately (2) Agree moderately (4)
150 Neither agree nor disagree (3) Agree strongly (5)
151 Neither agree nor disagree (3) Neither agree nor disagree (3)
152 Disagree moderately (2) Agree moderately (4)
153 Neither agree nor disagree (3) Neither agree nor disagree (3)
154
155 Disagree moderately (2) Disagree moderately (2)
156 Disagree strongly (1) Agree moderately (4)
157 Disagree strongly (1) Agree moderately (4)
158 Disagree strongly (1) Agree moderately (4)
159 Agree moderately (4) Agree strongly (5)
160 Disagree moderately (2) Agree moderately (4)
161 Agree strongly (5) Agree strongly (5)
162 Neither agree nor disagree (3) Agree moderately (4)
163 Neither agree nor disagree (3) Disagree moderately (2)
164 Disagree strongly (1) Agree moderately (4)
165 Disagree moderately (2) Neither agree nor disagree (3)
166 Agree strongly (5) Disagree moderately (2)
167 Agree strongly (5) Agree moderately (4)
168 Agree strongly (5) Agree moderately (4)
169 Neither agree nor disagree (3) Neither agree nor disagree (3)
170 Agree moderately (4) Disagree moderately (2)
171 Disagree moderately (2) Agree strongly (5)
172 Disagree moderately (2) Agree strongly (5)
173 Neither agree nor disagree (3) Disagree moderately (2)
174 Disagree strongly (1) Disagree moderately (2)
175 Disagree strongly (1) Agree moderately (4)
176 Agree moderately (4) Agree moderately (4)
177 Disagree moderately (2) Agree moderately (4)
178 Disagree strongly (1) Neither agree nor disagree (3)
179 Disagree moderately (2) Neither agree nor disagree (3)
180 Disagree strongly (1) Agree moderately (4)
181 Agree strongly (5) Agree moderately (4)
182 Disagree strongly (1) Agree moderately (4)
183 Neither agree nor disagree (3) Neither agree nor disagree (3)
184 Disagree moderately (2) Neither agree nor disagree (3)
185 Disagree moderately (2) Agree strongly (5)
186 Agree strongly (5) Agree strongly (5)
187 Agree moderately (4) Disagree moderately (2)
188 Neither agree nor disagree (3) Neither agree nor disagree (3)
189 Disagree moderately (2) Agree moderately (4)
190 Neither agree nor disagree (3) Neither agree nor disagree (3)
191 Agree moderately (4) Agree moderately (4)
192 Disagree strongly (1) Neither agree nor disagree (3)
193 Disagree strongly (1) Agree moderately (4)
194 Agree moderately (4) Agree moderately (4)
195 Neither agree nor disagree (3) Agree strongly (5)
196 Disagree strongly (1) Agree moderately (4)
197 Disagree strongly (1) Agree strongly (5)
198 Disagree moderately (2) Agree moderately (4)
199 Disagree strongly (1) Agree strongly (5)
200 Agree moderately (4) Agree moderately (4)
201 Neither agree nor disagree (3) Agree moderately (4)
202 Disagree moderately (2) Neither agree nor disagree (3)
203 Agree moderately (4) Neither agree nor disagree (3)
204 Disagree strongly (1) Agree strongly (5)
205 Disagree strongly (1) Agree moderately (4)
206 Agree moderately (4) Disagree strongly (1)
207 Neither agree nor disagree (3) Neither agree nor disagree (3)
208 Agree strongly (5) Disagree strongly (1)
209 Agree moderately (4) Neither agree nor disagree (3)
210
211 Agree moderately (4) Neither agree nor disagree (3)
212 Neither agree nor disagree (3) Agree moderately (4)
213 Agree moderately (4) Neither agree nor disagree (3)
214 Disagree strongly (1) Agree strongly (5)
215 Disagree strongly (1) Disagree moderately (2)
216 Disagree moderately (2) Agree strongly (5)
217 Neither agree nor disagree (3) Agree strongly (5)
218 Disagree strongly (1) Agree strongly (5)
219 Disagree strongly (1) Agree strongly (5)
220 Agree moderately (4) Disagree moderately (2)
221 Disagree moderately (2) Agree moderately (4)
222 Agree moderately (4) Agree moderately (4)
223 Disagree moderately (2) Agree strongly (5)
224 Neither agree nor disagree (3) Neither agree nor disagree (3)
225 Neither agree nor disagree (3) Neither agree nor disagree (3)
226 Disagree moderately (2) Neither agree nor disagree (3)
227 Neither agree nor disagree (3) Neither agree nor disagree (3)
228 Disagree moderately (2) Neither agree nor disagree (3)
229 Neither agree nor disagree (3) Agree moderately (4)
230 Neither agree nor disagree (3) Agree moderately (4)
231 Neither agree nor disagree (3) Neither agree nor disagree (3)
232 Agree moderately (4) Agree moderately (4)
233 Agree moderately (4) Neither agree nor disagree (3)
234 Disagree moderately (2) Neither agree nor disagree (3)
235 Neither agree nor disagree (3) Agree moderately (4)
236 Agree strongly (5) Agree strongly (5)
237 Disagree strongly (1) Disagree moderately (2)
238 Disagree strongly (1) Agree strongly (5)
239 Agree strongly (5) Agree strongly (5)
240 Disagree moderately (2) Agree moderately (4)
241 Disagree strongly (1) Disagree strongly (1)
242 Disagree strongly (1) Neither agree nor disagree (3)
243 Disagree strongly (1) Agree strongly (5)
244 Disagree moderately (2) Neither agree nor disagree (3)
245 Neither agree nor disagree (3) Disagree moderately (2)
246 Neither agree nor disagree (3) Neither agree nor disagree (3)
247 Disagree strongly (1) Agree moderately (4)
248 Neither agree nor disagree (3) Agree moderately (4)
249 Disagree strongly (1) Disagree strongly (1)
250 Agree moderately (4) Disagree moderately (2)
251 Disagree moderately (2) Agree moderately (4)
252 Disagree moderately (2) Neither agree nor disagree (3)
253 Agree strongly (5) Agree strongly (5)
254 Disagree strongly (1) Agree strongly (5)
255 Disagree strongly (1) Agree strongly (5)
256 Disagree moderately (2) Agree strongly (5)
257 Disagree strongly (1) Disagree strongly (1)
258 Disagree strongly (1) Agree moderately (4)
259 Neither agree nor disagree (3) Disagree moderately (2)
260 Neither agree nor disagree (3) Neither agree nor disagree (3)
261 Disagree moderately (2) Neither agree nor disagree (3)
262 Neither agree nor disagree (3) Agree strongly (5)
263 Neither agree nor disagree (3) Neither agree nor disagree (3)
264 Disagree strongly (1) Agree strongly (5)
265 Disagree strongly (1) Agree moderately (4)
266 Disagree strongly (1) Agree moderately (4)
267 Neither agree nor disagree (3) Neither agree nor disagree (3)
268 Agree moderately (4) Neither agree nor disagree (3)
269 Disagree strongly (1) Neither agree nor disagree (3)
270 Disagree strongly (1) Agree strongly (5)
271
272 Disagree strongly (1) Agree moderately (4)
273 Disagree strongly (1) Agree moderately (4)
274 Agree moderately (4) Agree moderately (4)
275 Agree strongly (5) Neither agree nor disagree (3)
276
277 Neither agree nor disagree (3) Neither agree nor disagree (3)
278 Disagree strongly (1) Neither agree nor disagree (3)
279 Disagree moderately (2) Disagree moderately (2)
280 Agree strongly (5) Neither agree nor disagree (3)
281 Neither agree nor disagree (3) Neither agree nor disagree (3)
282 Disagree strongly (1) Agree moderately (4)
283 Agree moderately (4) Disagree strongly (1)
284
285 Disagree strongly (1) Agree moderately (4)
286 Agree strongly (5) Agree moderately (4)
287 Neither agree nor disagree (3) Neither agree nor disagree (3)
288 Neither agree nor disagree (3) Agree moderately (4)
289
290 Disagree strongly (1) Neither agree nor disagree (3)
291 Neither agree nor disagree (3) Agree moderately (4)
292 Disagree strongly (1) Disagree moderately (2)
293 Agree strongly (5) Disagree moderately (2)
294 Disagree strongly (1) Agree moderately (4)
295 Neither agree nor disagree (3) Agree moderately (4)
296 Disagree moderately (2) Agree moderately (4)
297 Agree moderately (4) Neither agree nor disagree (3)
298 Neither agree nor disagree (3) Agree moderately (4)
299 Agree moderately (4) Disagree moderately (2)
300 Disagree moderately (2) Disagree moderately (2)
301 Disagree strongly (1) Agree moderately (4)
302 Neither agree nor disagree (3) Agree moderately (4)
303 Neither agree nor disagree (3) Neither agree nor disagree (3)
304 Disagree moderately (2) Agree moderately (4)
305 Disagree strongly (1) Agree strongly (5)
306
307 Neither agree nor disagree (3) Disagree moderately (2)
308 Agree strongly (5) Agree strongly (5)
309 Disagree strongly (1) Disagree strongly (1)
310 Disagree strongly (1) Neither agree nor disagree (3)
311 Agree strongly (5) Disagree moderately (2)
312 Disagree strongly (1) Agree strongly (5)
313 Disagree strongly (1) Disagree strongly (1)
314 Neither agree nor disagree (3) Neither agree nor disagree (3)
315 Disagree strongly (1) Neither agree nor disagree (3)
316 Disagree strongly (1) Disagree strongly (1)
317 Disagree moderately (2) Neither agree nor disagree (3)
318 Neither agree nor disagree (3) Agree moderately (4)
319 Neither agree nor disagree (3) Agree moderately (4)
320 Agree moderately (4) Agree moderately (4)
321 Disagree strongly (1) Agree moderately (4)
322 Neither agree nor disagree (3) Agree moderately (4)
323 Neither agree nor disagree (3) Agree moderately (4)
324 Neither agree nor disagree (3) Agree moderately (4)
325 Disagree strongly (1) Agree moderately (4)
326 Neither agree nor disagree (3) Neither agree nor disagree (3)
327 Disagree moderately (2) Agree strongly (5)
328 Disagree moderately (2) Agree strongly (5)
329 Agree moderately (4) Agree moderately (4)
330 Neither agree nor disagree (3) Neither agree nor disagree (3)
331 Disagree moderately (2) Agree moderately (4)
332 Neither agree nor disagree (3) Neither agree nor disagree (3)
333 Disagree strongly (1) Neither agree nor disagree (3)
334
335 Agree strongly (5) Disagree strongly (1)
336 Neither agree nor disagree (3) Agree moderately (4)
337 Neither agree nor disagree (3) Agree moderately (4)
338 Neither agree nor disagree (3) Agree strongly (5)
339 Disagree moderately (2) Agree moderately (4)
340 Neither agree nor disagree (3) Agree strongly (5)
341 Disagree moderately (2) Agree strongly (5)
342 Disagree strongly (1) Neither agree nor disagree (3)
343 Neither agree nor disagree (3) Neither agree nor disagree (3)
344 Disagree strongly (1) Agree strongly (5)
345 Disagree moderately (2) Agree moderately (4)
346 Neither agree nor disagree (3) Agree moderately (4)
347 Agree moderately (4) Agree moderately (4)
348 Disagree strongly (1) Agree moderately (4)
349 Disagree strongly (1) Neither agree nor disagree (3)
350 Neither agree nor disagree (3) Agree moderately (4)
351 Disagree moderately (2) Agree moderately (4)
352 Agree moderately (4) Disagree moderately (2)
353 Disagree moderately (2) Neither agree nor disagree (3)
354 Disagree moderately (2) Neither agree nor disagree (3)
355 Disagree strongly (1) Agree moderately (4)
356 Disagree strongly (1) Agree strongly (5)
357 Neither agree nor disagree (3) Agree moderately (4)
358 Disagree strongly (1) Disagree strongly (1)
359 Disagree moderately (2) Neither agree nor disagree (3)
360 Disagree moderately (2) Agree moderately (4)
361 Disagree moderately (2) Agree moderately (4)
362 Disagree strongly (1) Agree moderately (4)
363 Neither agree nor disagree (3) Neither agree nor disagree (3)
364 Disagree moderately (2) Agree moderately (4)
365 Disagree strongly (1) Neither agree nor disagree (3)
366 Disagree moderately (2) Agree moderately (4)
367 Disagree strongly (1) Agree strongly (5)
368 Disagree strongly (1) Agree moderately (4)
369 Disagree moderately (2) Agree moderately (4)
370 Disagree strongly (1) Agree moderately (4)
371 Neither agree nor disagree (3) Agree moderately (4)
372 Disagree moderately (2) Agree moderately (4)
373 Neither agree nor disagree (3) Agree moderately (4)
374 Disagree strongly (1) Agree strongly (5)
375 Disagree strongly (1) Agree strongly (5)
376
377 Neither agree nor disagree (3) Disagree moderately (2)
378 Disagree moderately (2) Neither agree nor disagree (3)
379
380 Disagree moderately (2) Neither agree nor disagree (3)
381 Disagree moderately (2) Agree moderately (4)
382 Disagree moderately (2) Disagree moderately (2)
383 Disagree strongly (1) Agree strongly (5)
384 Disagree strongly (1) Agree moderately (4)
385 Neither agree nor disagree (3) Agree moderately (4)
386 Neither agree nor disagree (3) Agree moderately (4)
387 Disagree strongly (1) Agree strongly (5)
388 Disagree strongly (1) Agree moderately (4)
389 Disagree moderately (2) Agree moderately (4)
390 Disagree moderately (2) Agree moderately (4)
391 Disagree strongly (1) Neither agree nor disagree (3)
392 Agree moderately (4) Agree moderately (4)
393 Neither agree nor disagree (3) Disagree strongly (1)
394 Neither agree nor disagree (3) Neither agree nor disagree (3)
395 Disagree moderately (2) Agree moderately (4)
396 Disagree strongly (1) Agree moderately (4)
397 Disagree moderately (2) Disagree moderately (2)
398 Disagree moderately (2) Agree moderately (4)
399 Disagree strongly (1) Agree moderately (4)
400 Disagree moderately (2) Agree moderately (4)
401 Disagree strongly (1) Agree moderately (4)
402 Disagree moderately (2) Neither agree nor disagree (3)
403 Agree moderately (4) Neither agree nor disagree (3)
404 Neither agree nor disagree (3) Agree strongly (5)
405 Neither agree nor disagree (3) Agree moderately (4)
406 Disagree strongly (1) Agree moderately (4)
407 Disagree moderately (2) Agree strongly (5)
408 Neither agree nor disagree (3) Disagree moderately (2)
409 Disagree strongly (1) Agree moderately (4)
410 Agree moderately (4) Neither agree nor disagree (3)
411 Disagree moderately (2) Agree moderately (4)
412 Neither agree nor disagree (3) Neither agree nor disagree (3)
413 Disagree strongly (1) Disagree moderately (2)
414 Agree strongly (5) Agree strongly (5)
415 Neither agree nor disagree (3) Neither agree nor disagree (3)
416 Disagree strongly (1) Neither agree nor disagree (3)
417 Disagree moderately (2) Agree moderately (4)
418 Disagree moderately (2) Neither agree nor disagree (3)
419 Disagree moderately (2) Agree strongly (5)
420 Disagree strongly (1) Agree strongly (5)
421 Neither agree nor disagree (3) Agree moderately (4)
422
423 Neither agree nor disagree (3) Agree moderately (4)
424 Agree moderately (4) Neither agree nor disagree (3)
425 Disagree strongly (1) Agree strongly (5)
426 Agree moderately (4) Neither agree nor disagree (3)
427 Neither agree nor disagree (3) Disagree strongly (1)
428 Disagree strongly (1) Agree strongly (5)
429 Disagree moderately (2) Agree moderately (4)
430 Disagree strongly (1) Agree moderately (4)
431 Disagree strongly (1) Neither agree nor disagree (3)
432 Disagree moderately (2) Neither agree nor disagree (3)
433 Neither agree nor disagree (3) Agree moderately (4)
434 Neither agree nor disagree (3) Agree moderately (4)
435 Disagree moderately (2) Agree strongly (5)
436 Neither agree nor disagree (3) Agree moderately (4)
437 Disagree moderately (2) Agree moderately (4)
438 Agree moderately (4) Agree moderately (4)
439 Neither agree nor disagree (3) Agree strongly (5)
440 Disagree moderately (2) Agree moderately (4)
441 Disagree strongly (1) Agree strongly (5)
442 Agree moderately (4) Agree moderately (4)
443 Disagree strongly (1) Agree moderately (4)
444 Disagree moderately (2) Neither agree nor disagree (3)
445 Disagree moderately (2) Agree moderately (4)
446 Disagree strongly (1) Agree moderately (4)
447 Disagree strongly (1) Agree strongly (5)
448 Agree strongly (5) Agree strongly (5)
449 Neither agree nor disagree (3) Neither agree nor disagree (3)
450 Disagree moderately (2) Disagree moderately (2)
451
452 Disagree strongly (1) Agree strongly (5)
453 Disagree moderately (2) Agree moderately (4)
454 Neither agree nor disagree (3) Neither agree nor disagree (3)
455 Disagree strongly (1) Agree moderately (4)
456 Disagree moderately (2) Neither agree nor disagree (3)
457 Agree moderately (4) Agree moderately (4)
458 Neither agree nor disagree (3) Neither agree nor disagree (3)
459 Disagree moderately (2) Neither agree nor disagree (3)
460 Disagree moderately (2) Neither agree nor disagree (3)
461 Agree moderately (4) Agree moderately (4)
462 Disagree strongly (1) Agree moderately (4)
463 Disagree strongly (1) Agree moderately (4)
464 Neither agree nor disagree (3) Disagree moderately (2)
465
466 Disagree moderately (2) Agree moderately (4)
467 Neither agree nor disagree (3) Agree strongly (5)
468 Disagree moderately (2) Agree strongly (5)
469 Disagree strongly (1) Neither agree nor disagree (3)
470 Disagree moderately (2) Agree strongly (5)
471 Disagree moderately (2) Agree moderately (4)
472 Disagree moderately (2) Neither agree nor disagree (3)
473 Neither agree nor disagree (3) Agree strongly (5)
474 Disagree moderately (2) Agree moderately (4)
475 Neither agree nor disagree (3) Disagree moderately (2)
476 Agree moderately (4) Agree moderately (4)
477 Disagree strongly (1) Neither agree nor disagree (3)
478 Disagree strongly (1) Disagree strongly (1)
479 Agree strongly (5) Disagree strongly (1)
480 Disagree moderately (2) Disagree strongly (1)
481 Neither agree nor disagree (3) Agree moderately (4)
482 Disagree strongly (1) Agree strongly (5)
483 Disagree strongly (1) Agree moderately (4)
484 Neither agree nor disagree (3) Agree moderately (4)
485 Disagree moderately (2) Agree moderately (4)
486 Disagree strongly (1) Agree moderately (4)
487 Disagree moderately (2) Neither agree nor disagree (3)
488 Disagree strongly (1) Agree moderately (4)
489 Agree moderately (4) Disagree moderately (2)
490 Neither agree nor disagree (3) Agree strongly (5)
491 Disagree strongly (1) Agree moderately (4)
492 Disagree strongly (1) Agree strongly (5)
493 Disagree moderately (2) Disagree moderately (2)
494 Disagree moderately (2) Agree moderately (4)
495 Neither agree nor disagree (3) Agree moderately (4)
496 Disagree strongly (1) Neither agree nor disagree (3)
497 Neither agree nor disagree (3) Agree moderately (4)
498 Agree moderately (4) Neither agree nor disagree (3)
499 Disagree strongly (1) Agree moderately (4)
500 Disagree strongly (1) Agree moderately (4)
501 Neither agree nor disagree (3) Neither agree nor disagree (3)
502 Agree moderately (4) Neither agree nor disagree (3)
503 Neither agree nor disagree (3) Agree moderately (4)
504 Disagree moderately (2) Neither agree nor disagree (3)
505 Neither agree nor disagree (3) Agree moderately (4)
506 Agree strongly (5) Neither agree nor disagree (3)
507 Agree moderately (4) Neither agree nor disagree (3)
508 Disagree strongly (1) Agree strongly (5)
509 Agree moderately (4) Disagree strongly (1)
510 Neither agree nor disagree (3) Neither agree nor disagree (3)
511 Neither agree nor disagree (3) Disagree moderately (2)
512 Disagree moderately (2) Neither agree nor disagree (3)
513 Disagree strongly (1) Agree strongly (5)
514 Disagree strongly (1) Agree moderately (4)
515 Disagree strongly (1) Agree strongly (5)
516 Agree moderately (4) Agree moderately (4)
517 Disagree strongly (1) Neither agree nor disagree (3)
518 Agree strongly (5) Disagree moderately (2)
519 Disagree moderately (2) Agree moderately (4)
520 Disagree strongly (1) Agree strongly (5)
521 Disagree strongly (1) Neither agree nor disagree (3)
522 Disagree moderately (2) Disagree moderately (2)
523 Agree moderately (4) Agree moderately (4)
524 Disagree strongly (1) Neither agree nor disagree (3)
525 Disagree moderately (2) Neither agree nor disagree (3)
526 Disagree strongly (1) Disagree moderately (2)
527 Disagree moderately (2) Agree moderately (4)
528 Disagree strongly (1) Neither agree nor disagree (3)
529 Agree strongly (5) Neither agree nor disagree (3)
530 Disagree moderately (2) Agree moderately (4)
531 Neither agree nor disagree (3) Neither agree nor disagree (3)
532 Neither agree nor disagree (3) Agree moderately (4)
533 Disagree moderately (2) Neither agree nor disagree (3)
534 Disagree strongly (1) Neither agree nor disagree (3)
535 Disagree moderately (2) Agree moderately (4)
536 Neither agree nor disagree (3) Neither agree nor disagree (3)
537 Disagree moderately (2) Disagree moderately (2)
538 Disagree strongly (1) Agree moderately (4)
539 Disagree moderately (2) Disagree moderately (2)
540 Disagree strongly (1) Agree moderately (4)
541 Disagree moderately (2) Agree moderately (4)
542 Disagree strongly (1) Neither agree nor disagree (3)
543 Disagree moderately (2) Neither agree nor disagree (3)
544 Disagree moderately (2) Neither agree nor disagree (3)
545 Neither agree nor disagree (3) Disagree moderately (2)
546 Neither agree nor disagree (3) Agree strongly (5)
547 Neither agree nor disagree (3) Neither agree nor disagree (3)
548 Disagree strongly (1) Neither agree nor disagree (3)
549 Neither agree nor disagree (3) Disagree strongly (1)
550 Agree moderately (4) Agree strongly (5)
551 Disagree moderately (2) Agree moderately (4)
552 Disagree moderately (2) Agree strongly (5)
553 Disagree moderately (2) Disagree moderately (2)
554 Neither agree nor disagree (3) Neither agree nor disagree (3)
555 Neither agree nor disagree (3) Agree moderately (4)
556 Disagree strongly (1) Agree strongly (5)
557 Agree moderately (4) Disagree moderately (2)
558 Disagree strongly (1) Neither agree nor disagree (3)
559 Disagree moderately (2) Agree strongly (5)
560 Disagree moderately (2) Agree moderately (4)
561 Disagree strongly (1) Neither agree nor disagree (3)
562 Agree moderately (4) Disagree strongly (1)
563 Agree moderately (4) Agree moderately (4)
564 Disagree strongly (1) Agree moderately (4)
565 Neither agree nor disagree (3) Disagree strongly (1)
566 Disagree moderately (2) Agree moderately (4)
567 Neither agree nor disagree (3) Disagree moderately (2)
568 Disagree moderately (2) Agree strongly (5)
569 Disagree strongly (1) Agree strongly (5)
570 Disagree strongly (1) Agree moderately (4)
571 Agree moderately (4) Disagree moderately (2)
572 Neither agree nor disagree (3) Disagree moderately (2)
573 Neither agree nor disagree (3) Agree moderately (4)
574 Disagree moderately (2) Neither agree nor disagree (3)
575 Disagree moderately (2) Neither agree nor disagree (3)
576 Neither agree nor disagree (3) Agree moderately (4)
577 Disagree strongly (1) Neither agree nor disagree (3)
578 Disagree moderately (2) Agree moderately (4)
579 Disagree strongly (1) Disagree strongly (1)
580 Disagree strongly (1) Agree strongly (5)
581 Agree moderately (4) Agree moderately (4)
582 Disagree strongly (1) Neither agree nor disagree (3)
583 Disagree strongly (1) Agree moderately (4)
584 Disagree moderately (2) Agree strongly (5)
585 Disagree moderately (2) Agree moderately (4)
586 Disagree strongly (1) Neither agree nor disagree (3)
587 Neither agree nor disagree (3) Agree moderately (4)
588 Disagree strongly (1) Agree moderately (4)
589 Disagree strongly (1) Agree strongly (5)
590 Disagree strongly (1) Agree strongly (5)
591 Neither agree nor disagree (3) Neither agree nor disagree (3)
592 Disagree moderately (2) Agree moderately (4)
593 Disagree moderately (2) Agree strongly (5)
594 Disagree moderately (2) Neither agree nor disagree (3)
595 Neither agree nor disagree (3) Agree moderately (4)
596 Agree strongly (5) Agree moderately (4)
597 Disagree moderately (2) Neither agree nor disagree (3)
598 Disagree strongly (1) Neither agree nor disagree (3)
599 Agree strongly (5) Disagree strongly (1)
600 Neither agree nor disagree (3) Agree moderately (4)
601 Disagree strongly (1) Agree strongly (5)
602 Neither agree nor disagree (3) Neither agree nor disagree (3)
603 Neither agree nor disagree (3) Agree moderately (4)
604 Agree moderately (4) Agree moderately (4)
605 Neither agree nor disagree (3) Neither agree nor disagree (3)
606 Disagree moderately (2) Agree moderately (4)
607 Disagree moderately (2) Agree strongly (5)
608 Disagree strongly (1) Agree moderately (4)
609 Neither agree nor disagree (3) Agree moderately (4)
610 Disagree moderately (2) Agree moderately (4)
611 Disagree strongly (1) Agree moderately (4)
612 Disagree strongly (1) Agree strongly (5)
613 Disagree moderately (2) Disagree moderately (2)
614 Disagree moderately (2) Agree moderately (4)
615 Disagree moderately (2) Agree moderately (4)
616 Neither agree nor disagree (3) Agree moderately (4)
617 Agree moderately (4) Neither agree nor disagree (3)
618 Disagree moderately (2) Agree moderately (4)
619 Agree moderately (4) Agree moderately (4)
620 Agree moderately (4) Agree moderately (4)
621 Disagree strongly (1) Neither agree nor disagree (3)
622 Neither agree nor disagree (3) Neither agree nor disagree (3)
623 Agree moderately (4) Disagree moderately (2)
624 Disagree strongly (1) Agree strongly (5)
625 Disagree moderately (2) Agree moderately (4)
626 Disagree strongly (1) Agree strongly (5)
627 Neither agree nor disagree (3) Agree moderately (4)
628 Disagree moderately (2) Agree moderately (4)
629 Disagree strongly (1) Agree strongly (5)
630 Neither agree nor disagree (3) Neither agree nor disagree (3)
631 Disagree moderately (2) Neither agree nor disagree (3)
632 Disagree moderately (2) Agree moderately (4)
633 Disagree moderately (2) Agree moderately (4)
634 Neither agree nor disagree (3) Neither agree nor disagree (3)
635 Neither agree nor disagree (3) Agree moderately (4)
636 Disagree moderately (2) Disagree moderately (2)
637 Disagree moderately (2) Agree moderately (4)
638 Neither agree nor disagree (3) Agree moderately (4)
639 Disagree moderately (2) Neither agree nor disagree (3)
640 Neither agree nor disagree (3) Agree moderately (4)
641 Agree strongly (5) Disagree moderately (2)
642 Disagree strongly (1) Agree strongly (5)
643 Disagree moderately (2) Neither agree nor disagree (3)
644 Disagree moderately (2) Neither agree nor disagree (3)
645 Neither agree nor disagree (3) Disagree moderately (2)
646 Disagree strongly (1) Neither agree nor disagree (3)
647 Agree strongly (5) Disagree strongly (1)
648 Disagree strongly (1) Agree moderately (4)
649 Disagree strongly (1) Agree strongly (5)
650 Agree moderately (4) Agree moderately (4)
651 Disagree moderately (2) Agree moderately (4)
652 Disagree strongly (1) Agree strongly (5)
653 Neither agree nor disagree (3) Neither agree nor disagree (3)
654 Disagree strongly (1) Agree moderately (4)
655 Disagree moderately (2) Agree strongly (5)
656 Disagree moderately (2) Disagree moderately (2)
657 Agree strongly (5) Agree strongly (5)
658 Disagree moderately (2) Agree moderately (4)
659 Neither agree nor disagree (3) Agree moderately (4)
660 Disagree strongly (1) Agree moderately (4)
661 Agree moderately (4) Disagree moderately (2)
662 Disagree strongly (1) Agree moderately (4)
663 Disagree moderately (2) Neither agree nor disagree (3)
664 Disagree strongly (1) Agree strongly (5)
665 Neither agree nor disagree (3) Disagree moderately (2)
666 Agree moderately (4) Neither agree nor disagree (3)
667 Neither agree nor disagree (3) Neither agree nor disagree (3)
668 Disagree moderately (2) Agree moderately (4)
669 Agree moderately (4) Agree strongly (5)
670 Disagree moderately (2) Agree moderately (4)
671 Agree moderately (4) Disagree moderately (2)
672 Agree strongly (5) Neither agree nor disagree (3)
673 Disagree moderately (2) Agree strongly (5)
674 Agree moderately (4) Neither agree nor disagree (3)
675 Disagree strongly (1) Agree moderately (4)
676 Disagree strongly (1) Agree moderately (4)
677 Agree strongly (5) Agree strongly (5)
678 Disagree strongly (1) Neither agree nor disagree (3)
679 Neither agree nor disagree (3) Neither agree nor disagree (3)
680 Disagree moderately (2) Agree strongly (5)
681 Disagree strongly (1) Neither agree nor disagree (3)
682 Disagree strongly (1) Agree moderately (4)
683
684 Agree strongly (5) Disagree moderately (2)
685 Disagree moderately (2) Agree moderately (4)
686 Neither agree nor disagree (3) Agree moderately (4)
687 Disagree strongly (1) Agree strongly (5)
688 Agree moderately (4) Agree moderately (4)
689 Disagree strongly (1) Agree strongly (5)
690 Agree moderately (4) Neither agree nor disagree (3)
691 Disagree moderately (2) Neither agree nor disagree (3)
692 Agree moderately (4) Neither agree nor disagree (3)
693 Disagree moderately (2) Agree moderately (4)
694 Agree moderately (4) Agree strongly (5)
695 Disagree moderately (2) Agree moderately (4)
696 Disagree moderately (2) Agree moderately (4)
697 Disagree strongly (1) Agree strongly (5)
698 Disagree moderately (2) Agree moderately (4)
699 Neither agree nor disagree (3) Agree moderately (4)
700 Disagree strongly (1) Agree strongly (5)
701 Disagree moderately (2) Agree moderately (4)
702 Agree moderately (4) Neither agree nor disagree (3)
703 Disagree moderately (2) Agree moderately (4)
704 Neither agree nor disagree (3) Neither agree nor disagree (3)
705 Neither agree nor disagree (3) Neither agree nor disagree (3)
706 Neither agree nor disagree (3) Agree moderately (4)
707 Neither agree nor disagree (3) Agree moderately (4)
708 Disagree strongly (1) Agree strongly (5)
709 Disagree moderately (2) Agree strongly (5)
710 Neither agree nor disagree (3) Neither agree nor disagree (3)
711
712
713 Neither agree nor disagree (3) Agree moderately (4)
714 Disagree moderately (2) Agree moderately (4)
715 Disagree moderately (2) Agree moderately (4)
716 Neither agree nor disagree (3) Agree moderately (4)
717 Disagree strongly (1) Agree moderately (4)
718 Disagree moderately (2) Agree strongly (5)
719 Disagree strongly (1) Agree moderately (4)
720 Disagree strongly (1) Agree strongly (5)
721 Agree strongly (5) Agree moderately (4)
722 Disagree moderately (2) Agree moderately (4)
723 Agree moderately (4) Agree strongly (5)
724 Neither agree nor disagree (3) Agree strongly (5)
725 Disagree moderately (2) Disagree moderately (2)
726 Disagree strongly (1) Neither agree nor disagree (3)
727 Neither agree nor disagree (3) Neither agree nor disagree (3)
728 Disagree strongly (1) Agree moderately (4)
729 Agree moderately (4) Neither agree nor disagree (3)
730 Disagree moderately (2) Agree moderately (4)
731 Neither agree nor disagree (3) Agree strongly (5)
732 Agree moderately (4) Disagree moderately (2)
733 Disagree moderately (2) Agree moderately (4)
734 Disagree strongly (1) Neither agree nor disagree (3)
735 Disagree strongly (1) Agree moderately (4)
736 Agree moderately (4) Agree strongly (5)
737 Agree strongly (5) Neither agree nor disagree (3)
738 Neither agree nor disagree (3) Disagree moderately (2)
739 Disagree moderately (2) Neither agree nor disagree (3)
740 Agree moderately (4) Neither agree nor disagree (3)
741 Neither agree nor disagree (3) Neither agree nor disagree (3)
742 Disagree strongly (1) Agree strongly (5)
743 Agree moderately (4) Agree strongly (5)
744 Agree moderately (4) Agree moderately (4)
745 Disagree strongly (1) Neither agree nor disagree (3)
746 Neither agree nor disagree (3) Agree moderately (4)
747 Neither agree nor disagree (3) Agree moderately (4)
748 Disagree moderately (2) Agree strongly (5)
749 Neither agree nor disagree (3) Agree moderately (4)
750 Neither agree nor disagree (3) Agree moderately (4)
751 Disagree strongly (1) Neither agree nor disagree (3)
752 Disagree strongly (1) Neither agree nor disagree (3)
753 Neither agree nor disagree (3) Agree moderately (4)
754 Neither agree nor disagree (3) Agree moderately (4)
755 Neither agree nor disagree (3) Neither agree nor disagree (3)
756 Agree moderately (4) Agree strongly (5)
757 Neither agree nor disagree (3) Neither agree nor disagree (3)
758 Agree strongly (5) Agree moderately (4)
759 Disagree strongly (1) Agree strongly (5)
760 Neither agree nor disagree (3) Neither agree nor disagree (3)
761 Disagree strongly (1) Neither agree nor disagree (3)
762 Agree moderately (4) Neither agree nor disagree (3)
763 Neither agree nor disagree (3) Neither agree nor disagree (3)
764 Agree strongly (5) Agree strongly (5)
765 Agree moderately (4) Disagree moderately (2)
766 Agree moderately (4) Agree moderately (4)
767 Disagree moderately (2) Neither agree nor disagree (3)
768 Disagree moderately (2) Agree moderately (4)
769 Disagree moderately (2) Agree moderately (4)
770 Neither agree nor disagree (3) Neither agree nor disagree (3)
771 Disagree strongly (1) Disagree strongly (1)
772 Agree moderately (4) Agree moderately (4)
773 Neither agree nor disagree (3) Agree moderately (4)
774 Disagree strongly (1) Neither agree nor disagree (3)
775 Disagree moderately (2) Agree moderately (4)
776 Neither agree nor disagree (3) Neither agree nor disagree (3)
777 Disagree moderately (2) Agree moderately (4)
778 Neither agree nor disagree (3) Agree moderately (4)
779 Disagree moderately (2) Agree moderately (4)
780 Neither agree nor disagree (3) Agree moderately (4)
781 Agree moderately (4) Agree moderately (4)
782 Neither agree nor disagree (3) Disagree moderately (2)
783 Disagree strongly (1) Agree moderately (4)
784 Agree moderately (4) Agree moderately (4)
785 Agree strongly (5) Agree strongly (5)
786 Neither agree nor disagree (3) Neither agree nor disagree (3)
787 Disagree moderately (2) Neither agree nor disagree (3)
788 Neither agree nor disagree (3) Disagree strongly (1)
789 Disagree strongly (1) Agree moderately (4)
790 Neither agree nor disagree (3) Agree strongly (5)
791 Agree strongly (5) Agree strongly (5)
792 Disagree moderately (2) Neither agree nor disagree (3)
793 Disagree moderately (2) Neither agree nor disagree (3)
794 Disagree strongly (1) Neither agree nor disagree (3)
795 Disagree moderately (2) Agree moderately (4)
796 Disagree moderately (2) Agree moderately (4)
797 Neither agree nor disagree (3) Agree strongly (5)
798 Disagree strongly (1) Agree strongly (5)
799 Neither agree nor disagree (3) Neither agree nor disagree (3)
800 Disagree strongly (1) Neither agree nor disagree (3)
801 Agree moderately (4) Disagree moderately (2)
802 Disagree strongly (1) Agree strongly (5)
803 Agree strongly (5) Disagree strongly (1)
804 Disagree moderately (2) Agree moderately (4)
805 Disagree strongly (1) Agree moderately (4)
806 Disagree moderately (2) Agree moderately (4)
807 Disagree strongly (1) Agree strongly (5)
808 Disagree moderately (2) Disagree moderately (2)
809 Neither agree nor disagree (3) Agree strongly (5)
810 Disagree moderately (2) Agree moderately (4)
811 Disagree moderately (2) Neither agree nor disagree (3)
812 Disagree strongly (1) Neither agree nor disagree (3)
813 Neither agree nor disagree (3) Agree moderately (4)
814 Neither agree nor disagree (3) Neither agree nor disagree (3)
815 Disagree moderately (2) Agree strongly (5)
816 Disagree moderately (2) Agree moderately (4)
817 Disagree strongly (1) Agree moderately (4)
818 Agree moderately (4) Neither agree nor disagree (3)
819 Disagree strongly (1) Neither agree nor disagree (3)
820 Disagree moderately (2) Neither agree nor disagree (3)
821 Neither agree nor disagree (3) Agree strongly (5)
822 Disagree moderately (2) Agree moderately (4)
823 Disagree moderately (2) Agree strongly (5)
824 Disagree strongly (1) Neither agree nor disagree (3)
825 Disagree moderately (2) Agree moderately (4)
826 Neither agree nor disagree (3) Disagree moderately (2)
827 Disagree strongly (1) Agree moderately (4)
828 Agree moderately (4) Agree moderately (4)
829 Neither agree nor disagree (3) Neither agree nor disagree (3)
830 Disagree strongly (1) Agree strongly (5)
831 Disagree strongly (1) Agree moderately (4)
832 Disagree moderately (2) Agree moderately (4)
833 Disagree moderately (2) Agree moderately (4)
834 Disagree moderately (2) Neither agree nor disagree (3)
835 Disagree strongly (1) Agree moderately (4)
836 Disagree strongly (1) Neither agree nor disagree (3)
837 Disagree moderately (2) Agree strongly (5)
838 Neither agree nor disagree (3) Agree moderately (4)
839 Neither agree nor disagree (3) Neither agree nor disagree (3)
840 Disagree moderately (2) Neither agree nor disagree (3)
841 Disagree moderately (2) Neither agree nor disagree (3)
842 Neither agree nor disagree (3) Agree strongly (5)
843 Disagree moderately (2) Agree strongly (5)
844 Disagree moderately (2) Neither agree nor disagree (3)
845 Agree strongly (5) Neither agree nor disagree (3)
846 Neither agree nor disagree (3) Agree moderately (4)
847 Agree moderately (4) Agree strongly (5)
848 Neither agree nor disagree (3) Neither agree nor disagree (3)
849 Agree moderately (4) Neither agree nor disagree (3)
850 Neither agree nor disagree (3) Agree moderately (4)
851 Disagree strongly (1) Agree strongly (5)
852 Neither agree nor disagree (3) Neither agree nor disagree (3)
853 Disagree moderately (2) Neither agree nor disagree (3)
854 Neither agree nor disagree (3) Neither agree nor disagree (3)
855 Agree strongly (5) Neither agree nor disagree (3)
856 Disagree moderately (2) Agree moderately (4)
857 Agree moderately (4) Agree moderately (4)
858 Disagree strongly (1) Agree strongly (5)
859 Agree moderately (4) Neither agree nor disagree (3)
860 Disagree moderately (2) Disagree moderately (2)
861 Neither agree nor disagree (3) Neither agree nor disagree (3)
862 Agree moderately (4) Disagree strongly (1)
863
864 Agree moderately (4) Neither agree nor disagree (3)
865 Neither agree nor disagree (3) Agree moderately (4)
866 Neither agree nor disagree (3) Neither agree nor disagree (3)
867 Disagree strongly (1) Agree moderately (4)
868 Disagree strongly (1) Agree moderately (4)
869 Agree moderately (4) Agree moderately (4)
870 Disagree moderately (2) Agree moderately (4)
871 Disagree strongly (1) Agree moderately (4)
872 Disagree strongly (1) Neither agree nor disagree (3)
873 Disagree moderately (2) Agree moderately (4)
874 Disagree moderately (2) Disagree moderately (2)
875 Disagree strongly (1) Agree strongly (5)
876 Disagree moderately (2) Neither agree nor disagree (3)
877 Disagree strongly (1) Agree moderately (4)
878 Neither agree nor disagree (3) Neither agree nor disagree (3)
879 Disagree moderately (2) Neither agree nor disagree (3)
880 Disagree strongly (1) Agree moderately (4)
881 Disagree strongly (1) Neither agree nor disagree (3)
882 Disagree strongly (1) Disagree moderately (2)
883 Neither agree nor disagree (3) Neither agree nor disagree (3)
884 Neither agree nor disagree (3) Neither agree nor disagree (3)
885 Disagree strongly (1) Agree moderately (4)
886 Disagree moderately (2) Agree moderately (4)
887 Neither agree nor disagree (3) Neither agree nor disagree (3)
888 Disagree strongly (1) Agree strongly (5)
889 Disagree moderately (2) Agree moderately (4)
890 Disagree strongly (1) Agree moderately (4)
891 Disagree moderately (2) Agree moderately (4)
892 Disagree moderately (2) Agree moderately (4)
893 Disagree moderately (2) Agree moderately (4)
894 Disagree strongly (1) Agree moderately (4)
895 Disagree strongly (1) Agree moderately (4)
896 Disagree moderately (2) Disagree moderately (2)
897 Disagree moderately (2) Neither agree nor disagree (3)
898 Disagree strongly (1) Agree moderately (4)
899 Agree strongly (5) Agree moderately (4)
900 Disagree strongly (1) Agree moderately (4)
901 Disagree strongly (1) Agree moderately (4)
902 Disagree moderately (2) Agree moderately (4)
903 Disagree strongly (1) Neither agree nor disagree (3)
904 Disagree moderately (2) Neither agree nor disagree (3)
905 Neither agree nor disagree (3) Agree strongly (5)
906 Neither agree nor disagree (3) Agree moderately (4)
907 Disagree moderately (2) Agree strongly (5)
908 Agree strongly (5) Disagree strongly (1)
909 Disagree strongly (1) Agree moderately (4)
910 Disagree moderately (2) Agree moderately (4)
911 Disagree strongly (1) Agree strongly (5)
912 Disagree strongly (1) Neither agree nor disagree (3)
913 Neither agree nor disagree (3) Agree moderately (4)
914 Neither agree nor disagree (3) Agree moderately (4)
915 Agree moderately (4) Agree strongly (5)
916 Disagree moderately (2) Agree moderately (4)
917 Neither agree nor disagree (3) Agree moderately (4)
918 Disagree strongly (1) Agree moderately (4)
919 Agree moderately (4) Agree moderately (4)
920 Agree moderately (4) Disagree moderately (2)
921 Neither agree nor disagree (3) Agree moderately (4)
922 Disagree moderately (2) Agree moderately (4)
923 Neither agree nor disagree (3) Agree strongly (5)
924 Agree moderately (4) Neither agree nor disagree (3)
925 Disagree moderately (2) Agree moderately (4)
926 Neither agree nor disagree (3) Agree moderately (4)
927 Disagree moderately (2) Agree moderately (4)
928 Disagree moderately (2) Agree moderately (4)
929 Disagree strongly (1) Agree strongly (5)
930 Disagree moderately (2) Neither agree nor disagree (3)
931 Agree moderately (4) Agree strongly (5)
932 Disagree strongly (1) Agree strongly (5)
933 Disagree strongly (1) Disagree moderately (2)
934 Neither agree nor disagree (3) Agree moderately (4)
935 Disagree strongly (1) Agree moderately (4)
936 Neither agree nor disagree (3) Agree strongly (5)
937 Disagree moderately (2) Agree moderately (4)
938 Agree strongly (5) Agree strongly (5)
939 Disagree strongly (1) Agree strongly (5)
940 Neither agree nor disagree (3) Disagree moderately (2)
941 Disagree strongly (1) Disagree moderately (2)
942 Disagree strongly (1) Agree strongly (5)
943 Agree moderately (4) Agree moderately (4)
944 Disagree strongly (1) Agree strongly (5)
945 Neither agree nor disagree (3) Agree moderately (4)
946 Agree moderately (4) Disagree strongly (1)
947 Agree moderately (4) Agree moderately (4)
948 Disagree moderately (2) Neither agree nor disagree (3)
949 Agree moderately (4) Neither agree nor disagree (3)
950 Disagree strongly (1) Agree moderately (4)
951 Agree moderately (4) Disagree moderately (2)
952 Disagree moderately (2) Disagree moderately (2)
953 Disagree strongly (1) Agree moderately (4)
954 Agree moderately (4) Neither agree nor disagree (3)
955 Disagree moderately (2) Neither agree nor disagree (3)
956 Disagree strongly (1) Neither agree nor disagree (3)
957 Agree moderately (4) Neither agree nor disagree (3)
958 Disagree strongly (1) Agree moderately (4)
959 Agree strongly (5) Agree moderately (4)
960 Disagree moderately (2) Agree moderately (4)
961 Disagree moderately (2) Agree strongly (5)
962
963 Agree moderately (4) Disagree moderately (2)
964 Neither agree nor disagree (3) Agree strongly (5)
965 Agree moderately (4) Disagree moderately (2)
966 Disagree moderately (2) Agree moderately (4)
967 Neither agree nor disagree (3) Neither agree nor disagree (3)
968 Disagree strongly (1) Agree moderately (4)
969 Disagree moderately (2) Agree moderately (4)
970 Disagree strongly (1) Agree strongly (5)
971 Neither agree nor disagree (3) Disagree moderately (2)
972 Disagree moderately (2) Neither agree nor disagree (3)
973 Disagree moderately (2) Agree moderately (4)
974 Disagree moderately (2) Agree moderately (4)
975 Agree moderately (4) Agree moderately (4)
976 Agree strongly (5) Neither agree nor disagree (3)
977 Neither agree nor disagree (3) Agree moderately (4)
978 Agree moderately (4) Neither agree nor disagree (3)
979 Disagree moderately (2) Agree moderately (4)
980 Neither agree nor disagree (3) Neither agree nor disagree (3)
981 Disagree moderately (2) Neither agree nor disagree (3)
982 Disagree strongly (1) Agree strongly (5)
983 Disagree moderately (2) Neither agree nor disagree (3)
984 Disagree moderately (2) Neither agree nor disagree (3)
985 Disagree strongly (1) Agree strongly (5)
986 Agree moderately (4) Agree moderately (4)
987 Disagree moderately (2) Agree moderately (4)
988 Neither agree nor disagree (3) Agree moderately (4)
989 Agree moderately (4) Agree moderately (4)
990 Neither agree nor disagree (3) Disagree strongly (1)
991 Neither agree nor disagree (3) Disagree moderately (2)
992 Disagree moderately (2) Agree moderately (4)
993 Neither agree nor disagree (3) Neither agree nor disagree (3)
994 Disagree moderately (2) Agree moderately (4)
995 Disagree strongly (1) Neither agree nor disagree (3)
996 Agree moderately (4) Neither agree nor disagree (3)
997 Disagree moderately (2) Agree moderately (4)
998 Agree moderately (4) Agree strongly (5)
999 Disagree strongly (1) Agree strongly (5)
1000 Agree moderately (4) Disagree strongly (1)
1001 Agree moderately (4) Neither agree nor disagree (3)
1002 Disagree strongly (1) Agree moderately (4)
1003 Disagree strongly (1) Agree moderately (4)
1004 Neither agree nor disagree (3) Neither agree nor disagree (3)
1005 Disagree moderately (2) Agree strongly (5)
1006 Disagree moderately (2) Agree moderately (4)
1007 Disagree moderately (2) Disagree moderately (2)
1008 Neither agree nor disagree (3) Neither agree nor disagree (3)
1009 Disagree moderately (2) Neither agree nor disagree (3)
1010 Disagree moderately (2) Agree strongly (5)
1011
1012 Disagree strongly (1) Agree moderately (4)
1013 Disagree moderately (2) Agree moderately (4)
1014 Disagree moderately (2) Agree strongly (5)
1015 Agree moderately (4) Neither agree nor disagree (3)
1016
1017 Neither agree nor disagree (3) Neither agree nor disagree (3)
1018 Disagree moderately (2) Agree moderately (4)
1019 Disagree strongly (1) Agree strongly (5)
1020 Neither agree nor disagree (3) Agree strongly (5)
1021 Disagree moderately (2) Agree moderately (4)
1022 Agree moderately (4) Agree strongly (5)
1023 Disagree strongly (1) Disagree moderately (2)
1024 Neither agree nor disagree (3) Neither agree nor disagree (3)
1025 Disagree moderately (2) Agree strongly (5)
1026 Disagree strongly (1) Neither agree nor disagree (3)
1027 Disagree moderately (2) Agree moderately (4)
1028 Agree moderately (4) Neither agree nor disagree (3)
1029 Disagree moderately (2) Agree moderately (4)
1030 Disagree strongly (1) Disagree moderately (2)
1031 Disagree strongly (1) Agree strongly (5)
1032 Neither agree nor disagree (3) Agree strongly (5)
1033 Neither agree nor disagree (3) Agree strongly (5)
1034 Disagree moderately (2) Agree strongly (5)
1035 Disagree strongly (1) Neither agree nor disagree (3)
1036 Disagree strongly (1) Disagree moderately (2)
1037 Neither agree nor disagree (3) Agree moderately (4)
1038 Disagree moderately (2) Disagree strongly (1)
1039 Agree moderately (4) Agree moderately (4)
1040 Disagree moderately (2) Agree moderately (4)
1041 Neither agree nor disagree (3) Neither agree nor disagree (3)
1042 Agree moderately (4) Agree moderately (4)
1043 Neither agree nor disagree (3) Agree moderately (4)
1044 Agree moderately (4) Disagree moderately (2)
1045 Disagree strongly (1) Neither agree nor disagree (3)
1046 Neither agree nor disagree (3) Agree strongly (5)
1047 Disagree moderately (2) Agree moderately (4)
1048 Disagree moderately (2) Neither agree nor disagree (3)
1049 Neither agree nor disagree (3) Agree moderately (4)
1050 Disagree moderately (2) Neither agree nor disagree (3)
1051 Neither agree nor disagree (3) Neither agree nor disagree (3)
1052 Disagree strongly (1) Agree moderately (4)
1053 Disagree moderately (2) Agree moderately (4)
1054 Disagree strongly (1) Agree moderately (4)
1055 Neither agree nor disagree (3) Agree moderately (4)
1056 Neither agree nor disagree (3) Agree moderately (4)
1057 Agree moderately (4) Neither agree nor disagree (3)
1058 Neither agree nor disagree (3) Agree moderately (4)
1059 Neither agree nor disagree (3) Neither agree nor disagree (3)
1060 Disagree strongly (1) Neither agree nor disagree (3)
1061 Neither agree nor disagree (3) Agree strongly (5)
1062 Disagree strongly (1) Neither agree nor disagree (3)
1063 Agree strongly (5) Disagree strongly (1)
1064 Disagree moderately (2) Neither agree nor disagree (3)
1065 Disagree moderately (2) Agree moderately (4)
1066 Disagree strongly (1) Neither agree nor disagree (3)
1067 Disagree moderately (2) Agree moderately (4)
1068 Neither agree nor disagree (3) Agree strongly (5)
1069 Disagree strongly (1) Neither agree nor disagree (3)
1070 Disagree strongly (1) Agree moderately (4)
1071 Disagree moderately (2) Agree moderately (4)
1072 Disagree strongly (1) Agree strongly (5)
1073
1074 Disagree moderately (2) Agree moderately (4)
1075 Agree moderately (4) Agree strongly (5)
1076 Disagree strongly (1) Disagree moderately (2)
1077
1078 Disagree moderately (2) Agree moderately (4)
1079 Disagree strongly (1) Agree strongly (5)
1080 Disagree strongly (1) Agree strongly (5)
1081 Neither agree nor disagree (3) Agree moderately (4)
1082 Disagree moderately (2) Neither agree nor disagree (3)
1083 Disagree strongly (1) Agree strongly (5)
1084 Disagree strongly (1) Agree strongly (5)
1085 Neither agree nor disagree (3) Agree moderately (4)
1086 Disagree moderately (2) Disagree moderately (2)
1087 Disagree moderately (2) Agree moderately (4)
1088 Disagree moderately (2) Disagree strongly (1)
1089 Neither agree nor disagree (3) Agree moderately (4)
1090 Agree strongly (5) Agree moderately (4)
1091 Neither agree nor disagree (3) Disagree strongly (1)
1092 Disagree moderately (2) Agree moderately (4)
1093 Neither agree nor disagree (3) Disagree moderately (2)
1094 Disagree strongly (1) Agree moderately (4)
1095
1096 Disagree strongly (1) Disagree moderately (2)
1097 Agree moderately (4) Neither agree nor disagree (3)
1098 Agree strongly (5) Agree moderately (4)
1099 Neither agree nor disagree (3) Neither agree nor disagree (3)
1100 Disagree moderately (2) Neither agree nor disagree (3)
1101 Neither agree nor disagree (3) Agree moderately (4)
1102 Disagree moderately (2) Disagree moderately (2)
1103 Disagree strongly (1) Agree moderately (4)
1104 Agree strongly (5) Agree moderately (4)
1105 Disagree moderately (2) Agree strongly (5)
1106 Disagree strongly (1) Agree strongly (5)
1107 Agree strongly (5) Agree strongly (5)
1108 Disagree moderately (2) Neither agree nor disagree (3)
1109 Disagree strongly (1) Agree moderately (4)
1110 Disagree moderately (2) Neither agree nor disagree (3)
1111 Disagree strongly (1) Neither agree nor disagree (3)
1112 Agree moderately (4) Neither agree nor disagree (3)
1113 Neither agree nor disagree (3) Disagree moderately (2)
1114 Agree moderately (4) Agree moderately (4)
1115 Disagree moderately (2) Agree moderately (4)
1116 Disagree strongly (1) Agree strongly (5)
1117 Disagree strongly (1) Agree moderately (4)
1118 Neither agree nor disagree (3) Agree strongly (5)
1119 Agree moderately (4) Agree moderately (4)
1120 Disagree strongly (1) Neither agree nor disagree (3)
1121 Disagree strongly (1) Agree moderately (4)
1122 Disagree strongly (1) Neither agree nor disagree (3)
1123 Disagree strongly (1) Neither agree nor disagree (3)
1124 Disagree moderately (2) Agree moderately (4)
1125 Neither agree nor disagree (3) Neither agree nor disagree (3)
1126 Disagree moderately (2) Agree moderately (4)
1127 Disagree strongly (1) Agree strongly (5)
1128 Disagree strongly (1) Neither agree nor disagree (3)
1129 Agree moderately (4) Agree moderately (4)
1130 Agree moderately (4) Agree strongly (5)
1131 Agree strongly (5) Neither agree nor disagree (3)
1132 Disagree strongly (1) Agree moderately (4)
1133 Disagree strongly (1) Agree strongly (5)
1134 Agree moderately (4) Neither agree nor disagree (3)
1135 Disagree strongly (1) Agree moderately (4)
1136 Neither agree nor disagree (3) Agree moderately (4)
1137 Neither agree nor disagree (3) Neither agree nor disagree (3)
1138 Agree moderately (4) Agree strongly (5)
1139 Neither agree nor disagree (3) Agree moderately (4)
1140 Disagree moderately (2) Agree moderately (4)
1141 Disagree strongly (1) Neither agree nor disagree (3)
1142
1143 Neither agree nor disagree (3) Neither agree nor disagree (3)
1144 Disagree moderately (2) Agree moderately (4)
1145 Agree moderately (4) Neither agree nor disagree (3)
1146 Neither agree nor disagree (3) Neither agree nor disagree (3)
1147 Disagree strongly (1) Disagree moderately (2)
1148 Neither agree nor disagree (3) Agree moderately (4)
1149 Disagree moderately (2) Neither agree nor disagree (3)
1150 Neither agree nor disagree (3) Neither agree nor disagree (3)
1151 Disagree moderately (2) Neither agree nor disagree (3)
1152 Agree moderately (4) Agree moderately (4)
1153 Neither agree nor disagree (3) Disagree moderately (2)
1154 Neither agree nor disagree (3) Agree moderately (4)
1155 Neither agree nor disagree (3) Agree moderately (4)
1156 Neither agree nor disagree (3) Agree moderately (4)
1157 Disagree moderately (2) Neither agree nor disagree (3)
1158 Disagree moderately (2) Neither agree nor disagree (3)
1159 Neither agree nor disagree (3) Agree moderately (4)
1160 Disagree moderately (2) Disagree moderately (2)
1161 Agree strongly (5) Agree moderately (4)
1162 Disagree moderately (2) Disagree moderately (2)
1163 Agree moderately (4) Agree strongly (5)
1164 Disagree strongly (1) Agree moderately (4)
1165 Disagree moderately (2) Agree moderately (4)
1166 Disagree moderately (2) Disagree moderately (2)
1167 Neither agree nor disagree (3) Agree strongly (5)
1168 Neither agree nor disagree (3) Disagree moderately (2)
1169 Disagree moderately (2) Agree strongly (5)
1170 Neither agree nor disagree (3) Disagree strongly (1)
1171 Agree moderately (4) Agree moderately (4)
1172 Neither agree nor disagree (3) Agree moderately (4)
1173 Disagree strongly (1) Neither agree nor disagree (3)
1174 Agree moderately (4) Disagree moderately (2)
1175 Disagree strongly (1) Agree strongly (5)
1176 Disagree strongly (1) Agree strongly (5)
1177 Disagree moderately (2) Disagree strongly (1)
1178 Disagree moderately (2) Agree moderately (4)
1179 Agree strongly (5) Agree strongly (5)
1180 Disagree strongly (1) Agree strongly (5)
1181 Disagree moderately (2) Agree moderately (4)
1182 Neither agree nor disagree (3) Agree moderately (4)
1183 Disagree moderately (2) Agree strongly (5)
1184 Disagree moderately (2) Agree moderately (4)
1185 Disagree moderately (2) Agree moderately (4)
1186
1187 Disagree moderately (2) Neither agree nor disagree (3)
1188 Disagree strongly (1) Agree moderately (4)
1189 Agree moderately (4) Disagree moderately (2)
1190 Agree moderately (4) Agree moderately (4)
1191 Disagree strongly (1) Agree strongly (5)
1192
1193 Agree moderately (4) Agree strongly (5)
1194
1195 Neither agree nor disagree (3) Neither agree nor disagree (3)
1196 Disagree strongly (1) Agree moderately (4)
1197 Agree moderately (4) Neither agree nor disagree (3)
1198 Agree moderately (4) Agree moderately (4)
1199 Disagree strongly (1) Neither agree nor disagree (3)
1200 Disagree moderately (2) Agree moderately (4)
1201
1202 Disagree strongly (1) Agree moderately (4)
1203 Disagree strongly (1) Agree moderately (4)
1204 Neither agree nor disagree (3) Agree strongly (5)
1205 Neither agree nor disagree (3) Neither agree nor disagree (3)
1206 Disagree moderately (2) Neither agree nor disagree (3)
1207 Agree moderately (4) Agree strongly (5)
1208 Agree moderately (4) Agree moderately (4)
1209 Neither agree nor disagree (3) Agree moderately (4)
1210 Disagree strongly (1) Agree moderately (4)
1211 Disagree moderately (2) Agree moderately (4)
1212 Disagree moderately (2) Agree strongly (5)
1213 Neither agree nor disagree (3) Neither agree nor disagree (3)
1214 Neither agree nor disagree (3) Agree moderately (4)
1215 Agree moderately (4) Disagree strongly (1)
1216 Agree moderately (4) Agree moderately (4)
1217 Disagree moderately (2) Agree moderately (4)
1218
1219 Neither agree nor disagree (3) Neither agree nor disagree (3)
1220 Agree strongly (5) Agree moderately (4)
1221 Disagree strongly (1) Agree strongly (5)
1222 Neither agree nor disagree (3) Neither agree nor disagree (3)
1223 Disagree strongly (1) Neither agree nor disagree (3)
1224 Agree strongly (5) Agree moderately (4)
1225 Disagree strongly (1) Disagree moderately (2)
1226 Disagree moderately (2) Agree strongly (5)
1227 Neither agree nor disagree (3) Agree moderately (4)
1228 Neither agree nor disagree (3) Agree moderately (4)
1229 Disagree strongly (1) Neither agree nor disagree (3)
1230 Neither agree nor disagree (3) Neither agree nor disagree (3)
1231 Neither agree nor disagree (3) Neither agree nor disagree (3)
1232 Disagree moderately (2) Neither agree nor disagree (3)
1233 Neither agree nor disagree (3) Neither agree nor disagree (3)
1234 Disagree moderately (2) Agree strongly (5)
1235 Disagree moderately (2) Agree moderately (4)
1236 Disagree moderately (2) Agree moderately (4)
1237 Disagree strongly (1) Agree moderately (4)
1238 Disagree strongly (1) Neither agree nor disagree (3)
1239 Disagree strongly (1) Agree moderately (4)
1240 Disagree strongly (1) Agree strongly (5)
1241 Disagree strongly (1) Agree strongly (5)
1242 Disagree strongly (1) Agree moderately (4)
1243 Neither agree nor disagree (3) Neither agree nor disagree (3)
1244 Disagree strongly (1) Agree strongly (5)
1245 Neither agree nor disagree (3) Neither agree nor disagree (3)
1246 Disagree moderately (2) Agree moderately (4)
1247 Disagree moderately (2) Agree moderately (4)
1248 Disagree moderately (2) Agree moderately (4)
1249 Disagree strongly (1) Agree moderately (4)
personality_10 Q27_5
1 REDACTED
2 Agree strongly (5) REDACTED
3 REDACTED
4 Neither agree nor disagree (3) REDACTED
5 Disagree moderately (2) REDACTED
6 Neither agree nor disagree (3) REDACTED
7 Agree moderately (4) REDACTED
8 Disagree strongly (1) REDACTED
9 Disagree moderately (2) REDACTED
10 Neither agree nor disagree (3) REDACTED
11 Disagree moderately (2) REDACTED
12 Agree strongly (5) REDACTED
13 Disagree strongly (1) REDACTED
14 Agree moderately (4) REDACTED
15 Agree moderately (4) REDACTED
16 Agree strongly (5) REDACTED
17 REDACTED
18 Agree strongly (5) REDACTED
19 Disagree moderately (2) REDACTED
20 Agree strongly (5) REDACTED
21 Agree moderately (4) REDACTED
22 Neither agree nor disagree (3) REDACTED
23 Disagree moderately (2) REDACTED
24 Disagree moderately (2) REDACTED
25 REDACTED
26 Disagree strongly (1) REDACTED
27 6 REDACTED
28 Agree moderately (4) REDACTED
29 Agree moderately (4) REDACTED
30 Neither agree nor disagree (3) REDACTED
31 Neither agree nor disagree (3) REDACTED
32 Disagree moderately (2) REDACTED
33 Agree strongly (5) REDACTED
34 Agree moderately (4) REDACTED
35 Agree strongly (5) REDACTED
36 Neither agree nor disagree (3) REDACTED
37 Neither agree nor disagree (3) REDACTED
38 Neither agree nor disagree (3) REDACTED
39 Agree moderately (4) REDACTED
40 REDACTED
41 Agree strongly (5) REDACTED
42 Agree moderately (4) REDACTED
43 Agree moderately (4) REDACTED
44 Neither agree nor disagree (3) REDACTED
45 Agree moderately (4) REDACTED
46 Agree strongly (5) REDACTED
47 Agree strongly (5) REDACTED
48 Disagree moderately (2) REDACTED
49 Agree strongly (5) REDACTED
50 Agree moderately (4) REDACTED
51 Neither agree nor disagree (3) REDACTED
52 Disagree moderately (2) REDACTED
53 Agree moderately (4) REDACTED
54 Agree moderately (4) REDACTED
55 Agree moderately (4) REDACTED
56 Agree strongly (5) REDACTED
57 Neither agree nor disagree (3) REDACTED
58 Neither agree nor disagree (3) REDACTED
59 Agree strongly (5) REDACTED
60 Disagree moderately (2) REDACTED
61 Neither agree nor disagree (3) REDACTED
62 Disagree moderately (2) REDACTED
63 Agree strongly (5) REDACTED
64 Agree moderately (4) REDACTED
65 Disagree moderately (2) REDACTED
66 Agree strongly (5) REDACTED
67 Neither agree nor disagree (3) REDACTED
68 Neither agree nor disagree (3) REDACTED
69 Agree moderately (4) REDACTED
70 Neither agree nor disagree (3) REDACTED
71 Neither agree nor disagree (3) REDACTED
72 Neither agree nor disagree (3) REDACTED
73 Neither agree nor disagree (3) REDACTED
74 Agree moderately (4) REDACTED
75 Agree moderately (4) REDACTED
76 Agree moderately (4) REDACTED
77 Agree strongly (5) REDACTED
78 Agree moderately (4) REDACTED
79 REDACTED
80 Agree strongly (5) REDACTED
81 Agree moderately (4) REDACTED
82 Neither agree nor disagree (3) REDACTED
83 Agree strongly (5) REDACTED
84 Neither agree nor disagree (3) REDACTED
85 Disagree moderately (2) REDACTED
86 Agree moderately (4) REDACTED
87 Agree moderately (4) REDACTED
88 Disagree strongly (1) REDACTED
89 REDACTED
90 REDACTED
91 Neither agree nor disagree (3) REDACTED
92 Neither agree nor disagree (3) REDACTED
93 Neither agree nor disagree (3) REDACTED
94 Neither agree nor disagree (3) REDACTED
95 Agree moderately (4) REDACTED
96 Agree strongly (5) REDACTED
97 Agree moderately (4) REDACTED
98 Agree strongly (5) REDACTED
99 Agree strongly (5) REDACTED
100 Neither agree nor disagree (3) REDACTED
101 Agree moderately (4) REDACTED
102 Neither agree nor disagree (3) REDACTED
103 Agree strongly (5) REDACTED
104 Agree moderately (4) REDACTED
105 Agree moderately (4) REDACTED
106 Neither agree nor disagree (3) REDACTED
107 Neither agree nor disagree (3) REDACTED
108 Disagree strongly (1) REDACTED
109 Agree moderately (4) REDACTED
110 Agree strongly (5) REDACTED
111 REDACTED
112 Agree moderately (4) REDACTED
113 Neither agree nor disagree (3) REDACTED
114 Agree strongly (5) REDACTED
115 Disagree moderately (2) REDACTED
116 Agree moderately (4) REDACTED
117 Agree moderately (4) REDACTED
118 Neither agree nor disagree (3) REDACTED
119 Neither agree nor disagree (3) REDACTED
120 Agree moderately (4) REDACTED
121 Agree moderately (4) REDACTED
122 Agree strongly (5) REDACTED
123 Agree moderately (4) REDACTED
124 Neither agree nor disagree (3) REDACTED
125 Agree strongly (5) REDACTED
126 Agree strongly (5) REDACTED
127 Agree moderately (4) REDACTED
128 Agree moderately (4) REDACTED
129 Agree strongly (5) REDACTED
130 Disagree moderately (2) REDACTED
131 Agree moderately (4) REDACTED
132 Neither agree nor disagree (3) REDACTED
133 Disagree strongly (1) REDACTED
134 Agree moderately (4) REDACTED
135 Neither agree nor disagree (3) REDACTED
136 Agree moderately (4) REDACTED
137 Agree moderately (4) REDACTED
138 Agree strongly (5) REDACTED
139 Agree moderately (4) REDACTED
140 Agree strongly (5) REDACTED
141 Neither agree nor disagree (3) REDACTED
142 Neither agree nor disagree (3) REDACTED
143 Neither agree nor disagree (3) REDACTED
144 Neither agree nor disagree (3) REDACTED
145 Disagree moderately (2) REDACTED
146 Agree moderately (4) REDACTED
147 Agree strongly (5) REDACTED
148 Neither agree nor disagree (3) REDACTED
149 Neither agree nor disagree (3) REDACTED
150 Agree strongly (5) REDACTED
151 Disagree moderately (2) REDACTED
152 Agree moderately (4) REDACTED
153 Neither agree nor disagree (3) REDACTED
154 REDACTED
155 Disagree strongly (1) REDACTED
156 Neither agree nor disagree (3) REDACTED
157 Agree strongly (5) REDACTED
158 Agree moderately (4) REDACTED
159 Agree moderately (4) REDACTED
160 Agree moderately (4) REDACTED
161 Agree strongly (5) REDACTED
162 Neither agree nor disagree (3) REDACTED
163 Neither agree nor disagree (3) REDACTED
164 Agree moderately (4) REDACTED
165 Agree moderately (4) REDACTED
166 Neither agree nor disagree (3) REDACTED
167 Agree moderately (4) REDACTED
168 Agree moderately (4) REDACTED
169 Neither agree nor disagree (3) REDACTED
170 Neither agree nor disagree (3) REDACTED
171 Neither agree nor disagree (3) REDACTED
172 Agree strongly (5) REDACTED
173 Disagree moderately (2) REDACTED
174 Neither agree nor disagree (3) REDACTED
175 Agree strongly (5) REDACTED
176 Agree moderately (4) REDACTED
177 Agree moderately (4) REDACTED
178 Agree strongly (5) REDACTED
179 Neither agree nor disagree (3) REDACTED
180 Agree strongly (5) REDACTED
181 Agree strongly (5) REDACTED
182 Neither agree nor disagree (3) REDACTED
183 Neither agree nor disagree (3) REDACTED
184 Disagree moderately (2) REDACTED
185 Agree strongly (5) REDACTED
186 Agree strongly (5) REDACTED
187 Neither agree nor disagree (3) REDACTED
188 Neither agree nor disagree (3) REDACTED
189 Agree strongly (5) REDACTED
190 Neither agree nor disagree (3) REDACTED
191 Disagree moderately (2) REDACTED
192 Agree strongly (5) REDACTED
193 Agree moderately (4) REDACTED
194 Agree strongly (5) REDACTED
195 Neither agree nor disagree (3) REDACTED
196 Disagree strongly (1) REDACTED
197 Agree strongly (5) REDACTED
198 Disagree moderately (2) REDACTED
199 Agree strongly (5) REDACTED
200 Disagree moderately (2) REDACTED
201 Neither agree nor disagree (3) REDACTED
202 Agree moderately (4) REDACTED
203 Neither agree nor disagree (3) REDACTED
204 Neither agree nor disagree (3) REDACTED
205 Agree moderately (4) REDACTED
206 Disagree moderately (2) REDACTED
207 Neither agree nor disagree (3) REDACTED
208 Disagree strongly (1) REDACTED
209 Agree strongly (5) REDACTED
210 REDACTED
211 Agree moderately (4) REDACTED
212 Neither agree nor disagree (3) REDACTED
213 Agree moderately (4) REDACTED
214 Neither agree nor disagree (3) REDACTED
215 Agree strongly (5) REDACTED
216 Agree moderately (4) REDACTED
217 Agree moderately (4) REDACTED
218 Agree moderately (4) REDACTED
219 Neither agree nor disagree (3) REDACTED
220 Disagree moderately (2) REDACTED
221 Neither agree nor disagree (3) REDACTED
222 Agree moderately (4) REDACTED
223 Agree moderately (4) REDACTED
224 Disagree moderately (2) REDACTED
225 Neither agree nor disagree (3) REDACTED
226 Disagree moderately (2) REDACTED
227 Agree moderately (4) REDACTED
228 Agree strongly (5) REDACTED
229 Neither agree nor disagree (3) REDACTED
230 Agree moderately (4) REDACTED
231 Neither agree nor disagree (3) REDACTED
232 Agree moderately (4) REDACTED
233 Neither agree nor disagree (3) REDACTED
234 Agree moderately (4) REDACTED
235 Agree strongly (5) REDACTED
236 Agree strongly (5) REDACTED
237 Agree moderately (4) REDACTED
238 Neither agree nor disagree (3) REDACTED
239 Agree strongly (5) REDACTED
240 Agree moderately (4) REDACTED
241 Neither agree nor disagree (3) REDACTED
242 Agree moderately (4) REDACTED
243 Neither agree nor disagree (3) REDACTED
244 Agree moderately (4) REDACTED
245 Neither agree nor disagree (3) REDACTED
246 Neither agree nor disagree (3) REDACTED
247 Agree strongly (5) REDACTED
248 Neither agree nor disagree (3) REDACTED
249 Disagree strongly (1) REDACTED
250 Agree moderately (4) REDACTED
251 Disagree moderately (2) REDACTED
252 Agree strongly (5) REDACTED
253 Agree moderately (4) REDACTED
254 Agree moderately (4) REDACTED
255 Agree moderately (4) REDACTED
256 Agree moderately (4) REDACTED
257 Disagree moderately (2) REDACTED
258 Neither agree nor disagree (3) REDACTED
259 Disagree moderately (2) REDACTED
260 Agree moderately (4) REDACTED
261 Agree moderately (4) REDACTED
262 Agree moderately (4) REDACTED
263 Disagree moderately (2) REDACTED
264 Neither agree nor disagree (3) REDACTED
265 Agree strongly (5) REDACTED
266 Agree moderately (4) REDACTED
267 Neither agree nor disagree (3) REDACTED
268 Neither agree nor disagree (3) REDACTED
269 Disagree moderately (2) REDACTED
270 Disagree moderately (2) REDACTED
271 REDACTED
272 Agree strongly (5) REDACTED
273 Neither agree nor disagree (3) REDACTED
274 Neither agree nor disagree (3) REDACTED
275 Disagree moderately (2) REDACTED
276 REDACTED
277 Neither agree nor disagree (3) REDACTED
278 Neither agree nor disagree (3) REDACTED
279 Neither agree nor disagree (3) REDACTED
280 Disagree strongly (1) REDACTED
281 Neither agree nor disagree (3) REDACTED
282 Agree moderately (4) REDACTED
283 Agree strongly (5) REDACTED
284 REDACTED
285 Agree moderately (4) REDACTED
286 Agree strongly (5) REDACTED
287 Agree moderately (4) REDACTED
288 Agree strongly (5) REDACTED
289 REDACTED
290 Agree strongly (5) REDACTED
291 Disagree moderately (2) REDACTED
292 Disagree strongly (1) REDACTED
293 Neither agree nor disagree (3) REDACTED
294 Agree moderately (4) REDACTED
295 Agree moderately (4) REDACTED
296 Agree moderately (4) REDACTED
297 Agree strongly (5) REDACTED
298 Neither agree nor disagree (3) REDACTED
299 Agree moderately (4) REDACTED
300 Neither agree nor disagree (3) REDACTED
301 Agree moderately (4) REDACTED
302 Neither agree nor disagree (3) REDACTED
303 Agree strongly (5) REDACTED
304 Neither agree nor disagree (3) REDACTED
305 Disagree strongly (1) REDACTED
306 REDACTED
307 Disagree moderately (2) REDACTED
308 Disagree strongly (1) REDACTED
309 Disagree strongly (1) REDACTED
310 Agree moderately (4) REDACTED
311 Agree strongly (5) REDACTED
312 Agree strongly (5) REDACTED
313 Agree strongly (5) REDACTED
314 Agree moderately (4) REDACTED
315 Agree strongly (5) REDACTED
316 Disagree moderately (2) REDACTED
317 Disagree moderately (2) REDACTED
318 Agree moderately (4) REDACTED
319 Disagree moderately (2) REDACTED
320 Neither agree nor disagree (3) REDACTED
321 Agree moderately (4) REDACTED
322 Agree strongly (5) REDACTED
323 Agree moderately (4) REDACTED
324 Agree strongly (5) REDACTED
325 Disagree strongly (1) REDACTED
326 Agree moderately (4) REDACTED
327 Agree moderately (4) REDACTED
328 Agree strongly (5) REDACTED
329 Agree moderately (4) REDACTED
330 Neither agree nor disagree (3) REDACTED
331 Neither agree nor disagree (3) REDACTED
332 Neither agree nor disagree (3) REDACTED
333 Agree moderately (4) REDACTED
334 REDACTED
335 Agree strongly (5) REDACTED
336 Disagree strongly (1) REDACTED
337 Agree moderately (4) REDACTED
338 Agree strongly (5) REDACTED
339 Neither agree nor disagree (3) REDACTED
340 Agree strongly (5) REDACTED
341 Neither agree nor disagree (3) REDACTED
342 Neither agree nor disagree (3) REDACTED
343 Agree moderately (4) REDACTED
344 Agree strongly (5) REDACTED
345 Agree moderately (4) REDACTED
346 Agree moderately (4) REDACTED
347 Agree moderately (4) REDACTED
348 Neither agree nor disagree (3) REDACTED
349 Neither agree nor disagree (3) REDACTED
350 Agree moderately (4) REDACTED
351 Agree moderately (4) REDACTED
352 Disagree moderately (2) REDACTED
353 Agree moderately (4) REDACTED
354 Neither agree nor disagree (3) REDACTED
355 Neither agree nor disagree (3) REDACTED
356 Neither agree nor disagree (3) REDACTED
357 Disagree moderately (2) REDACTED
358 Disagree strongly (1) REDACTED
359 Agree moderately (4) REDACTED
360 Agree moderately (4) REDACTED
361 Agree moderately (4) REDACTED
362 Agree moderately (4) REDACTED
363 Neither agree nor disagree (3) REDACTED
364 Agree moderately (4) REDACTED
365 Agree moderately (4) REDACTED
366 Disagree moderately (2) REDACTED
367 Agree strongly (5) REDACTED
368 Agree moderately (4) REDACTED
369 Agree moderately (4) REDACTED
370 Neither agree nor disagree (3) REDACTED
371 Agree strongly (5) REDACTED
372 Neither agree nor disagree (3) REDACTED
373 Agree moderately (4) REDACTED
374 Agree moderately (4) REDACTED
375 Neither agree nor disagree (3) REDACTED
376 REDACTED
377 Neither agree nor disagree (3) REDACTED
378 Agree moderately (4) REDACTED
379 REDACTED
380 Agree strongly (5) REDACTED
381 Agree moderately (4) REDACTED
382 Agree moderately (4) REDACTED
383 Agree strongly (5) REDACTED
384 Neither agree nor disagree (3) REDACTED
385 Agree strongly (5) REDACTED
386 Agree moderately (4) REDACTED
387 Agree strongly (5) REDACTED
388 Agree moderately (4) REDACTED
389 Agree moderately (4) REDACTED
390 Disagree moderately (2) REDACTED
391 Neither agree nor disagree (3) REDACTED
392 Agree moderately (4) REDACTED
393 Agree moderately (4) REDACTED
394 Agree moderately (4) REDACTED
395 Neither agree nor disagree (3) REDACTED
396 Neither agree nor disagree (3) REDACTED
397 Agree moderately (4) REDACTED
398 Agree moderately (4) REDACTED
399 Agree moderately (4) REDACTED
400 Neither agree nor disagree (3) REDACTED
401 Neither agree nor disagree (3) REDACTED
402 Neither agree nor disagree (3) REDACTED
403 Disagree moderately (2) REDACTED
404 Agree strongly (5) REDACTED
405 Disagree moderately (2) REDACTED
406 Agree moderately (4) REDACTED
407 Agree moderately (4) REDACTED
408 Disagree strongly (1) REDACTED
409 Neither agree nor disagree (3) REDACTED
410 Neither agree nor disagree (3) REDACTED
411 Agree moderately (4) REDACTED
412 Agree moderately (4) REDACTED
413 Agree moderately (4) REDACTED
414 Agree strongly (5) REDACTED
415 Agree moderately (4) REDACTED
416 Agree strongly (5) REDACTED
417 Agree moderately (4) REDACTED
418 Disagree moderately (2) REDACTED
419 Agree strongly (5) REDACTED
420 Disagree moderately (2) REDACTED
421 Agree strongly (5) REDACTED
422 REDACTED
423 Neither agree nor disagree (3) REDACTED
424 Disagree strongly (1) REDACTED
425 Agree strongly (5) REDACTED
426 Agree moderately (4) REDACTED
427 Agree moderately (4) REDACTED
428 Agree moderately (4) REDACTED
429 Neither agree nor disagree (3) REDACTED
430 Disagree strongly (1) REDACTED
431 Disagree moderately (2) REDACTED
432 Neither agree nor disagree (3) REDACTED
433 Disagree moderately (2) REDACTED
434 Disagree strongly (1) REDACTED
435 Agree strongly (5) REDACTED
436 Agree moderately (4) REDACTED
437 Agree moderately (4) REDACTED
438 Neither agree nor disagree (3) REDACTED
439 Agree moderately (4) REDACTED
440 Agree moderately (4) REDACTED
441 Agree moderately (4) REDACTED
442 Agree strongly (5) REDACTED
443 Neither agree nor disagree (3) REDACTED
444 Neither agree nor disagree (3) REDACTED
445 Agree moderately (4) REDACTED
446 Agree moderately (4) REDACTED
447 Neither agree nor disagree (3) REDACTED
448 Neither agree nor disagree (3) REDACTED
449 Disagree moderately (2) REDACTED
450 Agree moderately (4) REDACTED
451 REDACTED
452 Agree strongly (5) REDACTED
453 Agree moderately (4) REDACTED
454 Neither agree nor disagree (3) REDACTED
455 Neither agree nor disagree (3) REDACTED
456 Neither agree nor disagree (3) REDACTED
457 Disagree moderately (2) REDACTED
458 Agree moderately (4) REDACTED
459 Agree moderately (4) REDACTED
460 Neither agree nor disagree (3) REDACTED
461 Neither agree nor disagree (3) REDACTED
462 Agree moderately (4) REDACTED
463 Agree moderately (4) REDACTED
464 Neither agree nor disagree (3) REDACTED
465 REDACTED
466 Agree moderately (4) REDACTED
467 Agree strongly (5) REDACTED
468 Agree moderately (4) REDACTED
469 Agree moderately (4) REDACTED
470 Disagree moderately (2) REDACTED
471 Agree strongly (5) REDACTED
472 Agree moderately (4) REDACTED
473 Disagree strongly (1) REDACTED
474 Neither agree nor disagree (3) REDACTED
475 Disagree moderately (2) REDACTED
476 Neither agree nor disagree (3) REDACTED
477 Agree moderately (4) REDACTED
478 Agree moderately (4) REDACTED
479 Disagree strongly (1) REDACTED
480 Neither agree nor disagree (3) REDACTED
481 Agree strongly (5) REDACTED
482 Agree strongly (5) REDACTED
483 Neither agree nor disagree (3) REDACTED
484 Neither agree nor disagree (3) REDACTED
485 Agree moderately (4) REDACTED
486 Neither agree nor disagree (3) REDACTED
487 Agree moderately (4) REDACTED
488 Disagree moderately (2) REDACTED
489 Agree moderately (4) REDACTED
490 Agree moderately (4) REDACTED
491 Agree moderately (4) REDACTED
492 Neither agree nor disagree (3) REDACTED
493 Agree moderately (4) REDACTED
494 Agree moderately (4) REDACTED
495 Agree strongly (5) REDACTED
496 Agree moderately (4) REDACTED
497 Agree moderately (4) REDACTED
498 Agree strongly (5) REDACTED
499 Neither agree nor disagree (3) REDACTED
500 Agree strongly (5) REDACTED
501 Agree moderately (4) REDACTED
502 Agree moderately (4) REDACTED
503 Neither agree nor disagree (3) REDACTED
504 Agree moderately (4) REDACTED
505 Agree strongly (5) REDACTED
506 Agree moderately (4) REDACTED
507 Agree strongly (5) REDACTED
508 Agree strongly (5) REDACTED
509 Disagree strongly (1) REDACTED
510 Neither agree nor disagree (3) REDACTED
511 Disagree moderately (2) REDACTED
512 Disagree moderately (2) REDACTED
513 Agree strongly (5) REDACTED
514 Agree moderately (4) REDACTED
515 Neither agree nor disagree (3) REDACTED
516 Neither agree nor disagree (3) REDACTED
517 Agree moderately (4) REDACTED
518 Disagree strongly (1) REDACTED
519 Agree moderately (4) REDACTED
520 Neither agree nor disagree (3) REDACTED
521 Agree moderately (4) REDACTED
522 Disagree moderately (2) REDACTED
523 Agree moderately (4) REDACTED
524 Agree strongly (5) REDACTED
525 Agree moderately (4) REDACTED
526 Neither agree nor disagree (3) REDACTED
527 Agree strongly (5) REDACTED
528 Agree moderately (4) REDACTED
529 Agree moderately (4) REDACTED
530 Agree moderately (4) REDACTED
531 Neither agree nor disagree (3) REDACTED
532 Agree moderately (4) REDACTED
533 Neither agree nor disagree (3) REDACTED
534 Neither agree nor disagree (3) REDACTED
535 Neither agree nor disagree (3) REDACTED
536 Agree moderately (4) REDACTED
537 Agree moderately (4) REDACTED
538 Agree moderately (4) REDACTED
539 Disagree moderately (2) REDACTED
540 Agree moderately (4) REDACTED
541 Agree moderately (4) REDACTED
542 Agree moderately (4) REDACTED
543 Agree strongly (5) REDACTED
544 Neither agree nor disagree (3) REDACTED
545 Disagree moderately (2) REDACTED
546 Agree strongly (5) REDACTED
547 Neither agree nor disagree (3) REDACTED
548 Neither agree nor disagree (3) REDACTED
549 Agree moderately (4) REDACTED
550 Agree moderately (4) REDACTED
551 Agree moderately (4) REDACTED
552 Neither agree nor disagree (3) REDACTED
553 Disagree moderately (2) REDACTED
554 Neither agree nor disagree (3) REDACTED
555 Agree strongly (5) REDACTED
556 Neither agree nor disagree (3) REDACTED
557 Agree strongly (5) REDACTED
558 Agree strongly (5) REDACTED
559 Disagree moderately (2) REDACTED
560 Disagree moderately (2) REDACTED
561 Disagree moderately (2) REDACTED
562 Agree strongly (5) REDACTED
563 Disagree strongly (1) REDACTED
564 Agree moderately (4) REDACTED
565 Disagree moderately (2) REDACTED
566 Agree moderately (4) REDACTED
567 Agree moderately (4) REDACTED
568 Neither agree nor disagree (3) REDACTED
569 Agree strongly (5) REDACTED
570 Neither agree nor disagree (3) REDACTED
571 Agree moderately (4) REDACTED
572 Neither agree nor disagree (3) REDACTED
573 Agree moderately (4) REDACTED
574 Neither agree nor disagree (3) REDACTED
575 Neither agree nor disagree (3) REDACTED
576 Agree moderately (4) REDACTED
577 Neither agree nor disagree (3) REDACTED
578 Agree strongly (5) REDACTED
579 Agree strongly (5) REDACTED
580 Agree moderately (4) REDACTED
581 Neither agree nor disagree (3) REDACTED
582 Agree moderately (4) REDACTED
583 Agree moderately (4) REDACTED
584 Neither agree nor disagree (3) REDACTED
585 Agree moderately (4) REDACTED
586 Neither agree nor disagree (3) REDACTED
587 Agree moderately (4) REDACTED
588 Agree moderately (4) REDACTED
589 Agree strongly (5) REDACTED
590 Agree moderately (4) REDACTED
591 Neither agree nor disagree (3) REDACTED
592 Neither agree nor disagree (3) REDACTED
593 Agree moderately (4) REDACTED
594 Agree moderately (4) REDACTED
595 Neither agree nor disagree (3) REDACTED
596 Agree moderately (4) REDACTED
597 Neither agree nor disagree (3) REDACTED
598 Neither agree nor disagree (3) REDACTED
599 Disagree strongly (1) REDACTED
600 Neither agree nor disagree (3) REDACTED
601 Agree moderately (4) REDACTED
602 Agree moderately (4) REDACTED
603 Neither agree nor disagree (3) REDACTED
604 Neither agree nor disagree (3) REDACTED
605 Disagree moderately (2) REDACTED
606 Neither agree nor disagree (3) REDACTED
607 Agree strongly (5) REDACTED
608 Neither agree nor disagree (3) REDACTED
609 Neither agree nor disagree (3) REDACTED
610 Agree moderately (4) REDACTED
611 Agree moderately (4) REDACTED
612 Agree strongly (5) REDACTED
613 Disagree strongly (1) REDACTED
614 Agree moderately (4) REDACTED
615 Agree moderately (4) REDACTED
616 Disagree moderately (2) REDACTED
617 Disagree moderately (2) REDACTED
618 Agree moderately (4) REDACTED
619 Neither agree nor disagree (3) REDACTED
620 Neither agree nor disagree (3) REDACTED
621 Agree strongly (5) REDACTED
622 Neither agree nor disagree (3) REDACTED
623 Agree moderately (4) REDACTED
624 Agree moderately (4) REDACTED
625 Agree moderately (4) REDACTED
626 Neither agree nor disagree (3) REDACTED
627 Agree moderately (4) REDACTED
628 Agree moderately (4) REDACTED
629 Neither agree nor disagree (3) REDACTED
630 Agree strongly (5) REDACTED
631 Agree moderately (4) REDACTED
632 Neither agree nor disagree (3) REDACTED
633 Agree moderately (4) REDACTED
634 Neither agree nor disagree (3) REDACTED
635 Agree moderately (4) REDACTED
636 Agree strongly (5) REDACTED
637 Neither agree nor disagree (3) REDACTED
638 Agree moderately (4) REDACTED
639 Agree strongly (5) REDACTED
640 Neither agree nor disagree (3) REDACTED
641 Disagree strongly (1) REDACTED
642 Agree strongly (5) REDACTED
643 Neither agree nor disagree (3) REDACTED
644 Agree moderately (4) REDACTED
645 Disagree moderately (2) REDACTED
646 Neither agree nor disagree (3) REDACTED
647 Disagree strongly (1) REDACTED
648 Agree moderately (4) REDACTED
649 Agree strongly (5) REDACTED
650 Agree moderately (4) REDACTED
651 Agree strongly (5) REDACTED
652 Neither agree nor disagree (3) REDACTED
653 Agree moderately (4) REDACTED
654 Disagree moderately (2) REDACTED
655 Neither agree nor disagree (3) REDACTED
656 Agree moderately (4) REDACTED
657 Neither agree nor disagree (3) REDACTED
658 Neither agree nor disagree (3) REDACTED
659 Neither agree nor disagree (3) REDACTED
660 Agree strongly (5) REDACTED
661 Agree moderately (4) REDACTED
662 Agree strongly (5) REDACTED
663 Neither agree nor disagree (3) REDACTED
664 Neither agree nor disagree (3) REDACTED
665 Agree moderately (4) REDACTED
666 Neither agree nor disagree (3) REDACTED
667 Neither agree nor disagree (3) REDACTED
668 Agree moderately (4) REDACTED
669 Agree strongly (5) REDACTED
670 Agree strongly (5) REDACTED
671 Agree moderately (4) REDACTED
672 Disagree moderately (2) REDACTED
673 Agree strongly (5) REDACTED
674 Neither agree nor disagree (3) REDACTED
675 Neither agree nor disagree (3) REDACTED
676 Agree moderately (4) REDACTED
677 Agree strongly (5) REDACTED
678 Agree strongly (5) REDACTED
679 Agree strongly (5) REDACTED
680 Agree moderately (4) REDACTED
681 Agree moderately (4) REDACTED
682 Agree moderately (4) REDACTED
683 REDACTED
684 Neither agree nor disagree (3) REDACTED
685 Agree moderately (4) REDACTED
686 Agree moderately (4) REDACTED
687 Neither agree nor disagree (3) REDACTED
688 Agree moderately (4) REDACTED
689 Neither agree nor disagree (3) REDACTED
690 Agree moderately (4) REDACTED
691 Agree moderately (4) REDACTED
692 Agree moderately (4) REDACTED
693 Agree moderately (4) REDACTED
694 Agree strongly (5) REDACTED
695 Agree moderately (4) REDACTED
696 Agree moderately (4) REDACTED
697 Neither agree nor disagree (3) REDACTED
698 Agree moderately (4) REDACTED
699 Agree strongly (5) REDACTED
700 Agree moderately (4) REDACTED
701 Neither agree nor disagree (3) REDACTED
702 Neither agree nor disagree (3) REDACTED
703 Agree moderately (4) REDACTED
704 Neither agree nor disagree (3) REDACTED
705 Agree moderately (4) REDACTED
706 Agree strongly (5) REDACTED
707 Neither agree nor disagree (3) REDACTED
708 Agree strongly (5) REDACTED
709 Disagree moderately (2) REDACTED
710 Neither agree nor disagree (3) REDACTED
711 REDACTED
712 REDACTED
713 Agree moderately (4) REDACTED
714 Agree moderately (4) REDACTED
715 Agree moderately (4) REDACTED
716 Neither agree nor disagree (3) REDACTED
717 Disagree moderately (2) REDACTED
718 Neither agree nor disagree (3) REDACTED
719 Agree strongly (5) REDACTED
720 Agree moderately (4) REDACTED
721 Neither agree nor disagree (3) REDACTED
722 Agree moderately (4) REDACTED
723 Agree strongly (5) REDACTED
724 Agree strongly (5) REDACTED
725 Agree moderately (4) REDACTED
726 Neither agree nor disagree (3) REDACTED
727 Neither agree nor disagree (3) REDACTED
728 Disagree moderately (2) REDACTED
729 Agree moderately (4) REDACTED
730 Neither agree nor disagree (3) REDACTED
731 Agree strongly (5) REDACTED
732 Neither agree nor disagree (3) REDACTED
733 Agree moderately (4) REDACTED
734 Neither agree nor disagree (3) REDACTED
735 Neither agree nor disagree (3) REDACTED
736 Neither agree nor disagree (3) REDACTED
737 Agree moderately (4) REDACTED
738 Neither agree nor disagree (3) REDACTED
739 Agree moderately (4) REDACTED
740 Neither agree nor disagree (3) REDACTED
741 Neither agree nor disagree (3) REDACTED
742 Agree moderately (4) REDACTED
743 Neither agree nor disagree (3) REDACTED
744 Neither agree nor disagree (3) REDACTED
745 Agree moderately (4) REDACTED
746 Neither agree nor disagree (3) REDACTED
747 Agree strongly (5) REDACTED
748 Agree strongly (5) REDACTED
749 Disagree moderately (2) REDACTED
750 Neither agree nor disagree (3) REDACTED
751 Disagree strongly (1) REDACTED
752 Agree moderately (4) REDACTED
753 Neither agree nor disagree (3) REDACTED
754 Neither agree nor disagree (3) REDACTED
755 Neither agree nor disagree (3) REDACTED
756 Agree strongly (5) REDACTED
757 Neither agree nor disagree (3) REDACTED
758 Agree moderately (4) REDACTED
759 Disagree moderately (2) REDACTED
760 Neither agree nor disagree (3) REDACTED
761 Neither agree nor disagree (3) REDACTED
762 Agree moderately (4) REDACTED
763 Neither agree nor disagree (3) REDACTED
764 Agree strongly (5) REDACTED
765 Disagree strongly (1) REDACTED
766 Agree moderately (4) REDACTED
767 Neither agree nor disagree (3) REDACTED
768 Agree moderately (4) REDACTED
769 Agree strongly (5) REDACTED
770 Neither agree nor disagree (3) REDACTED
771 Disagree strongly (1) REDACTED
772 Neither agree nor disagree (3) REDACTED
773 Neither agree nor disagree (3) REDACTED
774 Disagree moderately (2) REDACTED
775 Agree moderately (4) REDACTED
776 Neither agree nor disagree (3) REDACTED
777 Disagree moderately (2) REDACTED
778 Agree moderately (4) REDACTED
779 Disagree moderately (2) REDACTED
780 Agree moderately (4) REDACTED
781 Agree moderately (4) REDACTED
782 Agree strongly (5) REDACTED
783 Neither agree nor disagree (3) REDACTED
784 Agree strongly (5) REDACTED
785 Agree strongly (5) REDACTED
786 Neither agree nor disagree (3) REDACTED
787 Agree moderately (4) REDACTED
788 Agree moderately (4) REDACTED
789 Neither agree nor disagree (3) REDACTED
790 Agree strongly (5) REDACTED
791 Agree strongly (5) REDACTED
792 Agree moderately (4) REDACTED
793 Neither agree nor disagree (3) REDACTED
794 Disagree moderately (2) REDACTED
795 Neither agree nor disagree (3) REDACTED
796 Agree moderately (4) REDACTED
797 Agree strongly (5) REDACTED
798 Neither agree nor disagree (3) REDACTED
799 Neither agree nor disagree (3) REDACTED
800 Agree moderately (4) REDACTED
801 Neither agree nor disagree (3) REDACTED
802 Agree moderately (4) REDACTED
803 Neither agree nor disagree (3) REDACTED
804 Disagree moderately (2) REDACTED
805 Agree moderately (4) REDACTED
806 Agree moderately (4) REDACTED
807 Agree strongly (5) REDACTED
808 Disagree moderately (2) REDACTED
809 Neither agree nor disagree (3) REDACTED
810 Agree moderately (4) REDACTED
811 Neither agree nor disagree (3) REDACTED
812 Agree moderately (4) REDACTED
813 Neither agree nor disagree (3) REDACTED
814 Neither agree nor disagree (3) REDACTED
815 Agree moderately (4) REDACTED
816 Neither agree nor disagree (3) REDACTED
817 Agree moderately (4) REDACTED
818 Disagree strongly (1) REDACTED
819 Neither agree nor disagree (3) REDACTED
820 Neither agree nor disagree (3) REDACTED
821 Disagree moderately (2) REDACTED
822 Disagree moderately (2) REDACTED
823 Agree moderately (4) REDACTED
824 Agree moderately (4) REDACTED
825 Agree moderately (4) REDACTED
826 Neither agree nor disagree (3) REDACTED
827 Disagree strongly (1) REDACTED
828 Neither agree nor disagree (3) REDACTED
829 Agree moderately (4) REDACTED
830 Agree strongly (5) REDACTED
831 Agree moderately (4) REDACTED
832 Agree moderately (4) REDACTED
833 Disagree moderately (2) REDACTED
834 Neither agree nor disagree (3) REDACTED
835 Agree moderately (4) REDACTED
836 Agree moderately (4) REDACTED
837 Agree moderately (4) REDACTED
838 Neither agree nor disagree (3) REDACTED
839 Neither agree nor disagree (3) REDACTED
840 Agree moderately (4) REDACTED
841 Agree moderately (4) REDACTED
842 Neither agree nor disagree (3) REDACTED
843 Agree strongly (5) REDACTED
844 Agree moderately (4) REDACTED
845 Disagree moderately (2) REDACTED
846 Neither agree nor disagree (3) REDACTED
847 Neither agree nor disagree (3) REDACTED
848 Neither agree nor disagree (3) REDACTED
849 Neither agree nor disagree (3) REDACTED
850 Agree moderately (4) REDACTED
851 Agree strongly (5) REDACTED
852 Agree moderately (4) REDACTED
853 Neither agree nor disagree (3) REDACTED
854 Neither agree nor disagree (3) REDACTED
855 Disagree strongly (1) REDACTED
856 Agree moderately (4) REDACTED
857 Neither agree nor disagree (3) REDACTED
858 Agree strongly (5) REDACTED
859 Neither agree nor disagree (3) REDACTED
860 Disagree strongly (1) REDACTED
861 Agree moderately (4) REDACTED
862 Agree strongly (5) REDACTED
863 REDACTED
864 Neither agree nor disagree (3) REDACTED
865 Neither agree nor disagree (3) REDACTED
866 Disagree strongly (1) REDACTED
867 Neither agree nor disagree (3) REDACTED
868 Neither agree nor disagree (3) REDACTED
869 Agree moderately (4) REDACTED
870 Neither agree nor disagree (3) REDACTED
871 Neither agree nor disagree (3) REDACTED
872 Neither agree nor disagree (3) REDACTED
873 Neither agree nor disagree (3) REDACTED
874 Neither agree nor disagree (3) REDACTED
875 Neither agree nor disagree (3) REDACTED
876 Neither agree nor disagree (3) REDACTED
877 Agree moderately (4) REDACTED
878 Agree moderately (4) REDACTED
879 Neither agree nor disagree (3) REDACTED
880 Agree strongly (5) REDACTED
881 Neither agree nor disagree (3) REDACTED
882 Agree moderately (4) REDACTED
883 Agree moderately (4) REDACTED
884 Agree moderately (4) REDACTED
885 Neither agree nor disagree (3) REDACTED
886 Agree moderately (4) REDACTED
887 Neither agree nor disagree (3) REDACTED
888 Agree strongly (5) REDACTED
889 Neither agree nor disagree (3) REDACTED
890 Neither agree nor disagree (3) REDACTED
891 Neither agree nor disagree (3) REDACTED
892 Neither agree nor disagree (3) REDACTED
893 Agree moderately (4) REDACTED
894 Agree strongly (5) REDACTED
895 Neither agree nor disagree (3) REDACTED
896 Agree strongly (5) REDACTED
897 Agree moderately (4) REDACTED
898 Agree strongly (5) REDACTED
899 Disagree strongly (1) REDACTED
900 Agree moderately (4) REDACTED
901 Agree moderately (4) REDACTED
902 Agree moderately (4) REDACTED
903 Agree moderately (4) REDACTED
904 Disagree moderately (2) REDACTED
905 Agree moderately (4) REDACTED
906 Neither agree nor disagree (3) REDACTED
907 Neither agree nor disagree (3) REDACTED
908 Neither agree nor disagree (3) REDACTED
909 Neither agree nor disagree (3) REDACTED
910 Neither agree nor disagree (3) REDACTED
911 Agree moderately (4) REDACTED
912 Agree moderately (4) REDACTED
913 Agree strongly (5) REDACTED
914 Agree moderately (4) REDACTED
915 Neither agree nor disagree (3) REDACTED
916 Agree strongly (5) REDACTED
917 Disagree moderately (2) REDACTED
918 Neither agree nor disagree (3) REDACTED
919 Agree moderately (4) REDACTED
920 Disagree strongly (1) REDACTED
921 Neither agree nor disagree (3) REDACTED
922 Neither agree nor disagree (3) REDACTED
923 Neither agree nor disagree (3) REDACTED
924 Agree moderately (4) REDACTED
925 Neither agree nor disagree (3) REDACTED
926 Neither agree nor disagree (3) REDACTED
927 Agree moderately (4) REDACTED
928 Agree moderately (4) REDACTED
929 Agree strongly (5) REDACTED
930 Disagree moderately (2) REDACTED
931 Agree moderately (4) REDACTED
932 Agree moderately (4) REDACTED
933 Disagree moderately (2) REDACTED
934 Agree moderately (4) REDACTED
935 Neither agree nor disagree (3) REDACTED
936 Neither agree nor disagree (3) REDACTED
937 Agree strongly (5) REDACTED
938 Agree strongly (5) REDACTED
939 Neither agree nor disagree (3) REDACTED
940 Disagree moderately (2) REDACTED
941 Agree moderately (4) REDACTED
942 Neither agree nor disagree (3) REDACTED
943 Neither agree nor disagree (3) REDACTED
944 Agree strongly (5) REDACTED
945 Agree moderately (4) REDACTED
946 Disagree moderately (2) REDACTED
947 Neither agree nor disagree (3) REDACTED
948 Agree strongly (5) REDACTED
949 Neither agree nor disagree (3) REDACTED
950 Agree moderately (4) REDACTED
951 Agree strongly (5) REDACTED
952 Agree moderately (4) REDACTED
953 Disagree moderately (2) REDACTED
954 Neither agree nor disagree (3) REDACTED
955 Neither agree nor disagree (3) REDACTED
956 Agree moderately (4) REDACTED
957 Neither agree nor disagree (3) REDACTED
958 Neither agree nor disagree (3) REDACTED
959 Agree moderately (4) REDACTED
960 Agree moderately (4) REDACTED
961 Agree moderately (4) REDACTED
962 REDACTED
963 Disagree strongly (1) REDACTED
964 Neither agree nor disagree (3) REDACTED
965 Neither agree nor disagree (3) REDACTED
966 Agree moderately (4) REDACTED
967 Neither agree nor disagree (3) REDACTED
968 Neither agree nor disagree (3) REDACTED
969 Agree moderately (4) REDACTED
970 Agree strongly (5) REDACTED
971 Agree moderately (4) REDACTED
972 Neither agree nor disagree (3) REDACTED
973 Agree moderately (4) REDACTED
974 Agree strongly (5) REDACTED
975 Disagree moderately (2) REDACTED
976 Neither agree nor disagree (3) REDACTED
977 Neither agree nor disagree (3) REDACTED
978 Agree strongly (5) REDACTED
979 Agree moderately (4) REDACTED
980 Agree strongly (5) REDACTED
981 Agree moderately (4) REDACTED
982 Neither agree nor disagree (3) REDACTED
983 Agree moderately (4) REDACTED
984 Neither agree nor disagree (3) REDACTED
985 Disagree moderately (2) REDACTED
986 Neither agree nor disagree (3) REDACTED
987 Agree strongly (5) REDACTED
988 Agree moderately (4) REDACTED
989 Agree moderately (4) REDACTED
990 Agree strongly (5) REDACTED
991 Neither agree nor disagree (3) REDACTED
992 Agree moderately (4) REDACTED
993 Disagree moderately (2) REDACTED
994 Neither agree nor disagree (3) REDACTED
995 Agree moderately (4) REDACTED
996 Disagree strongly (1) REDACTED
997 Agree strongly (5) REDACTED
998 Agree moderately (4) REDACTED
999 Agree strongly (5) REDACTED
1000 Agree moderately (4) REDACTED
1001 Agree moderately (4) REDACTED
1002 Agree strongly (5) REDACTED
1003 Agree moderately (4) REDACTED
1004 Neither agree nor disagree (3) REDACTED
1005 Neither agree nor disagree (3) REDACTED
1006 Agree moderately (4) REDACTED
1007 Disagree moderately (2) REDACTED
1008 Agree moderately (4) REDACTED
1009 Agree moderately (4) REDACTED
1010 Agree moderately (4) REDACTED
1011 REDACTED
1012 Disagree moderately (2) REDACTED
1013 Agree moderately (4) REDACTED
1014 Neither agree nor disagree (3) REDACTED
1015 Agree moderately (4) REDACTED
1016 REDACTED
1017 Agree moderately (4) REDACTED
1018 Agree moderately (4) REDACTED
1019 Agree strongly (5) REDACTED
1020 Agree moderately (4) REDACTED
1021 Agree moderately (4) REDACTED
1022 Neither agree nor disagree (3) REDACTED
1023 Agree moderately (4) REDACTED
1024 Neither agree nor disagree (3) REDACTED
1025 Agree moderately (4) REDACTED
1026 Neither agree nor disagree (3) REDACTED
1027 Neither agree nor disagree (3) REDACTED
1028 Agree moderately (4) REDACTED
1029 Agree moderately (4) REDACTED
1030 Agree strongly (5) REDACTED
1031 Neither agree nor disagree (3) REDACTED
1032 Neither agree nor disagree (3) REDACTED
1033 Neither agree nor disagree (3) REDACTED
1034 Neither agree nor disagree (3) REDACTED
1035 Agree moderately (4) REDACTED
1036 Disagree moderately (2) REDACTED
1037 Neither agree nor disagree (3) REDACTED
1038 Disagree moderately (2) REDACTED
1039 Agree moderately (4) REDACTED
1040 Agree strongly (5) REDACTED
1041 Neither agree nor disagree (3) REDACTED
1042 Agree moderately (4) REDACTED
1043 Disagree moderately (2) REDACTED
1044 Disagree moderately (2) REDACTED
1045 Agree strongly (5) REDACTED
1046 Neither agree nor disagree (3) REDACTED
1047 Disagree moderately (2) REDACTED
1048 Neither agree nor disagree (3) REDACTED
1049 Neither agree nor disagree (3) REDACTED
1050 Neither agree nor disagree (3) REDACTED
1051 Disagree moderately (2) REDACTED
1052 Agree strongly (5) REDACTED
1053 Agree moderately (4) REDACTED
1054 Agree strongly (5) REDACTED
1055 Neither agree nor disagree (3) REDACTED
1056 Neither agree nor disagree (3) REDACTED
1057 Agree moderately (4) REDACTED
1058 Agree strongly (5) REDACTED
1059 Agree moderately (4) REDACTED
1060 Neither agree nor disagree (3) REDACTED
1061 Agree moderately (4) REDACTED
1062 Agree moderately (4) REDACTED
1063 Neither agree nor disagree (3) REDACTED
1064 Agree moderately (4) REDACTED
1065 Agree moderately (4) REDACTED
1066 Neither agree nor disagree (3) REDACTED
1067 Agree moderately (4) REDACTED
1068 Agree strongly (5) REDACTED
1069 Agree moderately (4) REDACTED
1070 Disagree moderately (2) REDACTED
1071 Agree moderately (4) REDACTED
1072 Agree strongly (5) REDACTED
1073 REDACTED
1074 Agree moderately (4) REDACTED
1075 Neither agree nor disagree (3) REDACTED
1076 Agree moderately (4) REDACTED
1077 REDACTED
1078 Agree moderately (4) REDACTED
1079 Agree strongly (5) REDACTED
1080 Agree moderately (4) REDACTED
1081 Agree moderately (4) REDACTED
1082 Neither agree nor disagree (3) REDACTED
1083 Agree moderately (4) REDACTED
1084 Agree strongly (5) REDACTED
1085 Agree moderately (4) REDACTED
1086 Neither agree nor disagree (3) REDACTED
1087 Neither agree nor disagree (3) REDACTED
1088 Disagree strongly (1) REDACTED
1089 Neither agree nor disagree (3) REDACTED
1090 Agree moderately (4) REDACTED
1091 Disagree moderately (2) REDACTED
1092 Neither agree nor disagree (3) REDACTED
1093 Neither agree nor disagree (3) REDACTED
1094 Agree moderately (4) REDACTED
1095 REDACTED
1096 Disagree moderately (2) REDACTED
1097 Neither agree nor disagree (3) REDACTED
1098 Neither agree nor disagree (3) REDACTED
1099 Neither agree nor disagree (3) REDACTED
1100 Agree moderately (4) REDACTED
1101 Agree moderately (4) REDACTED
1102 Agree moderately (4) REDACTED
1103 Neither agree nor disagree (3) REDACTED
1104 Agree moderately (4) REDACTED
1105 Agree strongly (5) REDACTED
1106 Neither agree nor disagree (3) REDACTED
1107 Agree moderately (4) REDACTED
1108 Agree moderately (4) REDACTED
1109 Agree moderately (4) REDACTED
1110 Neither agree nor disagree (3) REDACTED
1111 Agree moderately (4) REDACTED
1112 Disagree moderately (2) REDACTED
1113 Agree moderately (4) REDACTED
1114 Agree moderately (4) REDACTED
1115 Disagree moderately (2) REDACTED
1116 Agree moderately (4) REDACTED
1117 Neither agree nor disagree (3) REDACTED
1118 Agree strongly (5) REDACTED
1119 Neither agree nor disagree (3) REDACTED
1120 Agree moderately (4) REDACTED
1121 Agree moderately (4) REDACTED
1122 Neither agree nor disagree (3) REDACTED
1123 Agree moderately (4) REDACTED
1124 Agree moderately (4) REDACTED
1125 Neither agree nor disagree (3) REDACTED
1126 Agree strongly (5) REDACTED
1127 Agree strongly (5) REDACTED
1128 Agree moderately (4) REDACTED
1129 Neither agree nor disagree (3) REDACTED
1130 Agree strongly (5) REDACTED
1131 Agree moderately (4) REDACTED
1132 Agree moderately (4) REDACTED
1133 Agree moderately (4) REDACTED
1134 Agree moderately (4) REDACTED
1135 Agree moderately (4) REDACTED
1136 Agree moderately (4) REDACTED
1137 Neither agree nor disagree (3) REDACTED
1138 Disagree moderately (2) REDACTED
1139 Agree moderately (4) REDACTED
1140 Agree moderately (4) REDACTED
1141 Neither agree nor disagree (3) REDACTED
1142 REDACTED
1143 Neither agree nor disagree (3) REDACTED
1144 Agree moderately (4) REDACTED
1145 Agree moderately (4) REDACTED
1146 Neither agree nor disagree (3) REDACTED
1147 Neither agree nor disagree (3) REDACTED
1148 Neither agree nor disagree (3) REDACTED
1149 Neither agree nor disagree (3) REDACTED
1150 Agree moderately (4) REDACTED
1151 Neither agree nor disagree (3) REDACTED
1152 Agree moderately (4) REDACTED
1153 Disagree moderately (2) REDACTED
1154 Agree moderately (4) REDACTED
1155 Agree moderately (4) REDACTED
1156 Agree strongly (5) REDACTED
1157 Neither agree nor disagree (3) REDACTED
1158 Agree moderately (4) REDACTED
1159 Disagree moderately (2) REDACTED
1160 Disagree moderately (2) REDACTED
1161 Agree moderately (4) REDACTED
1162 Agree moderately (4) REDACTED
1163 Agree moderately (4) REDACTED
1164 Agree strongly (5) REDACTED
1165 Agree moderately (4) REDACTED
1166 Disagree moderately (2) REDACTED
1167 Agree moderately (4) REDACTED
1168 Neither agree nor disagree (3) REDACTED
1169 Neither agree nor disagree (3) REDACTED
1170 Disagree moderately (2) REDACTED
1171 Agree moderately (4) REDACTED
1172 Neither agree nor disagree (3) REDACTED
1173 Agree moderately (4) REDACTED
1174 Agree strongly (5) REDACTED
1175 Agree moderately (4) REDACTED
1176 Agree moderately (4) REDACTED
1177 Disagree moderately (2) REDACTED
1178 Agree moderately (4) REDACTED
1179 Disagree moderately (2) REDACTED
1180 Neither agree nor disagree (3) REDACTED
1181 Agree moderately (4) REDACTED
1182 Agree moderately (4) REDACTED
1183 Agree moderately (4) REDACTED
1184 Agree moderately (4) REDACTED
1185 Neither agree nor disagree (3) REDACTED
1186 REDACTED
1187 Agree moderately (4) REDACTED
1188 Agree moderately (4) REDACTED
1189 Disagree strongly (1) REDACTED
1190 Neither agree nor disagree (3) REDACTED
1191 Agree strongly (5) REDACTED
1192 REDACTED
1193 Agree strongly (5) REDACTED
1194 REDACTED
1195 Agree strongly (5) REDACTED
1196 Disagree moderately (2) REDACTED
1197 Neither agree nor disagree (3) REDACTED
1198 Agree strongly (5) REDACTED
1199 Agree moderately (4) REDACTED
1200 Agree moderately (4) REDACTED
1201 REDACTED
1202 Neither agree nor disagree (3) REDACTED
1203 Agree moderately (4) REDACTED
1204 Neither agree nor disagree (3) REDACTED
1205 Neither agree nor disagree (3) REDACTED
1206 Agree moderately (4) REDACTED
1207 Disagree moderately (2) REDACTED
1208 Agree moderately (4) REDACTED
1209 Neither agree nor disagree (3) REDACTED
1210 Agree moderately (4) REDACTED
1211 Agree strongly (5) REDACTED
1212 Agree strongly (5) REDACTED
1213 Neither agree nor disagree (3) REDACTED
1214 Neither agree nor disagree (3) REDACTED
1215 Agree strongly (5) REDACTED
1216 Agree moderately (4) REDACTED
1217 Agree moderately (4) REDACTED
1218 REDACTED
1219 Agree strongly (5) REDACTED
1220 Disagree strongly (1) REDACTED
1221 Agree moderately (4) REDACTED
1222 Neither agree nor disagree (3) REDACTED
1223 Disagree moderately (2) REDACTED
1224 Neither agree nor disagree (3) REDACTED
1225 Agree moderately (4) REDACTED
1226 Agree moderately (4) REDACTED
1227 Neither agree nor disagree (3) REDACTED
1228 Neither agree nor disagree (3) REDACTED
1229 Agree moderately (4) REDACTED
1230 Neither agree nor disagree (3) REDACTED
1231 Neither agree nor disagree (3) REDACTED
1232 Neither agree nor disagree (3) REDACTED
1233 Neither agree nor disagree (3) REDACTED
1234 Agree moderately (4) REDACTED
1235 Agree moderately (4) REDACTED
1236 Agree moderately (4) REDACTED
1237 Agree moderately (4) REDACTED
1238 Neither agree nor disagree (3) REDACTED
1239 Agree moderately (4) REDACTED
1240 Agree strongly (5) REDACTED
1241 Agree strongly (5) REDACTED
1242 Agree moderately (4) REDACTED
1243 Agree moderately (4) REDACTED
1244 Agree moderately (4) REDACTED
1245 Neither agree nor disagree (3) REDACTED
1246 Agree strongly (5) REDACTED
1247 Agree moderately (4) REDACTED
1248 Agree moderately (4) REDACTED
1249 Agree strongly (5) REDACTED
Q35
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
25
26 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
27
28 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
29 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
30 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
31 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
32 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
33 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
34 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
35 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
36 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
37 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
38 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
39 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
40
41 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
42 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
43 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
44 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
45 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
46 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
47 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
48 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
49 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
50 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
51 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
52 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
53 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
54 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
55 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
56 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
57 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
58 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
59 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
60 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
61 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
62 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
63 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
64 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
65 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
66 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
67 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
68 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
69 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
70 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
71 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
72 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
73 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
74 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
75 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
76 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
77 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
78 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
79
80 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
81 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
82 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
83 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
84 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
85 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
86 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
87 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
88 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
89
90
91 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
92 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
93 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
94 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
95 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
96 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
97 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
98 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
99 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
100 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
101 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
102 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
103 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
104 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
105 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
106 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
107 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
108 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
109 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
110 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
111
112 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
113 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
114 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
115 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
116 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
117 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
118 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
119 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
120 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
121 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
122 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
123 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
124 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
125 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
126 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
127 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
128 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
129 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
130 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
131 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
132 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
133 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
134 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
135 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
136 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
137 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
138 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
139 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
140 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
141 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
142 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
143 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
144 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
145 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
146 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
147 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
148 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
149 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
150 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
151 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
152 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
153 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
154
155 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
156 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
157 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
158 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
159 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
160 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
161 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
162 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
163 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
164 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
165 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
166 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
167 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
168 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
169 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
170 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
171 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
172 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
173 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
174 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
175 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
176 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
177 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
178 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
179 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
180 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
181 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
182 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
183 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
184 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
185 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
186 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
187 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
188 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
189 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
190 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
191 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
192 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
193 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
194 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
195 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
196 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
197 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
198 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
199 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
200 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
201 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
202 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
203 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
204 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
205 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
206 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
207 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
208 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
209 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
210
211 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
212 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
213 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
214 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
215 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
216 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
217 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
218 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
219 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
220 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
221 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
222 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
223 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
224 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
225 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
226 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
227 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
228 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
229 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
230 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
231 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
232 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
233 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
234 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
235 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
236 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
237 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
238 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
239 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
240 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
241 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
242 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
243 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
244 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
245 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
246 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
247 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
248 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
249 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
250 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
251 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
252 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
253 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
254 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
255 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
256 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
257 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
258 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
259 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
260 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
261 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
262 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
263 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
264 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
265 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
266 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
267 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
268 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
269 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
270 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
271
272 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
273 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
274 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
275 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
276
277 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
278 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
279 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
280 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
281 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
282 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
283 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
284
285 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
286 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
287 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
288 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
289
290 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
291 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
292 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
293 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
294 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
295 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
296 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
297 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
298 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
299 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
300 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
301 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
302 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
303 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
304 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
305 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
306
307 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
308 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
309 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
310 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
311 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
312 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
313 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
314 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
315 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
316 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
317 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
318 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
319 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
320 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
321 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
322 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
323 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
324 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
325 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
326 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
327 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
328 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
329 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
330 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
331 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
332 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
333 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
334
335 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
336 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
337 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
338 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
339 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
340 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
341 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
342 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
343 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
344 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
345 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
346 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
347 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
348 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
349 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
350 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
351 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
352 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
353 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
354 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
355 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
356 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
357 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
358 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
359 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
360 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
361 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
362 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
363 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
364 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
365 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
366 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
367 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
368 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
369 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
370 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
371 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
372 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
373 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
374 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
375 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
376
377 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
378 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
379
380 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
381 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
382 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
383 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
384 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
385 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
386 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
387 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
388 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
389 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
390 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
391 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
392 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
393 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
394 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
395 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
396 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
397 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
398 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
399 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
400 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
401 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
402 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
403 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
404 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
405 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
406 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
407 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
408 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
409 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
410 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
411 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
412 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
413 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
414 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
415 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
416 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
417 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
418 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
419 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
420 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
421 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
422
423 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
424 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
425 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
426 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
427 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
428 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
429 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
430 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
431 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
432 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
433 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
434 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
435 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
436 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
437 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
438 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
439 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
440 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
441 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
442 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
443 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
444 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
445 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
446 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
447 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
448 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
449 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
450 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
451
452 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
453 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
454 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
455 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
456 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
457 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
458 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
459 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
460 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
461 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
462 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
463 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
464 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
465
466 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
467 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
468 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
469 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
470 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
471 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
472 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
473 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
474 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
475 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
476 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
477 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
478 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
479 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
480 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
481 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
482 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
483 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
484 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
485 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
486 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
487 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
488 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
489 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
490 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
491 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
492 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
493 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
494 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
495 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
496 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
497 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
498 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
499 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
500 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
501 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
502 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
503 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
504 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
505 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
506 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
507 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
508 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
509 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
510 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
511 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
512 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
513 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
514 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
515 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
516 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
517 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
518 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
519 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
520 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
521 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
522 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
523 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
524 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
525 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
526 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
527 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
528 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
529 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
530 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
531 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
532 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
533 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
534 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
535 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
536 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
537 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
538 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
539 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
540 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
541 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
542 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
543 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
544 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
545 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
546 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
547 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
548 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
549 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
550 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
551 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
552 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
553 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
554 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
555 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
556 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
557 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
558 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
559 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
560 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
561 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
562 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
563 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
564 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
565 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
566 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
567 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
568 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
569 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
570 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
571 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
572 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
573 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
574 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
575 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
576 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
577 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
578 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
579 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
580 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
581 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
582 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
583 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
584 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
585 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
586 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
587 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
588 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
589 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
590 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
591 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
592 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
593 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
594 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
595 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
596 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
597 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
598 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
599 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
600 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
601 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
602 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
603 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
604 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
605 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
606 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
607 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
608 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
609 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
610 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
611 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
612 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
613 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
614 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
615 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
616 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
617 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
618 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
619 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
620 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
621 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
622 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
623 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
624 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
625 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
626 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
627 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
628 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
629 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
630 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
631 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
632 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
633 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
634 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
635 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
636 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
637 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
638 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
639 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
640 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
641 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
642 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
643 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
644 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
645 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
646 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
647 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
648 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
649 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
650 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
651 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
652 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
653 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
654 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
655 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
656 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
657 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
658 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
659 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
660 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
661 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
662 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
663 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
664 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
665 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
666 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
667 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
668 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
669 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
670 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
671 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
672 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
673 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
674 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
675 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
676 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
677 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
678 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
679 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
680 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
681 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
682 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
683
684 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
685 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
686 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
687 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
688 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
689 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
690 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
691 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
692 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
693 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
694 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
695 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
696 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
697 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
698 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
699 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
700 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
701 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
702 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
703 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
704 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
705 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
706 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
707 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
708 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
709 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
710 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
711
712
713 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
714 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
715 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
716 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
717 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
718 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
719 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
720 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
721 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
722 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
723 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
724 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
725 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
726 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
727 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
728 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
729 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
730 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
731 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
732 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
733 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
734 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
735 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
736 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
737 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
738 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
739 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
740 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
741 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
742 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
743 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
744 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
745 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
746 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
747 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
748 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
749 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
750 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
751 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
752 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
753 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
754 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
755 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
756 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
757 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
758 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
759 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
760 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
761 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
762 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
763 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
764 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
765 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
766 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
767 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
768 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
769 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
770 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
771 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
772 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
773 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
774 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
775 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
776 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
777 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
778 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
779 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
780 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
781 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
782 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
783 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
784 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
785 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
786 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
787 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
788 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
789 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
790 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
791 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
792 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
793 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
794 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
795 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
796 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
797 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
798 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
799 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
800 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
801 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
802 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
803 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
804 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
805 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
806 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
807 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
808 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
809 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
810 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
811 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
812 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
813 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
814 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
815 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
816 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
817 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
818 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
819 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
820 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
821 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
822 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
823 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
824 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
825 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
826 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
827 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
828 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
829 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
830 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
831 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
832 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
833 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
834 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
835 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
836 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
837 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
838 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
839 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
840 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
841 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
842 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
843 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
844 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
845 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
846 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
847 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
848 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
849 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
850 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
851 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
852 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
853 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
854 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
855 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
856 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
857 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
858 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
859 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
860 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
861 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
862 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
863
864 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
865 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
866 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
867 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
868 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
869 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
870 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
871 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
872 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
873 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
874 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
875 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
876 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
877 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
878 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
879 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
880 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
881 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
882 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
883 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
884 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
885 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
886 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
887 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
888 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
889 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
890 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
891 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
892 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
893 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
894 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
895 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
896 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
897 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
898 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
899 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
900 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
901 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
902 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
903 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
904 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
905 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
906 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
907 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
908 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
909 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
910 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
911 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
912 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
913 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
914 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
915 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
916 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
917 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
918 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
919 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
920 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
921 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
922 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
923 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
924 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
925 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
926 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
927 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
928 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
929 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
930 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
931 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
932 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
933 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
934 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
935 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
936 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
937 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
938 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
939 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
940 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
941 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
942 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
943 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
944 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
945 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
946 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
947 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
948 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
949 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
950 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
951 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
952 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
953 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
954 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
955 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
956 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
957 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
958 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
959 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
960 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
961 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
962
963 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
964 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
965 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
966 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
967 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
968 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
969 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
970 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
971 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
972 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
973 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
974 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
975 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
976 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
977 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
978 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
979 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
980 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
981 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
982 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
983 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
984 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
985 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
986 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
987 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
988 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
989 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
990 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
991 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
992 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
993 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
994 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
995 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
996 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
997 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
998 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
999 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1000 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1001 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1002 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1003 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1004 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1005 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1006 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1007 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
1008 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1009 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1010 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1011
1012 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1013 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1014 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1015 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1016
1017 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1018 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1019 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1020 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1021 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1022 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1023 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1024 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1025 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1026 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1027 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1028 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1029 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1030 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1031 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1032 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1033 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
1034 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1035 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1036 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1037 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
1038 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
1039 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1040 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1041 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1042 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1043 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1044 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1045 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1046 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1047 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1048 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1049 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
1050 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1051 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1052 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
1053 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1054 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1055 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1056 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
1057 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1058 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1059 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1060 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1061 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1062 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1063 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
1064 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1065 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1066 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1067 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1068 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1069 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1070 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1071 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1072 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1073
1074 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1075 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
1076 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1077
1078 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1079 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1080 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1081 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1082 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1083 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1084 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1085 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
1086 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1087 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1088 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
1089 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1090 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1091 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
1092 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1093 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1094 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1095
1096 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
1097 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1098 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1099 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1100 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
1101 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
1102 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1103 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1104 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1105 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
1106 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1107 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1108 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
1109 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1110 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
1111 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1112 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1113 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1114 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1115 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1116 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
1117 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1118 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1119 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1120 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1121 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
1122 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1123 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1124 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1125 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1126 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1127 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1128 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
1129 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1130 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1131 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1132 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1133 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1134 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1135 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1136 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1137 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1138 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
1139 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1140 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1141 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1142
1143 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1144 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
1145 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1146 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1147 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1148 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1149 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1150 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1151 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1152 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1153 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
1154 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1155 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1156 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1157 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1158 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1159 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
1160 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1161 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1162 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1163 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
1164 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1165 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1166 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1167 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1168 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1169 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1170 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1171 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1172 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
1173 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1174 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1175 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1176 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1177 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1178 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1179 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
1180 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1181 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1182 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1183 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1184 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1185 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1186
1187 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1188 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1189 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1190 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1191 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1192
1193 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1194
1195 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1196 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1197 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1198 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1199 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1200 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1201
1202 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
1203 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1204 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1205 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1206 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1207 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1208 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
1209 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1210 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1211 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1212 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1213 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1214 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
1215 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1216 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1217 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1218
1219 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1220 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1221 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1222 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1223 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1224 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
1225 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1226 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1227 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
1228 The doctors and nurses who are risking their lives to fight the Coronavirus are urging all Italians to stay home. The health system is struggling. Stay home.
1229 Staying at home does not need to be boring! Call friends regularly, excercise, and try out new hobbies --- these are some of the things that will make your time at home more pleasant. Stay home.
1230 The vast majority of Italians believe that all Italians should stay home. Join them in the fight against the Coronavirus and stay home.
1231 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1232 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1233 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
1234 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1235 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1236 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1237 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1238 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1239 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1240 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1241 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1242 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1243 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1244 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1245 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1246 If you are infected with Coronavirus, you are likely to infect your parents, your friends’ parents, and/or one any one of your close ones. If they are older than 50, they may die. In the text field below, please name a loved one (example: my father, my grandmother) that you’re most worried about contracting Coronavirus.
1247 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1248 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
1249 If you are infected with Coronavirus, you are likely to infect 2,000 people - including your and your friends' parents and grandparents, who might die. Join the great majority of Italians and stay home.
Q62_5 Q62_6 Q62_7 Q62_8 Q62_9 Q62_11 Q62_12
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20 REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED
21
22
23
24
25
26
27
28 REDACTED
29
30
31
32
33 REDACTED REDACTED REDACTED REDACTED REDACTED
34
35 REDACTED REDACTED
36
37 REDACTED REDACTED
38
39 REDACTED REDACTED
40
41
42
43
44
45
46 REDACTED
47
48
49
50 REDACTED
51
52
53
54
55
56
57
58
59
60 REDACTED
61
62
63
64 REDACTED REDACTED REDACTED REDACTED REDACTED
65
66
67
68 REDACTED
69
70
71
72
73 REDACTED REDACTED REDACTED
74
75
76
77
78 REDACTED
79
80
81
82 REDACTED
83
84
85
86
87 REDACTED
88
89
90
91
92 REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED
93
94
95
96
97
98
99 REDACTED REDACTED REDACTED REDACTED REDACTED
100
101
102
103
104
105
106 REDACTED
107
108
109
110
111
112
113
114
115 REDACTED
116
117 REDACTED REDACTED REDACTED REDACTED REDACTED
118
119
120 REDACTED
121
122 REDACTED
123
124
125 REDACTED REDACTED
126
127
128
129
130 REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153 REDACTED
154
155 REDACTED
156
157
158
159 REDACTED
160
161 REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED
162
163
164
165
166
167 REDACTED REDACTED REDACTED REDACTED REDACTED
168
169
170
171
172
173
174 REDACTED REDACTED
175 REDACTED REDACTED
176
177
178
179
180
181
182 REDACTED REDACTED REDACTED REDACTED REDACTED
183
184
185
186 REDACTED
187
188 REDACTED
189
190
191
192
193
194 REDACTED REDACTED REDACTED REDACTED REDACTED
195
196 REDACTED
197
198
199
200
201 REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED
202
203
204
205 REDACTED REDACTED
206
207
208
209
210
211 REDACTED
212 REDACTED
213
214
215 REDACTED
216
217 REDACTED REDACTED REDACTED REDACTED REDACTED
218 REDACTED REDACTED
219
220 REDACTED REDACTED REDACTED
221
222 REDACTED
223
224
225
226
227 REDACTED REDACTED
228
229
230
231 REDACTED REDACTED REDACTED REDACTED
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250 REDACTED REDACTED
251
252
253
254
255 REDACTED REDACTED REDACTED REDACTED REDACTED
256
257
258
259
260
261
262
263
264
265 REDACTED
266
267
268 REDACTED
269
270
271
272
273
274
275
276
277
278
279 REDACTED
280
281
282
283
284
285 REDACTED REDACTED REDACTED
286
287
288
289
290 REDACTED REDACTED REDACTED REDACTED REDACTED
291
292
293
294
295
296
297
298
299 REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED
300 REDACTED
301
302 REDACTED REDACTED REDACTED REDACTED REDACTED
303
304
305 REDACTED REDACTED
306
307 REDACTED
308
309
310
311
312 REDACTED REDACTED REDACTED
313
314
315
316
317
318
319
320
321 REDACTED
322
323
324
325 REDACTED
326
327
328
329 REDACTED
330
331
332
333 REDACTED REDACTED REDACTED REDACTED REDACTED
334
335
336
337 REDACTED REDACTED
338
339
340
341
342
343
344
345 REDACTED REDACTED REDACTED
346
347 REDACTED
348 REDACTED REDACTED REDACTED
349 REDACTED
350 REDACTED REDACTED REDACTED
351 REDACTED
352 REDACTED
353
354 REDACTED
355
356
357 REDACTED
358 REDACTED REDACTED
359
360
361
362
363
364 REDACTED
365
366
367
368
369
370 REDACTED
371
372
373
374
375
376
377
378 REDACTED
379
380 REDACTED REDACTED REDACTED REDACTED REDACTED
381
382
383
384
385
386
387 REDACTED REDACTED
388
389
390
391
392
393
394
395
396
397
398
399
400 REDACTED REDACTED REDACTED REDACTED REDACTED
401
402
403
404 REDACTED
405
406
407
408
409
410
411
412
413
414
415
416
417 REDACTED
418 REDACTED REDACTED REDACTED
419
420
421
422
423
424
425 REDACTED
426
427
428 REDACTED REDACTED REDACTED REDACTED
429
430
431
432
433
434 REDACTED REDACTED
435
436
437
438
439
440
441
442
443
444
445
446 REDACTED REDACTED REDACTED
447
448
449 REDACTED REDACTED REDACTED
450 REDACTED REDACTED
451
452
453
454
455
456
457
458 REDACTED REDACTED REDACTED REDACTED REDACTED
459
460
461
462
463 REDACTED
464
465
466
467
468
469
470 REDACTED
471
472
473
474
475 REDACTED REDACTED
476
477
478
479
480
481 REDACTED
482
483
484
485
486
487
488
489
490 REDACTED REDACTED REDACTED REDACTED REDACTED
491 REDACTED REDACTED REDACTED REDACTED REDACTED
492
493
494
495
496
497
498
499 REDACTED REDACTED REDACTED REDACTED REDACTED
500
501 REDACTED REDACTED REDACTED
502
503
504
505
506
507
508
509 REDACTED
510
511
512
513
514 REDACTED REDACTED REDACTED REDACTED REDACTED
515
516
517
518 REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED
519
520 REDACTED REDACTED REDACTED REDACTED
521
522 REDACTED
523 REDACTED REDACTED REDACTED REDACTED REDACTED
524
525
526 REDACTED
527 REDACTED
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548 REDACTED REDACTED REDACTED
549
550
551
552
553 REDACTED
554 REDACTED
555
556
557
558
559
560 REDACTED REDACTED REDACTED REDACTED REDACTED
561 REDACTED
562
563
564
565
566
567
568
569
570 REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED
571
572 REDACTED
573 REDACTED REDACTED
574
575
576
577
578 REDACTED
579
580
581
582
583
584
585
586 REDACTED
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602 REDACTED REDACTED REDACTED REDACTED
603
604
605
606
607
608
609
610
611 REDACTED REDACTED
612
613
614
615
616
617
618
619
620
621
622
623
624 REDACTED REDACTED
625
626
627
628
629
630 REDACTED REDACTED REDACTED REDACTED REDACTED
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656 REDACTED REDACTED REDACTED REDACTED REDACTED
657
658
659
660 REDACTED
661
662 REDACTED
663
664
665
666
667
668
669
670
671
672
673
674
675
676 REDACTED
677
678
679
680
681
682 REDACTED REDACTED REDACTED
683
684
685 REDACTED REDACTED
686
687
688 REDACTED REDACTED
689
690
691 REDACTED REDACTED REDACTED REDACTED REDACTED
692
693
694
695
696
697
698
699
700
701
702 REDACTED REDACTED REDACTED REDACTED REDACTED
703
704
705
706
707
708
709 REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED
710
711
712
713
714
715
716
717
718
719
720
721
722
723 REDACTED
724
725
726
727
728
729
730
731
732 REDACTED REDACTED REDACTED REDACTED REDACTED
733
734
735
736
737
738
739
740
741 REDACTED
742 REDACTED REDACTED
743
744
745
746
747
748 REDACTED REDACTED REDACTED
749
750
751
752
753 REDACTED
754
755
756 REDACTED
757
758
759
760
761
762
763
764
765 REDACTED REDACTED REDACTED REDACTED REDACTED
766
767
768 REDACTED
769
770
771
772
773
774 REDACTED REDACTED REDACTED REDACTED REDACTED
775
776
777
778
779
780
781 REDACTED
782
783
784 REDACTED REDACTED
785 REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED
786
787
788
789
790
791
792
793
794
795
796
797
798 REDACTED
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835 REDACTED
836
837 REDACTED
838
839
840
841
842
843
844
845
846 REDACTED REDACTED
847
848 REDACTED
849
850
851
852
853
854
855
856 REDACTED
857
858 REDACTED
859 REDACTED REDACTED REDACTED
860
861
862
863
864 REDACTED
865 REDACTED
866
867
868 REDACTED REDACTED
869
870 REDACTED
871
872 REDACTED
873
874
875
876
877
878
879 REDACTED
880
881
882
883
884
885
886
887
888
889
890 REDACTED
891
892 REDACTED REDACTED REDACTED
893
894
895
896
897 REDACTED REDACTED REDACTED REDACTED REDACTED
898
899
900
901 REDACTED REDACTED REDACTED
902
903
904
905
906
907
908
909
910 REDACTED REDACTED
911
912
913
914 REDACTED REDACTED REDACTED REDACTED
915
916
917
918
919
920
921
922
923
924
925
926 REDACTED REDACTED REDACTED REDACTED REDACTED
927
928 REDACTED REDACTED REDACTED REDACTED
929 REDACTED REDACTED REDACTED REDACTED REDACTED
930
931
932 REDACTED
933
934
935
936
937
938
939 REDACTED REDACTED
940
941
942 REDACTED REDACTED
943
944
945
946
947
948
949 REDACTED
950
951
952
953
954 REDACTED REDACTED
955
956
957 REDACTED REDACTED
958 REDACTED REDACTED REDACTED REDACTED REDACTED
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974 REDACTED REDACTED REDACTED
975
976
977
978 REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED
979
980
981 REDACTED REDACTED
982 REDACTED REDACTED
983
984
985
986
987
988
989 REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED
990
991
992
993
994
995
996
997 REDACTED REDACTED
998
999
1000
1001
1002
1003 REDACTED REDACTED
1004
1005
1006
1007 REDACTED
1008
1009
1010
1011
1012
1013 REDACTED
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023 REDACTED REDACTED REDACTED
1024 REDACTED REDACTED REDACTED REDACTED REDACTED
1025
1026
1027
1028 REDACTED REDACTED REDACTED
1029
1030
1031
1032 REDACTED REDACTED REDACTED
1033
1034 REDACTED REDACTED REDACTED
1035 REDACTED REDACTED REDACTED REDACTED REDACTED
1036
1037 REDACTED
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049 REDACTED
1050
1051 REDACTED REDACTED
1052 REDACTED REDACTED
1053
1054
1055
1056
1057
1058
1059
1060 REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED
1061
1062
1063
1064
1065
1066
1067
1068 REDACTED REDACTED REDACTED REDACTED REDACTED
1069
1070
1071 REDACTED REDACTED REDACTED
1072 REDACTED REDACTED
1073
1074
1075
1076 REDACTED REDACTED REDACTED REDACTED REDACTED
1077
1078
1079 REDACTED
1080
1081
1082
1083
1084
1085 REDACTED
1086
1087 REDACTED REDACTED REDACTED
1088
1089
1090
1091
1092 REDACTED REDACTED REDACTED REDACTED REDACTED
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103 REDACTED REDACTED REDACTED REDACTED REDACTED
1104
1105 REDACTED
1106
1107
1108
1109
1110 REDACTED REDACTED
1111
1112
1113
1114
1115
1116 REDACTED
1117 REDACTED REDACTED REDACTED REDACTED
1118
1119 REDACTED REDACTED REDACTED REDACTED
1120 REDACTED REDACTED REDACTED REDACTED REDACTED
1121
1122
1123
1124
1125
1126 REDACTED
1127
1128
1129
1130
1131
1132
1133 REDACTED REDACTED
1134
1135 REDACTED
1136
1137 REDACTED
1138
1139 REDACTED
1140 REDACTED REDACTED REDACTED REDACTED REDACTED
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154 REDACTED
1155
1156
1157
1158
1159 REDACTED
1160
1161
1162
1163
1164
1165 REDACTED REDACTED
1166
1167
1168
1169
1170
1171
1172
1173
1174 REDACTED REDACTED REDACTED REDACTED REDACTED
1175
1176
1177 REDACTED REDACTED REDACTED REDACTED
1178
1179 REDACTED
1180
1181
1182
1183
1184
1185
1186
1187
1188 REDACTED
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199 REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED REDACTED
1200
1201
1202
1203
1204
1205
1206
1207
1208 REDACTED REDACTED REDACTED REDACTED REDACTED
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
1224
1225
1226
1227
1228 REDACTED
1229 REDACTED
1230
1231
1232
1233
1234
1235
1236
1237
1238 REDACTED REDACTED REDACTED REDACTED REDACTED
1239
1240
1241
1242
1243
1244
1245
1246
1247
1248
1249
Q62_13 Q62_14 Q62_15 rid
1
2
3
4
5
6
7
8
9
10
11
12 5e722e30-b978-1134-d31f-9932591a0ce9
13
14
15 5e724160-e143-c04b-9067-8456cb91657a
16 5e724806-7b38-b91a-c2fe-bddb34912556
17 5e724964-cde1-8842-df28-cdedc6008849
18
19
20 REDACTED REDACTED REDACTED
21
22
23 5e7278f1-0599-2670-7253-7480d2a30eb7
24
25
26
27
28
29
30 5e7347de-2d74-3622-893a-cf12e05befe0
31 5e734901-75cf-ccab-5450-6b0b89094150
32 5e73490f-e434-fc64-2466-0d39abb1b735
33 5e7348f3-6259-6570-20c6-60a25b8beeca
34 5e734a0d-985b-cc20-2e4c-40973e69a73f
35 5e7349e7-b37a-4fe0-e728-abca39aaee2a
36 5e734a44-68ab-f324-e12e-2d1725a324ea
37 REDACTED 5e734a82-cc54-2014-ab08-cbf136838e4a
38 5e734b33-ddeb-bc55-b823-3dfcfe2d83d7
39 REDACTED REDACTED REDACTED 5e734aff-6a99-ee24-35ac-64d0916afd4a
40 5e734dc0-72c9-135b-c81a-bb80cf6efa9f
41 5e734bf1-ed98-cf07-c867-befb69afc8cb
42 5e734d44-3287-b629-08a6-ebc08a59fb75
43 5e734dbc-d77f-1796-7a94-1306f19dee05
44 5e734ddc-cd66-fba0-9b5e-ecbb20d27c69
45 5e734d8a-d40b-7f95-a630-0a07ebb07362
46 5e734ded-c8db-934f-3a93-746dd3597037
47 5e734e72-8269-b680-4140-b278734c329f
48 5e734d87-3165-2861-b894-86ef3a97cb59
49 5e734d8c-84b5-0baa-5ac0-f6504946ae83
50 5e734d99-e6e9-95a7-6fc1-665e99ed3291
51 5e734e1a-f7c0-1b18-3054-59ba268a3b20
52 5e734dc5-1fd2-a94d-1929-7cf9a6f0de56
53 5e734dbc-1919-5e3a-2e13-515042b6359c
54 5e734dd9-4f74-704d-1916-f8e3ba89e589
55 5e734de8-894d-e0f3-cfb5-6e7d70498ec5
56 5e734e33-88e9-34e8-a07e-a3829b1494d1
57 5e734d78-b7fc-6ea1-5583-43dfde1a1f5b
58 5e734ec3-bded-3ca9-25c6-03cbc95c1e44
59 5e734dbb-35d9-8711-0d3a-c41d87d1a9ce
60 5e734dbe-34c2-3d48-1b60-711c68c61506
61 5e734e22-2bf3-886d-3536-25b9e8e2d7ee
62 5e734ea2-61be-6084-8a30-00b304d7da37
63 5e734d17-ff00-ca05-f4e0-5ab4c94d436e
64 5e734d83-8252-6e50-8f99-5da893c315fa
65 5e734eb6-0705-e31e-4be9-dacfccecf777
66 5e734e17-2895-730b-cbaf-1f0568ca9318
67 5e734e50-5f73-6f94-62c9-9af33bec4ae2
68 5e734e4b-a022-dab3-f8a0-6490b3a48dfa
69 5e734eb2-0e62-2dd6-7de4-d2e443bf2252
70 5e734e4a-24dd-556d-4c88-b38df32c54c1
71 5e734def-54dd-5dd8-fcc0-604baded80f3
72 5e734dfc-4c3e-722c-caf4-1c00ea433cc0
73 5e734e35-590f-5d37-eaef-94072adfd853
74 5e734e26-4906-6c72-c2d6-bf3b083a075c
75 5e734e3f-087e-62e1-aa38-11e3fbc561f5
76 5e734cc5-20d5-6cca-b121-bb3eac825e65
77 5e734ed3-0e75-ed49-552f-20f48bfa3300
78 5e734bf9-1299-9ad4-68ff-3c0d405cea9d
79 5e73501d-6a74-3542-f4a0-11470cce3c90
80 5e734e54-61d8-ce18-dba0-336b6751870f
81 5e734f4b-9279-70c5-8775-8352dfb80021
82 5e734ed8-d7ea-623b-6ce4-ee3832c34b44
83 5e734f1a-2e2a-c2e2-567a-1eae450d5f82
84 5e734feb-3ddb-b818-6eee-91a68983353c
85 5e734f53-350f-6c60-3b92-c98fc3a54bfc
86 5e734f97-85ea-7778-7a7d-9b30be2b1c20
87 5e734e96-f895-2bf5-7042-46dcfc2c3d9b
88 5e734e97-d0f2-a09e-8853-6462ae7ca560
89 5e735053-9ab8-82f2-215d-31dfb47e1bb6
90 5e735097-9992-967a-a70d-178c364cd28d
91 5e734f83-f43e-e9e8-3d7e-39e22167ae47
92 REDACTED REDACTED REDACTED 5e734e5d-e972-21e4-ff9c-8e3eb2bc6dd5
93 5e734f35-acb6-0dfa-0f97-c5fe7d851a5c
94 5e734f32-a655-b5e3-9392-a84ba36164b8
95 5e734fa5-39ed-dfa7-b4d9-b3e78ff98809
96 5e734ef5-9c8f-303f-a24c-2ceb62dabe58
97 5e734db6-4aa1-1d45-ff0e-2a5eb70d67c3
98 5e734fdd-814c-58ef-182a-47e2b9f53c0d
99 5e734ee7-cde6-5ab4-2887-0982533e8dea
100 5e734f8e-0be8-095f-02d1-1996e618bef6
101 5e734fa7-75b4-44d6-385a-f320fc7afef0
102 5e735030-a752-8376-b9b0-37932e569569
103 5e734e48-d243-5eda-b6fe-72dc56ca532c
104 5e734f5b-d430-7766-a53f-1312a8ef7553
105 5e734fd9-44c8-8491-fc0c-84ffb3e92975
106 5e73503c-0905-d785-b48a-727ae50cc023
107 5e734faf-ea54-db5f-40f1-c9b6906c4d96
108 5e73500b-09fc-9547-52e2-a06c81372da3
109 5e734f03-b386-b681-3e96-42deb7d5e0a1
110 5e735052-d8f1-c258-499c-c270d590866b
111 5e735175-f6aa-2c9f-7ca7-f5a5414d70b4
112 5e73508c-ae02-f18f-10f5-683d53f6b5a2
113 5e734d41-0d36-8aaa-78e1-a20189d32247
114 5e734f06-879e-4e5d-ba28-88e54629ac75
115 5e735115-f583-4ff6-7a2e-98613d272745
116 5e7350ad-db9c-b88e-9f95-e7d997737966
117 5e735027-3ca2-f204-4295-813c680a8a77
118 5e7350aa-d6ac-98c2-6997-da520e1f4bc7
119 5e734e49-1c14-58dc-efb8-aacf2e6e969f
120 5e734fd2-c08f-d294-4e90-c2602dd91bfb
121 5e73510b-b423-3182-ee0f-303332883ffb
122 5e73508a-420f-24c5-8efe-26fffff00a3d
123 5e73502c-e08c-7b22-347f-2ce0fd88a490
124 5e735001-7030-57fa-f831-0dcb0c7a3abf
125 5e73503c-f7c6-245d-61db-517399d99369
126 5e7350ca-8d4f-f1a0-73f6-8dc0ac116ce6
127 5e734f8f-4ae3-85b2-6c4d-29961577fc0f
128 5e7350e4-6869-e35e-c600-663a9ac0fc1a
129 5e734ffa-4443-9c40-1343-1dba8c5b22d2
130 REDACTED REDACTED REDACTED 5e735058-5b5a-272a-9b04-076227ec4f47
131 5e735129-ac91-b8f2-b53d-91fc8214dbdd
132 5e7350cc-b654-50f6-930f-777088a308ba
133 5e735116-3b13-fa99-0163-33d1445bd807
134 5e7350c6-386b-74a5-0ea8-07e088ffb6fb
135 5e7350f3-cf57-1c9b-a14f-0d4c2b7e41c7
136 5e735127-a55d-b841-5130-9281566b95ff
137 5e735108-9537-9a2a-02c4-282d1f45ebc9
138 5e7350f9-1f86-19b0-b2b8-2b1b63857107
139 5e7351a5-059d-5a2c-5332-c8a636ebb578
140 5e734f09-6b99-2134-7cec-609a7510c50b
141 5e735127-8ddd-04db-9b51-1bf149879b31
142 5e7351a0-639a-6f01-bf5a-8d72d3bb0d04
143 5e7350c4-cf35-8721-66d3-d393718c1318
144 5e735141-2f8a-bcf0-a0b6-fc1b2eee927c
145 5e735047-3f28-40d4-bf7e-8a04c22e3ecb
146 5e734f4b-9279-b308-ee67-766215c67f68
147 5e735123-cc93-2381-447e-315facfbcb6f
148 5e7350f4-c57e-4df9-0e3b-9e2c1de48120
149 5e735101-6b71-3b9a-c379-39ac764f8821
150 5e73510e-9241-2e1e-5690-baf09b01fcfb
151 5e73510f-1623-1664-cbe5-a475d7a18ec8
152 5e7350c9-d491-c4bc-3284-c301d3284d08
153 5e735125-e977-f294-2a42-23a2708bdc06
154 5e7352cc-84b4-ff76-df87-39b47c5eb12b
155 5e73511e-2f54-ebfa-5579-d2e41e33b522
156 5e735114-c611-adea-c8be-bb65c705d712
157 5e73512f-970f-3460-3f25-20a296f09aee
158 5e735172-94a6-3377-2c20-dccbe4de94fe
159 5e7350cd-5e46-4387-ecab-eedd49c6306c
160 5e735195-26e5-dbd5-0c97-0919e91d6e87
161 REDACTED REDACTED REDACTED 5e7351e1-dffb-5b45-71c3-ab19b88a6f54
162 5e735152-d1d9-3d82-2583-0f11085cbedf
163 5e735214-8859-e1a8-c829-6057e0620d18
164 5e73504e-bd6e-8b60-a307-8e93feda0add
165 5e73517b-e099-8d6b-b91a-9ff72737ac2c
166 5e735101-7a6f-6bce-fba1-ab0cf11a4c10
167 5e73517e-beb5-5727-e52f-039fc2b9bf15
168 5e73520f-393d-c3b1-bf80-366217817ca8
169 5e734fdc-f5cb-94c7-d010-47c0acb184c0
170 5e735249-0f1c-2f03-20c9-c764559fc92d
171 5e7351db-02ef-dcbc-1ca6-4aa0bca5eaba
172 5e7350ed-5f4a-2e84-d593-cc7f69f76ee8
173 5e7352c7-72a4-f21f-79b2-dbe6d455ae67
174 5e73507d-1cde-4351-659f-b406b478ba46
175 5e734ff7-14de-9091-daea-be6741c5f55c
176 5e73528b-5fc5-4bfa-b725-471b91e4a7ba
177 5e7351b0-d314-b78f-8315-c544c78dd630
178 5e735250-86ce-6f7a-8c18-5bb525e46b5e
179 5e7352b1-a09c-4073-b35f-0e117ff10fc6
180 5e73517c-22be-62e4-a96c-f151b26dc56f
181 5e734f84-1ff9-0600-2677-d9d5ffcca0a5
182 5e7350ce-5fe5-4a08-fcda-4f9fb1acf7d7
183 5e7352df-21df-31af-36d6-4957a3ca7fd7
184 5e7351b6-297a-9f49-145c-9120c1cdc7e7
185 5e73521c-1abb-b269-fe78-d1a46e155743
186 5e73529e-7e72-9338-a603-23efa3f91b18
187 5e7352ee-9131-b8d3-d815-e95fac13cced
188 5e7351b3-02d9-fb1a-be0b-a203e1053189
189 5e73527d-5d6e-aee4-6932-b2214812ea2e
190 5e7352b9-cbfe-f4e6-0274-6b478895260f
191 5e7351e1-ac96-b34a-9ca6-5554174e9a95
192 5e7351da-5fba-cb45-2416-2c1c3fb121e4
193 5e73522a-986e-cfca-a6b5-e7c5458f6954
194 5e7352c8-9a7b-ee51-3b57-014fa8cb1fa9
195 5e735205-9823-fefb-b0c6-2714e4ebc98d
196 5e7351e9-520f-6e90-0a3d-28a19a37ab76
197 5e7351ee-2ef8-255a-2472-619c116d62a3
198 5e7352a6-a35c-2cd2-d30f-f5c5f7105953
199 5e7352a0-3793-ae4f-5d06-248f0cb2eb77
200 5e735349-3141-c5dd-fe6d-e5a2bc6ad0e7
201 5e73525f-3bfa-02a2-a7c3-89b5308ff6cd
202 5e7352e7-7599-8fa3-7909-6b8ea4d86e0b
203 5e7352cf-aadb-db9d-a6fd-e8ef83182f42
204 5e735216-9016-7d3c-0f5f-7bd22c0c51e5
205 5e73515c-6f41-c074-6b5c-1f981d3be55e
206 5e73539a-36cf-c55e-184f-0ad3f159d96a
207 5e735367-b834-56c8-6dc5-42e8f585f497
208 5e7352f6-2c8d-ab35-b877-38026ac9e42a
209 5e73516d-9938-80d8-fbac-f32dad01ea1a
210 5e73544b-5f10-a393-f476-f9de620e8c51
211 5e7352f7-cef9-502a-825c-969c81dc41ef
212 5e735320-d36b-4789-304c-3378166b109e
213 5e73537b-1d1f-dcff-3dde-29ab1d9e4760
214 5e735377-779b-fbc8-63ec-4c942fe448ca
215 5e735046-344d-d878-6465-0c0a40b212b7
216 5e735326-5786-97f5-f597-319fc949a011
217 5e735180-da3e-d696-d54e-9a1845cf4a09
218 5e73527b-810a-a0cc-d76d-fc884b55aa93
219 5e7352f4-ebb8-2063-f31b-cc277ddd44bf
220 5e7350ee-2906-5e03-3413-f918ccfe2dba
221 5e73533d-9082-42af-9541-73b7893c9e46
222 5e73531d-39ba-9dd5-6788-257790050c17
223 5e73534d-d42f-7a8e-f5d4-325d28953e07
224 5e735390-1cdb-8a6d-1e8b-9d441c892190
225 5e7352e0-314b-f54a-76c8-b2472c6fd0c1
226 5e73532c-314a-3e77-ad53-4cd375421616
227 5e735406-23c7-93f9-bbee-02f4b9939303
228 5e735361-f4cd-9b2d-a182-73012dbb221c
229 5e7352e7-fa35-0f40-bc70-7eba641baabe
230 5e73532f-a6d8-69ce-b776-3fcea455f8cf
231 5e735383-e2ff-756d-5da4-a6a99303261b
232 5e735364-147c-c143-a44f-d0857e1b6b4b
233 5e73524e-17cd-f712-01ad-9c27b434a48d
234 5e7353a9-5119-dec3-8f82-94adbb667a47
235 5e735419-4e21-eda9-99d1-2efbad19aabc
236 5e7354c9-7c75-fb6c-7393-fb69acd1374d
237 5e735405-c839-cd93-5ad6-8f1335c350d1
238 5e735430-8773-2cc7-020e-52addcec98d6
239 5e735474-d6c2-1bf9-064e-7db882707740
240 5e7353aa-efbc-d79e-63d0-4820ff9219cf
241 5e7352d2-bc04-8273-6279-1421faf3e27e
242 5e735432-2ea6-9fdc-b65f-4d476015adb9
243 5e7351da-6397-25db-b784-51562b3d7833
244 5e7353da-b430-c88d-2cc1-cdb4784c7160
245 5e73546d-fbb4-edc0-0bcf-1bd34a9be2a0
246 5e735348-5ecc-9958-9708-ab2810407920
247 5e735372-1b88-c862-39c5-4bf88198877a
248 5e7354bb-140a-b260-4797-d9a0f9a546d9
249 5e735520-2178-8809-f8c0-ce65c7b791e4
250 REDACTED REDACTED REDACTED 5e735104-809f-37ef-e462-535d1b00ddd7
251 5e7354e0-450a-4430-ddd6-352333912dac
252 5e73549b-ae88-38f7-fc0d-55bb049f2242
253 5e73548e-914c-cdf4-f5ba-d749893bade5
254 5e735464-be05-5459-478d-db1addf8523e
255 5e735359-67ed-1a0a-68eb-299a0878b6b0
256 5e735475-fee5-c648-10b4-64058891cb0e
257 5e7353f7-6e1b-fb9d-df34-7f9964dac6df
258 5e735443-ab26-84ed-ca36-6cad7e0b1532
259 5e7354a5-535b-f033-e1f3-8d360b253733
260 5e73540b-cf98-dc01-2dfd-7c25bf519bb4
261 5e735510-9d9e-9be6-48d0-c6df5a092e2b
262 5e735558-7c1b-b58b-4508-f20acd663e40
263 5e7354f0-5a1a-f5cd-0567-cd6cd788b67c
264 5e735492-913e-d6a1-6ac3-895744bcc6cb
265 5e7354f3-4614-8672-5576-a22c88296c70
266 5e7354fb-ba99-a740-3dd2-d6cb0e3c5562
267 5e735517-7203-aae1-25c9-31ec79e31eb1
268 5e735608-5146-8d36-134b-f5264a951568
269 5e735535-26c7-74c8-4b6d-0232bd275e15
270 5e73557b-78f1-d978-6572-00e28124eab8
271 5e73569c-04e8-0f3f-32b8-2418bfbc5af7
272 5e7353b6-c002-346d-a2a9-cba282091840
273 5e73556d-2ba8-9759-9131-6b586603d2d6
274 5e735390-915a-eee2-3ea3-0d043adce91c
275 5e7353c5-5ee6-904e-94a9-996f53b81a02
276 5e7356eb-1e01-38c0-6fcf-d154196d9c52
277 5e7355bb-d88b-5095-9ee9-927b22b7bd4f
278 5e7354ea-a8a4-881c-304a-fa76322c80fd
279 5e735554-f354-9e1f-5a2f-f8df3965957c
280 5e734eef-5e7d-9917-3f6e-c8414b900f73
281 5e735658-52cd-bf18-6a2d-30c7ad5bdbc9
282 5e735263-cb75-53fe-1e76-3429c2a1bb0e
283 5e7355e1-feb4-29b0-0ad6-248bb16e871a
284 5e735709-9c36-67cd-13cd-237c2222c00c
285 5e73552f-c74e-6600-abab-33e3fc6c759b
286 5e735594-9d92-955d-366a-77d5f31e8d2c
287 5e7355b5-d64d-8c3c-7c0c-55ebe58605d7
288 5e735114-b7fa-62b7-57f4-a139ae0b911e
289 5e735763-ef58-7ab1-3a9a-42fcc1c4ab30
290 5e73536e-0e9a-3cbc-2c7f-e4466b107019
291 5e73567f-bea8-0d1c-5471-c95ae4eddd40
292 5e7356f7-1d48-0f4e-c9d0-6536bdcf2e70
293 5e7352e7-1182-b2bc-f819-a31defd57d6d
294 5e735616-68eb-ef39-ce9e-88701bdc587b
295 5e7355cd-ddd9-f830-a2a2-364621bb28d5
296 5e7356fa-ac1c-7139-daa4-59ba400a25cc
297 5e7355b5-d61f-3299-5506-4fb7e165692a
298 5e735649-70cc-f052-ff79-c63abe98a24e
299 REDACTED REDACTED REDACTED 5e7356b6-f0ed-b54b-3da7-f1a8da17edbe
300 5e7352b1-4233-6702-dfb1-498ce842814d
301 5e73565b-c01f-5e0c-f291-6567ec7d35d7
302 5e73563f-19c8-6da0-ac82-3594e774a1c7
303 5e735689-d1eb-f21f-462a-27bc868df333
304 5e735641-3a2f-d3d7-8297-1fc22b100158
305 5e735696-f869-58b2-817d-bf09b3ca9c8f
306 5e7357e8-9226-d47c-e949-4bef9d4e4fa9
307 5e7355a6-41bd-4c34-a68c-3b0a9f3377c7
308 5e7355e6-bf19-0666-a7a4-e12d94b3c758
309 5e735729-77fc-9fc4-37d5-91f1bc359ec7
310 5e735696-e6f6-d5cf-87e5-d46df5cc6e2d
311 5e735622-4a2a-aaa7-2eb8-ebab8560f9a4
312 5e7355eb-b3d2-d6a4-f971-eb377a33dd9b
313 5e7354c9-0050-1107-762e-ae1879b279c2
314 5e7356d1-911c-3c3c-3872-4f90d9d55e71
315 5e73571b-a545-c115-7cc0-e5ac5033279e
316 5e7356e6-676e-b93b-1c78-252e2b2f8afd
317 5e7354b5-9efe-e865-704f-c5838473e692
318 5e735700-1e1a-b3a2-18e4-101e16350ee2
319 5e735793-a42f-9ed4-bfb0-325b2cb485ff
320 5e735726-309d-8317-dc03-f90619324693
321 5e73573f-6281-9e72-dd11-6ec3e98b32bb
322 5e735661-e8e1-b553-0dbf-337e718b1d92
323 5e73565a-27f5-b9e2-ded5-eab5ae359851
324 5e73568e-dca3-44cd-56cd-61904579fcf3
325 5e735762-4bb1-976c-fcda-ba3ed060ff06
326 5e735756-057d-6625-dd06-e5dccede0048
327 5e735771-caee-7853-8167-5e9fa613a603
328 5e7357d5-1c41-63a0-b71d-eff7ac7ae96d
329 5e73576b-c88f-d020-b0be-8f07238b4996
330 5e73570d-0295-80d8-ec93-e9eb9dfac6bf
331 5e735454-a774-7613-43b5-b515e5508a70
332 5e7357c0-0583-c3ed-0aa4-f273c8d2f5dd
333 5e735740-4f8a-e41f-19b0-c21c4386d354
334 5e7358ba-9f60-e2de-80ba-b8317b7cd637
335 5e7354b5-ca4f-7b60-996a-390f7a9132da
336 5e7357b6-f5cc-7479-11ea-d59b358ecce5
337 REDACTED REDACTED REDACTED 5e7355e8-8faa-6192-e92d-ea22736445bb
338 5e735730-8b88-710a-de99-5b50827f935e
339 5e7356d2-d746-25e9-b1fc-d0f6a96a753a
340 5e7354bd-5ed3-5d6e-f6bb-d79b885fb2ed
341 5e7357eb-ac40-230c-4f19-571292f99abb
342 5e7357b8-8d97-8eff-7fb3-99100ffe9335
343 5e735793-b099-fcd7-c044-f2414ea8b10b
344 5e7356ab-34c0-2e8c-ba64-aa9489cb45b9
345 5e735622-b5dc-1789-e09f-7f6e4f995ada
346 5e73587b-8068-d540-e757-d9b449ced6b0
347 5e735855-e041-c600-309d-33e268e7e348
348 5e7356b6-c8eb-6b0b-851f-f3907411de11
349 5e73572a-5cc1-a62d-727d-2c36ab97accb
350 5e735788-dc95-265b-ee34-f8e0d0e7e6f0
351 5e73572a-fec0-0d11-415d-558cae57fc17
352 5e73571a-4a49-fcdb-a82e-f03feb9a3354
353 5e7357fa-0008-7593-5225-196d75e8407f
354 5e7357f8-5fb0-62ac-422d-feb619515666
355 5e735774-0c4f-feba-1351-eebe69dde9e2
356 5e7357ef-ce80-03ca-65e6-12e9cc955bc4
357 5e73578f-0741-93df-d3db-2d82fed40250
358 5e7357a0-2e4c-2ef1-84cf-ccdc62e12841
359 5e73583b-151f-7e4c-e739-a078a56ffeb5
360 5e735746-1d6e-f9f9-d6d1-b441299b1a40
361 5e73575b-e62b-f570-5dde-d223b73ced72
362 5e7357a3-d8c6-33b3-7933-502a72a451ca
363 5e7357ca-7302-ea9e-f557-59606c6c21df
364 5e7357b3-a085-c614-41c6-180a1f6cd8e7
365 5e73583b-9c6c-5cc8-5ee2-ed9b36809b46
366 5e7358f4-f0d8-f045-717f-8a739b6f5d7c
367 5e735845-92eb-3755-2d43-ea78f0fef875
368 5e73571c-6839-c193-0f31-a1f51edbf9dc
369 5e73573d-40dc-c947-ccc0-0ffbb5f91dc1
370 5e7357dc-6102-d6bb-1a8f-fd79ab4fd16c
371 5e735851-cac1-02bb-99ab-2e560ed09fab
372 5e7356c6-fbd4-3fdd-a979-a5e238c17a64
373 5e73573d-a856-bbf5-ac09-22cccc0dfa5f
374 5e7357e7-fe4b-732f-62ad-e0c072e1ea6e
375 5e735812-7e18-3e74-2770-0e541e4b7f26
376 5e7359b8-c995-f0bc-e135-7163afa32b55
377 5e7358ec-0bd0-46ae-6cac-4303a1b856a2
378 5e73567f-701d-dfe6-5f08-9d8ff0d51aea
379 5e7359e1-4998-9a3f-398e-7d0890160b58
380 5e7350fc-3c09-57f6-de34-aa548ae6716e
381 5e735894-8773-90c0-8727-838abc283fbf
382 5e73564d-f6d8-0d1a-2eb2-45d84763880a
383 5e7358ea-f4b6-7cac-e388-60a52aa276cb
384 5e7357fe-be08-5e1f-c272-5a5aa802dac7
385 5e735964-f3ee-e29a-1b64-1050042d08bf
386 5e734fda-face-632f-7e04-b1e1939a2121
387 5e735854-c0c4-654a-d894-d9dfb2683ea7
388 5e735901-90de-09e5-5d57-443ddd17ad46
389 5e73595d-83e3-3cab-ae9f-24d0462611a8
390 5e7358d2-70a3-f2cf-8438-4cf578456716
391 5e735827-5200-1524-9626-bc09330e64f9
392 5e7359bb-c094-f9ae-9626-d1e6ef2c00cf
393 5e735936-0f33-ea9a-ebde-0791bb1c2f56
394 5e735708-fdbd-b0e5-3263-1fbdd00322bf
395 5e73592e-ca9d-c81b-610c-e0baa8c27133
396 5e7357ee-539f-857d-d531-e515d0e6bdd0
397 5e73593d-fab7-8281-1745-4012faffc525
398 5e7358d0-4cef-c580-cf9a-855e01e4648b
399 5e735966-5b7e-26c9-5cec-10567c810509
400 5e735864-206f-e859-8a95-cabbf8e9765a
401 5e735947-2519-e07d-cf45-c5774ff68039
402 5e7358cb-e135-1b54-40a1-ccbd6f7b1e41
403 5e73579d-b597-6342-4d6f-0f2edd2a3dfe
404 5e73564c-aeb9-4b85-fd0e-e1a3a222703e
405 5e7359a1-05db-4da0-631d-725f6b87f959
406 5e735958-aba9-1f2e-b4fa-d06788afc50d
407 5e73593c-829e-af7c-e14f-f35e838e1a4b
408 5e7359e3-c933-a2c0-11ad-a0356f58f151
409 5e73595e-bbde-5b5b-5e98-5a0f5bcf9e34
410 5e735961-a152-a828-aaf5-2c884ac148c8
411 5e73573e-4594-62e3-6cfc-5c4670a77c7f
412 5e735971-09ca-6b86-23a7-a164b010ecf3
413 5e73572d-1137-312e-072e-9d96c162e7ef
414 5e734f30-19fd-94d7-0c05-20956e8d740d
415 5e7358ae-c4ff-e1ab-a987-546896c52049
416 5e7354e2-5e9c-f9f1-6a4d-94c8a46ab00e
417 5e73585a-e5e4-4dc5-d059-65c4592f5ffa
418 REDACTED REDACTED REDACTED 5e7357ad-5a26-ca09-317c-6729be4811b7
419 5e7358f0-5122-9626-043f-48dbfddab0b8
420 5e7359b5-ce4f-4bb0-84d6-3602adc8b91c
421 5e73585b-b6f0-ea8a-4a12-802d8353d4e4
422 5e735a89-c33b-4aa1-e392-0e4554327471
423 5e735a96-c421-08b8-5133-f194b83c95fa
424 5e735a2b-4dee-b22c-edaf-3f6d6a11bf2b
425 5e73598e-469b-a98e-5ae3-e879d726434f
426 5e735a00-8719-2784-270c-4fe5b4af8920
427 5e73594d-411f-fe8d-9521-dc54cd220e30
428 5e735925-0953-5059-0992-03c478aa3eec
429 5e7359bd-6667-0a47-49b7-9ab32444c88c
430 5e735730-22cb-b4ed-5d5d-427217d6ab26
431 5e735a72-c7fd-1e62-00d8-61855cd5aa15
432 5e7359bb-0b82-1ce6-7598-cef22f0d2414
433 5e735a2f-6803-fb9c-d103-139ac5d557eb
434 5e7358be-c4c2-beec-89fa-a9eb8cf2ac25
435 5e735a3f-86b3-85c4-fbf0-7c80a6ef750d
436 5e73581b-fcb2-ca47-a0bc-8da48c77c38e
437 5e735a82-feae-a29e-8b16-43540e44c6db
438 5e735a6e-b84d-43a5-ced6-977ca572ffbb
439 5e7359fd-af63-24d2-ba47-ff66b5217584
440 5e735a8f-5c6e-63a3-9d57-6c9f761c473f
441 5e735a20-c551-051e-ea27-a918be248525
442 5e735a66-84fe-d9d4-d5e3-f193d42efa6b
443 5e735a44-a6a8-7380-c957-2555831f3f14
444 5e7358e6-0895-a96b-4f8c-e089eab34395
445 5e735a6f-b0cc-15c7-fadf-9d71a5534714
446 5e7359fb-d942-0a56-dbe6-987377654bc4
447 5e735a4f-599c-e514-284d-5834f6560cd4
448 5e735af2-171c-67d8-56a2-7acb9a9ecb0c
449 5e735a97-cbd1-14e5-5ad7-c3a48371b828
450 5e7359dd-63a5-0be7-9501-6878194aaea6
451 5e735b57-2a72-4c6e-064e-0cf20ac49b9e
452 5e735a89-4933-7b3d-561a-92fab0afbda3
453 5e735a8e-9e0d-193e-193f-5d096036c53c
454 5e735a29-edcd-5e03-c2a7-14749892b142
455 5e735903-b762-76de-e98e-c2703bd9ee98
456 5e735920-0f38-729e-a4ab-26f5c502b085
457 5e73594f-dfd2-fe1e-9fa6-b8eebd69943e
458 5e735a14-1394-ace6-7d1b-936d041e2b3d
459 5e73596d-9af8-5a24-79f3-3dec8aa64ace
460 5e735adc-eb12-9326-9e9d-bde6a1c94a3f
461 5e735af9-fd12-3a6f-3cad-13187b578142
462 5e735ac0-a6d6-3cdc-7ecf-e414f99510f6
463 5e735ab6-c071-2302-f495-b80671b55e76
464 5e735b41-369f-ee24-2ee6-11df2a3865f1
465 5e735b9a-735e-4235-bb72-d775086be7fc
466 5e735ab2-54b2-5efe-a8f9-abb31409c71f
467 5e735a8c-28c4-21a6-3595-c54b9ca468aa
468 5e7359f4-bcdd-33de-fb7e-37af52fceefe
469 5e735a4e-2d0d-c4f1-ed40-60e1b439beb6
470 5e735ab4-576a-7c40-9f97-d9b44ab53643
471 5e735a02-f943-5e41-47c9-1d7eaa5f6814
472 5e735934-0306-b3d2-cab7-34e2f9fa235c
473 5e735adb-9b61-02d2-c009-e5087a62adb6
474 5e735963-2ddb-a7e5-7562-07178c569c12
475 5e735b2a-b432-2991-e697-f3ae8eed7e49
476 5e735a81-6ac6-b20b-033e-4b310232a156
477 5e735aa5-2e16-43c6-22fb-121fbbad8afc
478 5e735b31-9cee-8cd5-4899-7917704412df
479 5e735ad1-c355-9a89-624d-d33c0a457b48
480 5e735ae2-160e-c0ef-3d00-c6e52868a409
481 5e735ae6-fec9-dd4c-c21e-7b45303307a9
482 5e735a42-f902-cd27-4450-905dc8c8d10b
483 5e7359f9-f37d-396a-4326-fdf38279377e
484 5e735b53-25fa-3ac7-b901-eb1e87028651
485 5e735b4d-04e8-26ae-3dfd-e211d763f4ef
486 5e735a53-8993-88a7-b889-6e316e54930f
487 5e735ba2-cb34-7231-e6a2-d7ff3cfbfc49
488 5e73594e-5806-d15f-4baa-3b52f4e1bcac
489 5e735afa-0270-5b3f-b927-9945653278cb
490 5e735973-5294-1862-e656-6992d717b5e0
491 5e735ae5-0773-38e0-aa78-cf0d4a7cac02
492 5e735a7f-9fda-31eb-21c2-12a97d3dc845
493 5e735afc-e4ee-ad0d-f49c-9ab4c156bb43
494 5e735b37-7955-1150-430e-451247dfff3e
495 5e735a66-9801-7962-c594-ad9f3dadbcfd
496 5e735ad2-526a-1bd8-c1b2-71c2e0b29176
497 5e735b10-c714-418e-5b78-5f09398c997a
498 5e735bea-f402-ebbc-9d84-8830e82617bc
499 5e73598b-9dd3-9bf8-cdfe-2cee5a86eefe
500 5e735acc-87ac-3afc-c770-b3a088515ccc
501 5e735aa3-7bf6-6dca-340d-16f4dfab0460
502 5e735bc4-8e8e-8679-8e9e-cc6b475de108
503 5e735b63-a3cc-4314-c66c-3754b005daec
504 5e735aea-fff9-fc70-2ec4-ac8fadbc66bf
505 5e735bcc-041e-280b-cf78-5d8c7c0ce24a
506 5e735ad6-25bd-fb8b-81cc-48ddc628e70c
507 5e735b54-42f1-b33d-15db-ddccab93bcb0
508 5e735b42-9877-e8a1-abc1-7bca9a5c7815
509 5e73592d-1feb-1f11-ba3e-e8d555346886
510 5e7352bb-b452-3587-f9ef-9e2902f62b94
511 5e735802-4218-fc1b-cda0-7d0a8336cd13
512 5e735bc7-5aee-2cf5-bebd-f3794bd0d93b
513 5e735ba0-6ad3-31b2-cef4-5d5efe79cc75
514 5e735b27-932d-9a31-af6d-3a4c2ef304a3
515 5e735b3e-d577-bf6c-6328-91ad39414947
516 5e735aab-402c-bb22-fd00-7c26b0035f57
517 5e735acb-e9b1-e35f-93e8-7c6881bdcac0
518 5e735b31-9dd2-5044-776d-aa3166518b51
519 5e735b42-e177-c59d-24ff-966b399a512f
520 5e735adb-a879-5eae-bda9-204c43498ef3
521 5e735b8e-4deb-33b2-b1de-f25196f28d29
522 5e735872-0cd9-a5c4-eead-f15344476103
523 5e735bee-35f5-a8d9-8ffa-cdee1afd591f
524 5e735b37-b16d-a908-0863-b5c6c537712d
525 5e735c69-fa6a-c925-0b8d-f7e54378f179
526 5e735b80-a560-fa99-3cfa-5fba8d9431cc
527 5e735b14-e96b-f6af-c86b-cee91cf733fc
528 5e735b18-2069-f398-e191-d10e709ff282
529 5e735baf-d7ce-9fa6-5215-8cb7b2bea1ab
530 5e7359b6-3cbb-67a7-1ad6-99a32e8239b3
531 5e735c60-8d22-5408-12d9-35167128e8a4
532 5e735c83-4d79-3a8a-957b-d155b0d8bcf7
533 5e735c4f-42e1-439a-0ee7-0805f87237af
534 5e735c2e-c85f-db14-f6c7-022eb728b001
535 5e735c7f-dcb1-b2e8-0b75-84f782897574
536 5e735c3c-da7e-a87c-2875-70ae91a7b9d1
537 5e735c0f-84e3-402a-932c-d709f02730c9
538 5e735c63-2406-bd3a-fe69-dc01e0a13d91
539 5e735cf3-e113-39ac-8043-61d14926d342
540 5e735c7f-52f3-793c-70c3-4073b8d3bf83
541 5e735c1f-eb1b-b6eb-4f67-3884428adc3f
542 5e735c05-2649-64a9-6cb3-bba178555d17
543 5e735bd1-3313-9f25-67ce-e23cc2e0d8c9
544 5e735c96-1aa9-3207-132e-40ac28d0e3b4
545 5e735b5a-d3ef-48b0-feaf-221b086c9aa2
546 5e735d0d-a7b1-e197-af99-eb7ba863b771
547 5e735d0e-9c15-d7e1-8332-52ad5b0fdf57
548 5e735b8f-ecd3-4b20-89e4-4a6ad1d50563
549 5e735d03-e6ed-b084-3087-cc9f96d151f3
550 5e735b1f-4354-5de3-4782-d9d1f70c0d0b
551 5e735d04-1b0e-6b57-9816-e7cd078f5f7c
552 5e735c88-dbdb-b480-61ff-d1a1ee8be0c8
553 5e735cd8-8c92-b36b-64fa-569011742e94
554 5e735c7b-dff7-a976-df30-b98f908dbeb1
555 5e735c6a-7000-b688-f556-48068d0f7705
556 5e735c7c-c149-ecb3-d3c2-ed777bf8a401
557 5e735d02-5574-6924-b3b5-e8810d4a5a10
558 5e735cf3-c35f-1abd-b757-23c7f3b3c0c6
559 5e735d05-8400-22fa-1369-a81bdfc84572
560 5e735c1a-4116-1d66-1c66-b3d56f924b58
561 5e735b25-2cc6-2ef1-4dca-53968120ea52
562 5e735c5f-bc05-2229-dc32-56c10f89ed29
563 5e735c85-443d-2d0f-5811-17179f140938
564 5e735c94-19ea-ce6c-bf05-501c2cebc5f2
565 5e735cca-9a9d-cbf7-1bfa-210d9708f481
566 5e735c66-1bc4-9ddc-16f9-fc2b32250fb7
567 5e735d10-b41b-f59c-4afd-ac8e8af39801
568 5e735ca0-6977-88fb-4014-1e7d3114d224
569 5e735d08-6526-5e93-b0a1-00506b255fcc
570 REDACTED REDACTED REDACTED 5e735c08-8648-1f78-4302-7b3f4ac19687
571 5e735d39-469f-572a-095b-a2625c2d0cb5
572 5e735d67-3e90-84b3-ce23-5ed18ee40383
573 5e735c6f-eac5-4ed6-4aec-c961cab468a8
574 5e735d1d-12ba-67d6-7ca5-125df087b103
575 5e735cc8-4290-cd79-8397-750b1201f123
576 5e735d2d-5813-f420-a6fa-d8ddabbb6324
577 5e735d03-9a61-e225-b2f8-e28f6b0fea4f
578 5e735d0f-f0fe-8e37-86bd-b9cbf532f15a
579 5e735d3d-4cb3-e027-0716-cf076796e839
580 5e735cf0-d6e8-2681-a159-5b6ef8e623ce
581 5e735da9-504f-fee1-1d6a-df110a791ea5
582 5e735cd6-fd28-6828-40e9-5131a7cda28d
583 5e735ca1-66a3-68ba-bd20-18cf6e6b57e9
584 5e7350f6-d5ef-451c-7659-3a1821a1fa69
585 5e735d9b-f5bd-63ad-2b91-f216c565505d
586 5e735d45-0a87-5cef-b230-be3334271f57
587 5e735cd9-acfd-f115-eba0-15e1ff15f861
588 5e7357cd-5435-661d-e964-06036734ac74
589 5e735e0a-434b-2bf1-b4d5-38c6f8807d19
590 5e735caa-1f2b-0c86-bb9d-7b97541adf4c
591 5e735daf-f89d-0615-ea00-afdf04e1603c
592 5e735cee-bb3b-1093-6f14-7c5504f8d719
593 5e735d0f-6f20-2a0e-a7ac-7bc2c98a4e90
594 5e735dfc-8033-54b4-d5be-141fed5357b0
595 5e735d12-c278-ae21-d9e5-0bae247ad711
596 5e735c3d-564a-a73e-7007-afc3073339c7
597 5e735e0a-07b6-f253-c05c-bb2d28f343c3
598 5e735e0d-a7d7-5ed9-832e-21254f31e1c4
599 5e735cc5-eef8-d030-9254-bfe64da48b46
600 5e735ddc-2213-5b97-2cd8-0dd98bc1708d
601 5e735e22-5d90-5c5d-037a-e95bb03d74a9
602 REDACTED 5e735bae-a6ad-1644-5ae6-d9134ef82ea2
603 5e735cfd-62f4-95eb-29d9-81086b733d22
604 5e735de0-c948-4f95-1ae6-04cae61b7a86
605 5e735e72-e8fe-7e1b-04f3-b898570068f0
606 5e735e07-9f30-3879-089f-5af0deb466e1
607 5e735e95-1c93-ba2d-a55e-f843e0ee35e8
608 5e735b2c-6258-8ade-41a5-f82e423f5291
609 5e735d04-f8ee-039f-08f8-b6b94090ceea
610 5e735c6d-42f3-ef60-fe3a-e4f93f13ef17
611 5e735e0c-cd45-0c08-e30f-8f37bd56e953
612 5e735e98-15f2-e18f-ac63-45427ef9305d
613 5e735e87-dfda-31c8-b06d-e6f5c75b9916
614 5e735e92-b874-1a97-9749-a6fac6264f52
615 5e735b3d-4ef8-8b1c-f5f2-0d54fdaefa25
616 5e735e92-ef6f-f55a-5e17-df1f205850c6
617 5e735f02-2751-36e3-ff6c-3a39bc49bb74
618 5e735e63-de8a-7463-a334-1d19f5b4c59b
619 5e735c54-6c1f-2419-611f-4ad7f924476f
620 5e735eb9-962a-a056-def0-e613f5c4fb4e
621 5e735cbc-e802-eac3-c996-68009575d8e3
622 5e735f0e-745d-3bc8-1dc6-352aad9a8058
623 5e735eef-fdaa-a17b-d8f2-d653c4291b77
624 5e735cee-928d-f170-3b58-3a538fc530ea
625 5e735e43-7329-3647-940e-b94bd2f3bef4
626 5e735ebf-0bd2-b38a-bca8-4850eaf3b1e5
627 5e735e6e-ac8c-b780-5dbb-eb366ed6ee49
628 5e735cc0-c6a9-0015-83fa-d26cee22f9f8
629 5e735e9d-6d32-b760-9169-7cbf23691ec4
630 5e735e69-5c73-6469-8a80-7c273f788871
631 5e735dbb-f1a0-7d76-f2fe-1d1c4a403031
632 5e735f01-81f5-53aa-0a2e-986721930b25
633 5e735d38-9d79-3f59-7994-61e83d64f4b6
634 5e735c93-8768-7f22-4ae5-1f61cfddbb54
635 5e735ec5-2cb2-d362-f673-f1602e5a002c
636 5e735f0b-787d-140c-03aa-6abe9497d170
637 5e735e18-7498-16df-db20-6280d6971816
638 5e735ef7-eedd-b1bd-9ad7-78ff25d9fcd4
639 5e735ee3-9130-7d05-5152-b62f72f581de
640 5e735f1c-308f-88dc-0174-175b8d21afa5
641 5e735f16-0b19-88a0-ea54-6ae99a59f76d
642 5e735efe-5338-8422-fe92-160b389312b3
643 5e735a5c-f6f8-5fb9-1ff4-bee36f5ed7f0
644 5e735f4e-0b81-9e1e-d0e9-d8bb22cb5b43
645 5e735e6d-3167-651a-8c6f-90ac683cb095
646 5e735eb8-18d4-4118-27d7-23bfdbc2110d
647 5e735eaa-107a-c126-5094-1f8e8571975d
648 5e735f01-7bdf-b6be-d133-4eaa3e0a4af9
649 5e735f22-9cad-7162-3ad1-053a3182545b
650 5e73600c-2631-5126-3cd5-8781e850e970
651 5e735df6-4781-c651-dd5f-0ce74c129814
652 5e735fcd-2688-0cc7-de0b-b4a90ebdef78
653 5e735f8d-2354-81d8-cc22-ffd6570d29f5
654 5e735e65-197a-bd7f-381a-60c7c8874dab
655 5e735f3e-c9ba-b61a-382a-f225ca07c9b1
656 5e735e50-29b3-8419-16f7-f3de61874a62
657 5e735f85-c625-260d-93b9-1cc6bb5bf409
658 5e735b0b-c45f-0130-d016-6bb39462916f
659 5e735db0-e8b1-8192-d32b-818b2f54f6e4
660 5e735e6a-92e2-7d91-1383-55d6c1bed7ec
661 5e735e7f-9ba2-ac10-4f72-0e64fa23a90e
662 5e735ef3-fa3e-807b-21b8-e0d0d954ef37
663 5e735fd0-4610-c10e-db84-858eb26f1b7e
664 5e735f7f-acc5-a034-8c65-b65bc04d129d
665 5e735cbd-e537-f641-7c42-95d64b974fef
666 5e735ff7-b566-f88c-bbb9-32bf6deee9e4
667 5e735f7a-594e-e190-d631-3efcd1b9d0cd
668 5e735ec8-9225-6a2c-1422-4adcacdf45c3
669 5e735fb9-9d08-cadc-5e89-dc7143f21776
670 5e735eed-1ac5-2f66-55a1-0aeee3da6ccc
671 5e735dfc-be35-cfe2-5d6a-0f84e5211f4f
672 5e73600a-79b1-0722-8cf3-9eeaf7de2d17
673 5e735ebe-3752-0d6f-e7be-8002a1617719
674 5e735e62-6f9c-de6a-6cce-e0f7c7a77852
675 5e735f9a-3b11-cc78-defe-7fc3d1561c0c
676 5e735f3d-090c-637e-f575-610c7fbe345b
677 5e736032-7b7f-7ced-d0bf-1981651551e9
678 5e735eef-b1ed-2ca8-cb8f-3ffbea2f2881
679 5e735fa0-8cef-7807-9b84-b6f4427738d0
680 5e735f4c-9e5f-434f-2084-dccb3393d52a
681 5e735f59-2bbb-12ed-8826-63908fe939eb
682 5e735fea-3302-558c-be2b-7abe2f9b7ed4
683 5e7360df-a251-123a-7bf3-40a608f75305
684 5e735fb2-2a3c-656d-9643-03c3dee2d575
685 REDACTED REDACTED REDACTED 5e735c99-7ac8-8ba6-d3a6-f0f7b3f563bb
686 5e735a49-960e-d6cc-f70d-5366c3edb4fb
687 5e735e9f-4c72-1ddb-06bc-fb4ac70fc076
688 REDACTED REDACTED REDACTED 5e735de2-fdb5-d22f-ae42-2cc09606416e
689 5e73604a-2d05-33da-3bff-f458d3167464
690 5e735f71-9c6d-0efb-bbf3-1650cc22aca3
691 5e73602f-80ab-c561-b191-6f85c9e50a0b
692 5e73601c-13b3-a4dd-d842-388cff80b880
693 5e735fd2-6b99-05be-e8c1-efcefd58bb2c
694 5e735fe6-0159-bff4-5eab-a2a891752318
695 5e735ef7-3fe6-d023-f222-145e22879072
696 5e735a79-d275-faf2-0767-b5ecc498bca7
697 5e736013-9b47-997d-4899-30ed3d93e4fd
698 5e735db3-48b5-ade6-0cd2-a83ec7594f75
699 5e73604b-f8b9-6f5e-4e7d-e8b4dfd6a35f
700 5e736028-a521-8e4b-4ec5-1a04bd44774e
701 5e735f2a-305d-be63-7ace-0865575fc1e5
702 5e73605b-cf24-aab0-d82d-bd47cb842ca6
703 5e735e32-a635-ed6f-c5e4-d742724b9f02
704 5e7360b1-17e4-5554-e47d-a84bad79e8e3
705 5e736042-0034-b24a-903b-e5b05d035be5
706 5e736056-39ac-8e50-b9bc-2055cdcec618
707 5e735fa2-5301-7429-1e42-3fdd560f4b50
708 5e73600e-67a0-de09-3add-528c9f0968b8
709 REDACTED REDACTED REDACTED 5e735ea3-e8aa-99e9-1ba1-17ae10c90b18
710 5e735d88-0b24-2f9f-eabc-9110f49d82bb
711 5e7361a5-2814-7c3f-df39-06303a9a891e
712 5e73619c-1e63-2478-6a3a-4f60d4585bbd
713 5e735fa3-6d86-7302-d656-d594b2260523
714 5e735c6f-eba5-c499-56fa-bde38abfcf90
715 5e735eee-9e67-b3e1-b5a8-04a97ba42bb5
716 5e73611a-ddd0-3eca-2d0c-e243c5920507
717 5e73605b-e28a-2dda-a21f-ad100f001034
718 5e735fc7-5bf5-b973-26f6-77d5f21ef745
719 5e736087-dbc7-8b89-8b80-bb3883402770
720 5e735fd6-9400-7517-5ecd-6ee8ff56133c
721 5e73600a-6b2c-c69e-42fb-88664911d2f1
722 5e73547a-b369-319f-cea4-093e98cd5ba0
723 5e735e3f-0457-84f1-d082-52e16933b17f
724 5e735fd9-3c9e-3633-1b00-5d3d56583e2c
725 5e736130-6493-8704-aaaf-d5cd76efdc84
726 5e7360a8-682e-68ab-327c-af2be9ba9957
727 5e73604a-0c95-9640-48be-b1012d6717af
728 5e73603c-4a37-8415-4ffd-fcfd43d26c36
729 5e73616c-ebc8-defd-c912-1c1de9eaffa2
730 5e736075-57e4-e97b-4aab-5d72c4693055
731 5e7360e8-3781-fec6-a8b6-6bab197d511a
732 5e73609c-ac7e-1a3f-ff8b-8c4701785f46
733 5e736153-f5e8-0da2-b7c8-026aed421216
734 5e735fc5-ce44-68a0-6443-a712db04d507
735 5e736084-3e18-a181-3489-8c3b2a1ba28c
736 5e735c00-24cb-32df-f381-898fad88df32
737 5e7361b9-6ec8-8c20-86ce-cf8cff3b8b06
738 5e735e53-b4a9-b789-834e-ad9ddeecafa7
739 5e736146-6713-6d40-595d-ffb472045f7e
740 5e735f5d-fed5-be31-e594-40b3dc6103d4
741 5e73610f-57c1-cee2-d3a1-82c463ba5581
742 REDACTED REDACTED REDACTED 5e735e66-ab58-e076-6f53-bab3d4bda252
743 5e73613e-4e2b-5b8e-cce1-c358d4fa02a7
744 5e7361ef-a3ca-87b5-2d41-19a5fdc6e240
745 5e736058-dd4d-65c2-8b5a-0555f1f5f455
746 5e7360f8-2ece-694d-0406-f7bfac993cf4
747 5e7361e9-1751-a439-c6f1-6bf4de69038d
748 5e736144-9590-e84b-739b-2005df293c6c
749 5e735e16-c65f-dc19-2e5d-4de91fb9815f
750 5e736175-f94e-a940-bbd1-e089f230416a
751 5e736218-4e9a-9d41-98fc-6d2999751a40
752 5e736009-37c9-3f46-8b0b-a04940235484
753 5e7360d1-ae8a-6784-9f1b-623e9eb83c0f
754 5e736256-6408-c1bf-a0e8-a56ab7f09bf8
755 5e73626e-2fbf-3e03-34ff-a74e5a43a927
756 5e7360ca-84e5-5e14-8a25-2f7bfa606e72
757 5e73623c-9811-2d5b-b404-9fce652179a8
758 5e736278-619d-7774-3ce3-bd3b001b2088
759 5e735daa-9d5d-1fbb-d3b9-108ee084009c
760 5e735ff3-1964-d14a-758b-13256dc9a521
761 5e735827-317a-315f-8e49-80051c62b866
762 5e73624b-c7f6-8073-e638-266ba4a2f0e7
763 5e736231-6d5f-d3bd-1b7d-a66e0a6469b9
764 5e736267-235a-a90e-7818-8638b68128de
765 5e73613d-860e-2b96-7235-512f0441ce2d
766 5e736293-3261-5c57-81f2-c6f8046a0ffc
767 5e73613c-a132-acf9-6a40-463ec2f2db53
768 5e735fa6-350b-bdab-2285-d6a88371a2a3
769 5e735db8-4c49-3ca6-7184-d95252c7d57a
770 5e735ec5-6e9b-03f1-75d2-b3d8f3041864
771 5e736148-76fc-9fec-5a31-9d14fc78fdd4
772 5e73627c-3966-d669-5c58-41a34a348ade
773 5e7360fb-4385-af02-5044-2bda5df3774e
774 5e735fa9-1ec6-4d99-5f92-d60c96cdedd2
775 5e735c0e-f963-c1f4-c859-fab147cfeb37
776 5e7354ed-258d-7fb5-3f51-1809432643eb
777 5e736099-54fa-16e0-9eca-5e53c5265522
778 5e735fa3-47b4-80a3-24eb-d1df15ea1fb8
779 5e7361ff-7c7d-5c36-5280-a35cb62eda93
780 5e736139-2934-0d38-93f4-1c6e399ddd13
781 5e736282-ef8e-cfaa-2b85-c097969b1ebc
782 5e7361ed-e7cc-2baf-5edb-736fdf2f9eef
783 5e736249-ebea-1c05-e1be-b029d0231d4e
784 5e73626d-8ad7-f8d6-10e5-f1577878d82b
785 5e736141-ec6f-0622-8450-67fd0afe6848
786 5e736321-2bdc-3042-1799-27004ea75868
787 5e736253-91b0-ab88-e470-6c78e8bedcbb
788 5e7360ca-0443-1a1c-1c16-023d28a93313
789 5e736199-a928-07ba-7248-654afe15bd51
790 5e7362a7-d59f-8c4d-78bf-c6a57ada884f
791 5e736288-d20f-f1e1-0771-b37021350ed2
792 5e7362e5-89da-f14f-6adc-6a1f54027815
793 5e736216-f498-233c-d16d-bbe722a87a30
794 5e736316-9c31-2c9f-438b-c017aa25d87b
795 5e7362a9-5a34-fd57-7912-54a44b01793f
796 5e735d3b-742b-b415-5f5e-5d7949e64073
797 5e7362d9-019f-41bc-c588-4eb8fe5e8606
798 5e736233-cb9f-3164-0f37-92a50d584248
799 5e73615e-92d5-4825-8edc-5deb1872eff6
800 5e73625e-5240-2857-2890-3753c3c1ef17
801 5e736289-f32a-d6cb-5483-943292155f09
802 5e736218-a98f-0271-d1ea-32da1ecdda2e
803 5e73628d-2f10-7a96-b4c3-586464936269
804 5e73629e-a095-b557-5429-48d9fc6328f6
805 5e73609b-df55-30cc-4638-3b674a5204b0
806 5e7362cb-04c5-9597-73bc-7643fa42dcfe
807 5e736239-0efb-61c6-59d4-725b8ef632c5
808 5e73625c-89fd-ec04-cc55-79b7ab30f580
809 5e73633c-94e8-47f9-a3ab-6572a68bdd09
810 5e736303-b361-ddc5-4af9-6ae1ad0fd410
811 5e73627f-c65d-8ca7-6457-168fe7405b38
812 5e7362ef-8447-1fc8-4515-04cc094ae1c8
813 5e73628f-9b36-7a92-b822-3b4f03c58c17
814 5e736374-c7da-a218-9155-b1cc08bd11b6
815 5e735faf-cf6e-24f4-0ae1-b580cba51ff5
816 5e736325-195d-59ee-aaf9-247c20476357
817 5e735eb0-379d-2b04-28c0-70d408341bb2
818 5e736354-cf3a-4173-f280-70f7007c4647
819 5e7361d3-a732-b2dd-ea0e-58ae5e580441
820 5e73636f-9deb-919e-7607-61197f0a72db
821 5e7362e9-3e23-d792-40dc-84f2aedc63e3
822 5e7363ba-c57a-d33a-e251-f682da1e1344
823 5e736254-7fb6-78b4-1e13-7df65541cfc0
824 5e7362f7-a4a0-5d1f-1b25-8f22b6a93efb
825 5e736010-62ea-a241-dbae-d0d0d6585d9b
826 5e73624b-bcd2-2a99-740d-0b9ac5e03055
827 5e73635d-b8c7-4b5e-4a65-d84ed41500b9
828 5e73638f-e95b-a077-9244-475a09f674ec
829 5e7362a4-b3cf-d8b9-6449-d49a4832dcc5
830 5e736351-a22a-57e7-9449-16b5d7e72bae
831 5e7363dd-7db9-7588-7d0a-cce87332f0fe
832 5e735d24-f95b-3357-e42e-d1fa9ba8557c
833 5e736111-62ae-fb69-d9a1-ddeb16ff04de
834 5e7362e8-7579-d914-5c22-7168b27fbcd8
835 5e73629d-7087-21ac-27b0-4286c3ae6417
836 5e736369-0cce-6178-d287-053dd39fbfee
837 5e736261-1441-8376-7729-3e1c903e390b
838 5e735fe0-bf2d-971a-e6a1-75942766d7cc
839 5e73646c-5cd9-c565-0758-ecb11daccde8
840 5e73637a-0564-ecf1-6d3a-347d75cf8c57
841 5e7363ac-a241-0be8-42f7-7430ddbe133b
842 5e73612f-ecf3-1512-4ec0-9aeb2c4d2c48
843 5e7362bd-5a4c-ef70-f5c8-089723ea722a
844 5e73635d-0959-fc90-0d63-79ed94f51bda
845 5e736390-b161-e9c3-b2df-481d95ff8ab8
846 5e736421-252a-f35d-18c4-22717d930f2c
847 5e736348-c877-7b91-5e44-c5f60f441455
848 5e736368-9ba9-6446-715b-c9ae468aa47a
849 5e736468-e708-2fb1-b18b-eae8fd3de787
850 5e736452-9f17-e5b1-45d5-34b99f799d07
851 5e736402-3e6f-fb4b-3204-74f446ae9da7
852 5e7363e1-8242-d2b6-b649-24180ae1a933
853 5e7362e5-2093-53f2-2516-152fd4fe47a4
854 5e73647e-37fa-2105-6b80-955175cd02af
855 5e7362ec-6953-69cf-d210-a3c0e41dda58
856 5e736380-aff8-47b2-b4ef-586cb6cca34f
857 5e73632d-3d95-fdae-179d-b8b658579dbe
858 5e73636d-05fa-0aae-f0fd-c237de05297b
859 5e7364a1-d096-5a39-a4b7-d53f18261753
860 5e73647c-c5a5-f604-ad59-68b2c77c4b40
861 5e736317-5edc-2b37-eb5f-df109c8e90e6
862 5e734ef3-b8e5-b22b-cc24-60b2741578d4
863 5e73656c-2145-eeea-b416-bbed75cd05c2
864 5e73633b-0a04-8a29-99cb-6384ca0d3014
865 5e736406-c954-45fa-5146-6fff0fc1a5a1
866 5e73640e-f433-b9e8-3aee-8d061bf3292f
867 5e7360db-af61-aa08-b9fa-07eac43440fd
868 REDACTED REDACTED 5e73641c-8025-4fd9-4fe2-af442ba78e07
869 5e736430-724b-00f4-794d-28327fc3e57c
870 5e735fae-0328-10df-a829-a25c9dd868dd
871 5e736437-4fa4-4605-ad9a-1a1bfbff9d69
872 5e736386-2317-e8c7-7bab-d23fb953da11
873 5e736447-70d9-6692-43d5-ad092baf2fe7
874 5e736393-d5bb-3a46-516c-d1d0da7c7c47
875 5e73646d-292d-25ea-a56e-875854e1f39e
876 5e7364bd-1748-f916-fbcf-6474000674a3
877 5e7360a7-b66a-d14a-96b6-3171062107a1
878 5e736505-edb0-dd00-57f0-613c9d607f89
879 5e736420-1a7a-1354-46f6-2768e2e3b2fa
880 5e736492-5161-1975-6638-cb8ce06a5bb3
881 5e73643c-fadf-0a13-24e7-50bb898ccdbb
882 5e736573-be0f-2b98-d245-05f0456006cc
883 5e7364ef-1f23-a899-945e-25c2d47305bc
884 5e7364aa-58c2-8cac-735c-1c9e100cb798
885 5e7364f2-d856-cdc4-9825-219d755f3ee7
886 5e7363ce-3b4d-b187-8b56-fe677335160b
887 5e736502-04de-85e9-7fbb-f79815e8d0db
888 5e736498-d5ff-40f9-69cd-d50af5e24a7f
889 5e73647d-7abf-d276-5da6-123fdfca615d
890 5e73633a-0a43-f490-734f-ac5634b73433
891 5e7364bc-109d-d24a-8e42-2549823115e4
892 5e735ef7-0458-c9a9-6420-cb272b05e60c
893 5e7364b5-21bf-0097-e4db-562545c33d4b
894 5e7364d7-3b89-6f85-1ef1-4b0595ac4e8a
895 5e73640a-8804-75f5-84b0-2a058e51070f
896 5e736444-07c6-ec13-15a4-ea86ea385d77
897 5e736561-8f09-e80b-21b0-266b2a69ed0a
898 5e7363b0-573e-3541-fc5e-053619295fcc
899 5e73648c-60ea-ac38-c21c-eb73b143636b
900 5e736582-5a4a-830f-834e-2658958e1819
901 5e735ea5-dbbd-c442-3d64-2f43a0eb80bb
902 5e735eea-1ef1-a379-4fae-4dec34a93973
903 5e7365cd-065c-1519-c550-87717fda8487
904 5e7365b9-37d7-a8f4-15e8-116fff6fd7a6
905 5e73661d-0b70-382b-7528-58675a6efe39
906 5e73666f-de60-93c0-56a7-d09d2423b478
907 5e73653d-cd4a-b0e8-4c1d-549dab286508
908 5e7364d5-f00d-5d10-3488-dc23f77b66ea
909 5e7364f5-091c-fa67-59b5-f5c9e55c342e
910 5e73659d-ce61-cdb9-b464-f6a805d679b8
911 5e7366ae-81ce-6f41-2163-55fff065fb68
912 5e736611-57d6-09e3-fbbf-850c6da6d301
913 5e73668b-d0f3-5974-a36e-295f88a8c0bb
914 5e7365bf-bb20-72e9-d7c1-3c9d183d33cb
915 5e736664-000a-6ae6-3c85-b2687df6e5b6
916 5e7363ac-5b6e-48b5-f6a8-d0ecb274f758
917 5e7365ac-10b6-1510-9ced-76aa509b84d4
918 5e7365e7-801f-455d-d269-2b359c75e950
919 5e736532-e363-3d8e-fe95-fcb6de41b116
920 5e7365cc-a6f0-dbce-4b06-2c56a309652c
921 5e73665f-fe6e-999e-89ef-61bad2e50b99
922 5e7365f4-b545-5d81-7e28-de8043ae2170
923 5e736585-769c-bb2d-5e7b-fafded5b0a60
924 5e736674-e6e2-31d2-a760-fa0dcac301e9
925 5e736615-c3d8-40ef-978b-d15980690ca3
926 5e7366b8-e3a0-570b-25ee-e0c72b25e8bc
927 5e73657f-8864-1b58-aeb2-ef5f2a5de126
928 5e736583-1daf-99d8-955e-7da41d3f338b
929 5e7361ca-fdb0-c695-c289-91595838f6f6
930 5e7366e1-94de-4847-b167-89a2da138c8c
931 5e736766-b447-dae0-b2bc-d765e3a73830
932 5e7365d0-cb29-a853-243c-b3ad9bf86374
933 5e736610-f9fd-47e4-1825-147179922b24
934 5e73654b-5711-cf84-7559-00aee19c0e56
935 5e73666f-4f80-e4fb-80bb-227981c8fdcc
936 5e7364a6-1428-6a9f-919a-d8edc5e5f7e5
937 5e73660f-6603-6e8e-63e6-ef7b72b5ad34
938 5e736729-b19b-c073-3b47-b2585921ee75
939 REDACTED 5e7361a3-d88e-20f2-7b58-c1b793920499
940 5e735efe-05c0-a676-2b16-087f126403a6
941 5e73668d-4ee8-31f6-738c-2ff9ab105e8e
942 5e73669d-fbff-7365-e9c1-27ec835dce9a
943 5e736721-61e5-7f66-10e6-e6a675b10454
944 5e73664c-e616-dd81-24e9-11ff5eacd8d7
945 5e73625a-8a90-fcdf-0948-804e4d6e99cb
946 5e736503-b672-05c9-a04a-8adc95f0d067
947 5e7367e5-8022-c2c4-7445-c4adfc8d8148
948 5e736593-bb74-bf8b-baad-d10e768f7b69
949 5e736360-6718-bf3f-54d0-8dd1c0271744
950 5e7366ae-e14e-5974-bcc7-19969e7e865e
951 5e7366d6-19ed-dce5-bec8-3508de8ac9b2
952 5e7365bb-9229-1121-c193-6e4e16d5fea7
953 5e736404-3919-be23-538a-878632a73526
954 REDACTED 5e736739-997e-4dcc-160d-774d94335f23
955 5e7366f3-fee7-aee2-b3da-a653ca8c5bc7
956 5e7366be-391b-a177-adb8-b90fd5a06729
957 REDACTED REDACTED REDACTED 5e7364dd-58a6-1ee6-7948-60d75890405b
958 5e736708-51fd-2378-fb77-e30956ad04c8
959 5e7365b8-4cc0-0e7b-d9e3-495872b7285e
960 5e736824-2472-7109-224d-7552d373ddb6
961 5e73680b-257c-1b26-8e38-966767c9d05f
962 5e736871-2e83-ee60-cc18-afacc70baa35
963 5e736862-b8e6-11bd-4288-af2c5e37184d
964 5e736821-d045-5bd4-1a19-852afab2ce5b
965 5e736869-cd38-63e5-1dec-1fd81da0be21
966 5e73669c-31c9-112e-04be-00c84eb01f3a
967 5e736858-b875-d1e8-5280-7a43cccf38d1
968 5e73679b-c296-ac49-2000-88bd3cd2df7a
969 5e7367d1-973e-8614-0cff-b62ea13b908d
970 5e7368c3-f3b1-b2d9-8449-a1ee1b636890
971 5e7368b4-2a00-8e15-d964-f9045bcf3b95
972 5e7366cb-e41b-e53c-ad18-202574a5c091
973 5e736862-c36b-6b10-56b1-b368a1b60fa9
974 5e736822-5cea-92a3-394f-ac4cfb1842ca
975 5e73677f-f268-001d-c6ed-1d6f12b37582
976 5e73680e-d13b-03e1-6f31-6d532bf37915
977 5e7367b5-268b-548e-4631-86e1f29f82b9
978 5e736868-86c8-f350-04b3-ffc8cecc4f43
979 5e736832-5a63-d7ab-d5db-a50a40145997
980 5e73685e-9ba8-ec77-9216-83fe00f1914f
981 REDACTED REDACTED REDACTED 5e736696-4ac7-f48a-36b3-8274e2a4a693
982 REDACTED REDACTED REDACTED 5e73669e-5719-0afe-9f0a-b958b64045d2
983 5e736852-7f5d-08f6-146c-e1a570845b39
984 5e736904-874d-e136-becf-e475ac0a9dd9
985 5e736875-c8e6-df14-0e66-ceb7e29debf2
986 5e7367f8-2e0c-6d0d-68f0-0e1fc7deb906
987 5e736845-b737-1124-aa46-d701e3c4b06a
988 5e736844-6ad1-4c5a-ef7b-1d15d4b8d3c9
989 REDACTED REDACTED 5e736785-64ca-2168-8223-e333dc058218
990 5e7366d9-68da-e5d9-eef4-8246514c7368
991 5e736958-bd78-b4b7-dfa1-b6a47d596f1d
992 5e736488-f678-88c4-f55f-d86428cc730f
993 5e736279-0058-54de-4fde-d17f1fa3f77e
994 5e7367fe-23fd-e0f4-3f09-d960bb05b03e
995 5e736731-6c9c-0e56-5ea2-ef70408010c3
996 5e736917-751b-c273-f84a-9f4eba06ea71
997 REDACTED REDACTED REDACTED 5e7365d6-f108-6d6a-5266-cf4ac3e03434
998 5e73694b-af2f-6f28-b983-c5ddb72c1eee
999 5e736981-0206-5eeb-6c31-8794917ec913
1000 5e736941-5186-5d06-471c-4aecf312a491
1001 5e7368e7-8b42-9c0e-b4be-e8c90d74e39e
1002 5e7368c1-c664-fa87-608c-face3151dbd2
1003 5e7368aa-8af0-3fcb-30f7-f873b47aa356
1004 5e73697e-c42c-57fd-cd26-4b6b95dbfab5
1005 5e7369a7-06c7-99ce-ab44-10293ce5c7e6
1006 5e736751-4b53-0b87-d741-4a802c9d3ca7
1007 5e736a17-62dc-4f78-77c7-c6797db2f0ae
1008 5e736865-69e6-55f6-b38b-5e7fbcc2a820
1009 5e736961-7060-77de-eb6f-739caaa0515e
1010 5e7367b3-d6ec-81fe-a9f3-14a3d20b096e
1011 5e736a4d-3667-d3a4-829b-f7d0b4be6409
1012 5e73679a-4e53-5f22-3b8c-109ff98a74bd
1013 5e73693b-0a5b-fa6c-0130-da611dfd8bcc
1014 5e7368fe-b43f-919c-867d-b3bbfffcd824
1015 5e736883-7975-3b9c-ec61-28cb58362a64
1016 5e736ab5-e787-b572-3c79-63b9b5be8eea
1017 5e7368f3-64a3-13c2-75fa-7235c15a62f0
1018 5e73697c-8a5f-8281-e665-7521e7939948
1019 5e7368c3-38a9-c282-0400-6a4e38893c95
1020 5e736956-0bff-adea-1048-12371fc4b9c1
1021 5e7369e5-a14a-f9e9-c286-3ce4b8ac5cdd
1022 5e7369ef-b480-9064-7e88-fc7a7c2dce95
1023 5e736845-dde9-9ee6-2e8a-7e57a6686f0a
1024 5e7368cb-8b4b-46dd-1f35-ac70391d8f33
1025 5e736870-679a-9ced-188a-2acf2d6f2ff1
1026 5e73633e-7ac4-5079-4123-63c696f9a334
1027 5e73698d-980d-f0ea-ef58-97d0278c015c
1028 REDACTED REDACTED 5e736648-cbc1-fdae-19b0-b9030e6b7d23
1029 5e736922-6074-879c-c1e2-0f1ef34134c2
1030 5e73692c-d9ca-b340-da79-fadedceafa1d
1031 5e7368cb-62df-a48c-b4a5-c4b9e1dc4bce
1032 5e736900-ee89-7229-75b0-0ecc171ee414
1033 5e736989-c4cd-78d8-f696-9a89fe8ef20b
1034 5e7367b0-c7c0-b535-ab59-a7d5d36446de
1035 5e73688d-b3a2-29f0-b2df-a74b3808c0dd
1036 5e7367c9-be84-f65e-3405-e92129e57da1
1037 5e736972-bd0b-abe4-2ad8-ba7fc7a72aeb
1038 5e736a44-ec8d-20f2-6d15-8dad2c86c199
1039 5e736a48-0852-e31b-801a-b0696d477593
1040 5e7368e2-9cd0-75b6-ac25-6e622633bbdc
1041 5e7369e4-96d8-fe17-c169-c49287925cf6
1042 5e7369ae-1598-7518-1e29-3a45d5e410ff
1043 5e7368a1-5788-4cf3-dcf0-4b32b4258be4
1044 5e736adc-7c22-de85-5248-1a799ad578a3
1045 5e73699d-16be-996a-2481-36290d256659
1046 5e73697f-36e4-ded7-8da1-dfb0ec3cd4bb
1047 5e73679f-6dcd-b8ec-d6c2-c795f060ecaa
1048 5e7368ac-76eb-9720-6e77-2604a24db8be
1049 5e736a5b-11ce-c93b-d105-4d5b38179b4a
1050 5e7369d2-b907-46a9-5048-dbbcff290b3a
1051 5e7369f2-fb04-d254-d1e7-655dbfdcd76d
1052 REDACTED REDACTED REDACTED 5e736865-18eb-badc-715c-ccd0a451de29
1053 5e736559-af91-2557-080f-7cdf1e32dfbe
1054 5e736a99-001c-d493-3ac7-b6e4bccf2fa3
1055 5e736960-8816-677a-b2a2-6d4415c54607
1056 5e736abd-7a4f-755e-d2e3-a9db0e8f0dd0
1057 5e736b84-bb67-1dab-3dc1-d5300eb33c7d
1058 5e736ab1-3d08-f2ae-9ac0-9197fe5e40c9
1059 5e736a28-19d3-13ab-3af5-66da2d234eac
1060 REDACTED 5e73685d-7f16-9ab2-e280-4e59210622c8
1061 5e736b32-24a2-da9a-f120-2b7c96110b0a
1062 5e736a8a-547b-c9d0-224a-01cbd322ae34
1063 5e7368c9-3012-919a-5693-37fb1f4d7678
1064 5e736a7d-23b9-1bdd-b526-f177ed10fc58
1065 5e736b51-1051-9f54-e0de-6d09ea775287
1066 5e736a03-fe59-82d0-efac-b9f4ec5df2c8
1067 5e736abf-28e8-faf4-b7e6-f37188b06499
1068 5e736b61-2c58-f25a-6893-b316f7f13e11
1069 5e736a3f-5848-9f15-f94f-dac9e5aa045c
1070 5e736b47-5c49-6baf-e740-45d91d4e9dfb
1071 5e736a4e-d618-9065-501e-eae8c093ec40
1072 5e736af8-4f1f-7df4-6d6d-223ae252ee48
1073 5e736c80-22ab-ea66-524e-8609c87690d5
1074 5e736ba6-97d9-c631-5259-94655019bc83
1075 5e736bb8-435e-a027-897e-b5ac88ccc04d
1076 5e736b35-6558-ede6-4208-f3fa66b4b17b
1077 5e736c75-8138-cf4b-27fe-49dad2d5d937
1078 5e736b94-8e0d-aced-7365-6c7a14503f49
1079 5e736a35-1756-4636-0f91-ec74c5c79e66
1080 5e7368fa-f48f-1685-6c8e-1d77f569209d
1081 5e736a99-8db3-963e-3c4f-be32acae3762
1082 5e736b7d-b6e8-c9e7-66e9-378ec1824e01
1083 5e73697a-aead-3ee9-a437-7af63178f8e8
1084 5e736b62-f6aa-279b-d964-7a3de95966f7
1085 5e736831-1d4f-07d8-c27e-07b2add25a65
1086 5e736a1b-dca6-9add-16ad-641f9e5f8f8d
1087 5e736b5c-bf70-b1d0-3603-f6d16292b519
1088 5e736b53-1e39-fbbd-597c-7a9881d38869
1089 5e736bea-5685-9b2e-9595-0811097c8b26
1090 5e736339-9e67-683b-cd73-236027483a2b
1091 5e736c36-33ec-c528-c920-376dc047a399
1092 5e735ff0-c199-cc03-3c8f-4786eead780e
1093 5e736c70-398a-508d-9910-58ace906740d
1094 5e736b7f-bb79-f972-66a1-9719cfd68257
1095 5e736cd9-f5e6-5a4e-ae9c-9a1499ec6621
1096 5e736c4d-d6c7-43d4-0548-60c4d2331332
1097 5e736972-74e7-614b-d18a-1243d91984a1
1098 5e736bc4-4f63-faa7-47d1-46f3945c4798
1099 5e736aa1-41f0-b230-057e-c08cffb1bde6
1100 5e736ba5-5e1f-7f58-ca71-08719500b978
1101 5e736b4a-ebf6-d5c7-4c8f-eb27685f0739
1102 5e736bb7-0687-311e-4376-ba593a0cf90d
1103 5e735ff8-32d2-1ab5-e4f4-24fa0fb0e067
1104 5e736c54-1de6-3eb3-e6bb-e6b59aa4725f
1105 5e736b36-7712-c9cd-245b-f69af809dcbb
1106 5e736bb9-9327-3ee2-d109-2a58975b3718
1107 5e736c51-8df1-680c-13ed-19a91e7f41e8
1108 5e736cdf-7607-dbf0-f9a6-21d3e5879c20
1109 5e736b2a-1837-365d-71d8-aa65d3c16768
1110 5e736324-be75-b472-ed9d-8c2484d7a91d
1111 5e736c52-a601-7bbf-3972-3e8aeca25a88
1112 5e735393-3cc1-c538-e468-cc0c0872335e
1113 5e7365e3-8caf-3682-161f-acfb5e4e9127
1114 5e736afd-4c67-7108-407c-f8ee1e64ae23
1115 5e736c58-2918-0df0-2e8f-b7ccad199b86
1116 5e736b35-4df9-6524-3815-4e0d86590382
1117 5e736bc3-0403-e905-d95b-552a427f4ede
1118 5e736a85-6ce4-eca6-0799-fdbbfe193950
1119 REDACTED 5e73688c-8aaf-ae56-3bd6-3da5187c9ed3
1120 5e736b59-c9cd-86bb-a836-a6166aee6fce
1121 5e736727-ee74-724b-e1eb-d8b1e344086d
1122 5e736ca2-309b-4cca-b0d6-4800e64b00e4
1123 5e736cde-6b63-ef69-a997-82e56b5bdb08
1124 5e736ca1-ac8e-90ed-0969-2710c5753328
1125 5e736c1c-c08f-b347-114c-29eb600ae5da
1126 5e736c28-65cb-ca8c-5616-5612012ea535
1127 5e736c61-24b2-61f0-cf78-0b7374be2424
1128 5e736cd8-c52e-8f07-b49c-3bd38ee0f985
1129 5e736c76-578d-74fd-460d-ad10240989b0
1130 5e736d57-ef98-7659-f1fe-410151aeb57b
1131 5e736d47-faeb-fda8-d946-dbb8416761af
1132 5e736cd9-5a59-6d32-8f40-490a42d9bc98
1133 5e736d34-ebcb-d646-1cb3-ef33348a45c6
1134 5e736d08-7564-a63f-51f1-5e8505eaef27
1135 5e736d1d-de66-8c47-920e-862f3264ee4f
1136 5e736d16-e6ff-c48b-fec2-0ac3b210e20d
1137 5e736cca-866e-f465-058a-b8907685ad10
1138 5e736d49-d7c7-6f49-f18d-289ee9020647
1139 5e736cc6-ed28-06f1-bc28-c3a16ac0c5cc
1140 5e736b7b-c4d1-2dd3-3f35-c0198773d940
1141 5e736d6f-3401-212f-0ba5-ce3c53022381
1142 5e736e6a-1ec1-d3b8-7ae8-29316f8e4c95
1143 5e736e3c-7d16-2da1-beec-86834f480f1c
1144 5e736c65-c677-8ba2-1dd2-5ae8b1703b78
1145 5e736cba-133c-1bc4-cde3-2acb6405cfe8
1146 5e736d29-e20c-3a98-cf23-14cfbc49d22a
1147 5e736d30-bc4d-5c8e-d343-2d4bf359d39a
1148 5e736c40-2c6f-42b8-8d7b-de8769b26783
1149 5e736d16-a099-3116-7499-ee7e3ed7e72f
1150 5e736d4b-3b2a-61cd-cc88-ee11291a7ad0
1151 5e73675b-3206-1cb0-ab15-08c7d8044544
1152 5e736cd1-a910-a857-fb79-12558d34e371
1153 5e736256-e7b6-200e-9f30-bfa8c8978b81
1154 5e736dbd-cf07-56cb-015e-a0ef00d55ef2
1155 5e736e48-5b53-5842-1add-68e4df494757
1156 5e736e1c-04d7-9272-55d7-e693509038cc
1157 5e736ce5-b4d3-df22-208f-fcdffefffac1
1158 5e736d6f-2048-53b0-9a21-e2f6c72c6731
1159 5e736d98-d289-d36e-648d-cafd4c3c406e
1160 5e736e10-bde0-f7f9-d6ad-d954f5f9e5fd
1161 5e736db3-15fc-f41c-2b82-820a3f6a7207
1162 5e736e20-023b-cfa7-6cca-3ceb8636a1c6
1163 5e736dae-9ace-022d-0a1d-d6ef29fc40bf
1164 5e736dca-1204-fb74-6a35-565003e4cc27
1165 5e736d82-386b-0681-c899-ab7bae8a0035
1166 5e736d31-fc9b-02fa-8919-2caefb0d789f
1167 5e736d57-4cc8-1166-6d92-84a83498e8c2
1168 5e736dc3-c9ea-dd13-f9e9-85b4caea7959
1169 5e736d55-49cb-e230-6698-dcc85076da5f
1170 5e736e19-7a0f-b76f-38b2-76306c200276
1171 5e736e56-0ef0-5e7b-29b7-60a2b136c046
1172 5e736e72-a171-0cfe-16de-cbf9ce5b452d
1173 5e736dce-3e66-74be-3b33-63516bc6d0b0
1174 5e736d9c-428c-e05c-1baf-defc4f13cfae
1175 5e736e2d-06f8-faca-5782-e13480258539
1176 5e736e3e-e2ba-498b-a8a5-90e2f02c527a
1177 5e736e5b-3cf1-4f4a-81f4-3269bd0b7ee0
1178 5e736e74-65bd-c2f8-a373-dec6260e884b
1179 5e736dbf-3157-5ad6-8128-e55331ec4c58
1180 5e736b62-f46a-9730-292c-a37b776ccf6a
1181 5e736f0d-97aa-a913-5931-4568157347c8
1182 5e736dc5-7e85-ce20-9626-dc045495ee51
1183 5e736e54-9511-7695-eec5-5281e427c098
1184 5e736efe-9900-092c-acca-2f0bc3781031
1185 5e736ee0-6bc7-cc96-f767-e07e7318a9f3
1186 5e737010-08e3-8d0b-07e3-958fcf475e30
1187 5e736e34-b8b0-b8eb-3556-1bd1c945a6d3
1188 5e736e35-2bab-b96b-2251-483ee0e77090
1189 5e736f2c-fa4d-6259-7c7d-9e45d5946208
1190 5e736e35-189f-b792-74a2-7a3d6b8ca18e
1191 5e736d2f-680e-3e4b-b4d6-4b24bdab7319
1192 5e736fc0-b929-5bc7-a0e8-5850fc6f47da
1193 5e736ee5-aed6-98a2-9ce6-9d10f33a4ab6
1194 5e737013-6bd2-7ad8-dbb2-7f91635761ec
1195 5e736f5a-0180-581a-853b-3272f7e3b069
1196 5e736f1a-9946-b04c-4749-2b67142e206e
1197 5e736f52-3192-04f8-b900-7036311dc0ae
1198 5e736e85-053e-180b-1c99-43d9d622962c
1199 REDACTED REDACTED REDACTED 5e736d96-50b7-8e26-b2b9-8aff210ccdf8
1200 5e736e50-6e34-ab97-928f-519497c4fa87
1201 5e73706d-d98a-2ace-ab2e-2aa7b70aae06
1202 5e736e10-fbf3-b135-b70f-9f91c6267feb
1203 5e736e8a-b324-f2ee-d6d2-0f8643d5a3b4
1204 5e736ea3-11e6-1737-bbf4-3113187bf086
1205 5e736ee3-3b9a-81b6-d42e-6a4fe90089cc
1206 5e736336-9900-8581-31a3-d87307b90f51
1207 5e736d2b-a691-db4a-2eaf-304c275fb071
1208 5e736f42-0219-2090-86cd-3232b4e407fd
1209 5e736ecc-cf7c-206b-1332-3408f4c56544
1210 5e736f49-9b14-f812-6b87-eebd07fc802e
1211 5e736fd0-bb2f-234e-d6b3-173282927f57
1212 5e736f72-9193-12c5-65db-4eddada76c91
1213 5e735c33-71cf-7c4b-a073-a4b665ea33c2
1214 5e737028-98c4-e0a4-d081-eb73c825c5fa
1215 5e736fcd-2a94-3a96-16fa-45e3f124f08a
1216 5e736f94-875b-fdf1-7005-0b6ece77f260
1217 5e736f24-3417-b45c-b5c4-185a158f054e
1218 5e7370c5-d8fb-bf81-51c4-6ba498d2d892
1219 5e736c27-2d4d-7bb6-d720-1c5621941ee1
1220 5e736d6c-fbc6-59f3-545d-b66e063a7a61
1221 5e736eb0-7fe3-c4eb-69cc-046a688b16d9
1222 5e737042-99f3-bb70-0a35-cbf4a766208f
1223 5e736f9d-ff87-1e1d-c45c-033a9fded9c0
1224 5e73706e-e1ab-40f5-44a7-aca8f152a6d7
1225 5e736f42-cdd2-a95f-7e8d-a9f7da258c95
1226 5e73701f-a395-35bf-f085-5d3cf1031257
1227 5e736fa4-f484-a73a-b8b7-426097550899
1228 5e736f86-e2b7-f450-44ad-92ce98b5a1c2
1229 5e736ed7-9e3a-ef3f-d58a-b5d6bb577c38
1230 5e737110-7426-0ff2-c8ab-8a84662950c2
1231 5e736ee6-5204-5c34-e192-2855e0f74207
1232 5e736f41-fd3f-3fc2-2eaf-91c94de7abdb
1233 5e736438-651f-ce1c-6bca-6aceb87d434a
1234 5e736e0a-2d7d-160a-6493-d7252ed49b6a
1235 5e736eec-a8b2-e4dc-5373-ce7bb4e527c5
1236 5e736d8c-beb3-c6b4-5ebf-1234316f4a3b
1237 5e736e77-1a1a-0b72-1c6d-996948de047b
1238 5e736fb6-c4f6-8dac-c4cf-09d926ef218d
1239 5e736f88-0452-b023-67f1-9c9ed0d5e6d5
1240 5e73707d-6de0-3ae9-3af8-8c38c8b5e7e9
1241 5e737074-7b53-eb69-bdb7-558cf8e3acb1
1242 5e736e56-5185-4316-e93b-491ff4647fed
1243 5e737070-c961-a5a6-970b-8ac212f120de
1244 5e73712a-a8a0-c687-425b-706030269c9b
1245 5e737098-8515-7c21-b66c-8b2657c61a13
1246 5e737014-67dc-e23b-69c1-6572ccf9e389
1247 5e7370de-169d-8ca0-9e1e-172e5af0d81e
1248 5e737089-a780-f421-d529-78529e0146e9
1249 5e73705e-5ec6-61db-5832-6cb250a3c6f5
treatment finish
1 NA
2 NA
3 two NA
4 control 1
5 control 1
6 NA
7 one 1
8 one 1
9 control 1
10 one 1
11 three 1
12 control 1
13 control 1
14 four 1
15 control 1
16 two 1
17 four NA
18 three 1
19 control 1
20 control 1
21 two 1
22 two 1
23 control 1
24 two 1
25 two NA
26 control 1
27 NA
28 one 1
29 two 1
30 two 1
31 one 1
32 two 1
33 control 1
34 control 1
35 control 1
36 one 1
37 two 1
38 control 1
39 one 1
40 control NA
41 two 1
42 one 1
43 control 1
44 two 1
45 two 1
46 one 1
47 one 1
48 control 1
49 control 1
50 one 1
51 control 1
52 one 1
53 control 1
54 control 1
55 one 1
56 control 1
57 two 1
58 control 1
59 one 1
60 two 1
61 one 1
62 control 1
63 two 1
64 one 1
65 one 1
66 control 1
67 two 1
68 one 1
69 one 1
70 two 1
71 one 1
72 two 1
73 two 1
74 control 1
75 two 1
76 control 1
77 one 1
78 two 1
79 one NA
80 control 1
81 two 1
82 control 1
83 one 1
84 two 1
85 two 1
86 control 1
87 two 1
88 control 1
89 control NA
90 one NA
91 control 1
92 two 1
93 two 1
94 one 1
95 control 1
96 one 1
97 one 1
98 one 1
99 two 1
100 one 1
101 one 1
102 control 1
103 one 1
104 two 1
105 control 1
106 control 1
107 control 1
108 two 1
109 one 1
110 control 1
111 two NA
112 control 1
113 two 1
114 two 1
115 two 1
116 two 1
117 control 1
118 one 1
119 two 1
120 two 1
121 one 1
122 two 1
123 two 1
124 one 1
125 two 1
126 one 1
127 one 1
128 two 1
129 control 1
130 one 1
131 control 1
132 control 1
133 two 1
134 control 1
135 two 1
136 two 1
137 one 1
138 control 1
139 control 1
140 two 1
141 control 1
142 two 1
143 one 1
144 two 1
145 one 1
146 control 1
147 one 1
148 control 1
149 two 1
150 two 1
151 control 1
152 two 1
153 two 1
154 two NA
155 control 1
156 two 1
157 two 1
158 one 1
159 one 1
160 two 1
161 control 1
162 control 1
163 one 1
164 two 1
165 one 1
166 two 1
167 control 1
168 two 1
169 one 1
170 control 1
171 two 1
172 control 1
173 one 1
174 control 1
175 one 1
176 control 1
177 two 1
178 one 1
179 control 1
180 one 1
181 two 1
182 control 1
183 control 1
184 one 1
185 one 1
186 two 1
187 control 1
188 two 1
189 control 1
190 one 1
191 one 1
192 control 1
193 two 1
194 one 1
195 control 1
196 control 1
197 one 1
198 control 1
199 control 1
200 one 1
201 one 1
202 one 1
203 one 1
204 control 1
205 two 1
206 two 1
207 control 1
208 two 1
209 one 1
210 two NA
211 two 1
212 control 1
213 control 1
214 control 1
215 one 1
216 one 1
217 one 1
218 one 1
219 control 1
220 one 1
221 two 1
222 one 1
223 control 1
224 two 1
225 one 1
226 control 1
227 one 1
228 two 1
229 two 1
230 two 1
231 one 1
232 two 1
233 two 1
234 control 1
235 control 1
236 two 1
237 one 1
238 control 1
239 two 1
240 two 1
241 two 1
242 two 1
243 one 1
244 control 1
245 two 1
246 control 1
247 one 1
248 two 1
249 two 1
250 control 1
251 two 1
252 control 1
253 one 1
254 two 1
255 two 1
256 control 1
257 control 1
258 control 1
259 control 1
260 two 1
261 one 1
262 two 1
263 one 1
264 control 1
265 one 1
266 control 1
267 control 1
268 two 1
269 control 1
270 two 1
271 one NA
272 one 1
273 one 1
274 one 1
275 one 1
276 control NA
277 two 1
278 two 1
279 one 1
280 control 1
281 two 1
282 two 1
283 one 1
284 control NA
285 control 1
286 two 1
287 two 1
288 one 1
289 control NA
290 one 1
291 one 1
292 one 1
293 two 1
294 two 1
295 control 1
296 control 1
297 one 1
298 control 1
299 control 1
300 two 1
301 two 1
302 control 1
303 two 1
304 one 1
305 control 1
306 control NA
307 control 1
308 control 1
309 control 1
310 two 1
311 control 1
312 one 1
313 one 1
314 two 1
315 control 1
316 two 1
317 one 1
318 control 1
319 two 1
320 two 1
321 control 1
322 two 1
323 control 1
324 control 1
325 one 1
326 one 1
327 two 1
328 two 1
329 two 1
330 two 1
331 control 1
332 one 1
333 one 1
334 control NA
335 control 1
336 two 1
337 one 1
338 two 1
339 one 1
340 two 1
341 one 1
342 one 1
343 control 1
344 control 1
345 control 1
346 control 1
347 one 1
348 one 1
349 two 1
350 control 1
351 control 1
352 two 1
353 control 1
354 control 1
355 one 1
356 one 1
357 two 1
358 two 1
359 control 1
360 control 1
361 control 1
362 one 1
363 two 1
364 two 1
365 control 1
366 control 1
367 two 1
368 two 1
369 one 1
370 one 1
371 two 1
372 one 1
373 one 1
374 two 1
375 two 1
376 two NA
377 two 1
378 one 1
379 control NA
380 one 1
381 one 1
382 one 1
383 two 1
384 two 1
385 two 1
386 control 1
387 one 1
388 one 1
389 control 1
390 two 1
391 two 1
392 one 1
393 one 1
394 one 1
395 control 1
396 control 1
397 two 1
398 one 1
399 two 1
400 one 1
401 one 1
402 control 1
403 one 1
404 two 1
405 two 1
406 one 1
407 one 1
408 two 1
409 control 1
410 one 1
411 one 1
412 two 1
413 two 1
414 one 1
415 control 1
416 two 1
417 two 1
418 one 1
419 control 1
420 one 1
421 two 1
422 two NA
423 one 1
424 one 1
425 two 1
426 two 1
427 two 1
428 control 1
429 two 1
430 one 1
431 two 1
432 one 1
433 control 1
434 one 1
435 one 1
436 control 1
437 control 1
438 two 1
439 control 1
440 one 1
441 two 1
442 one 1
443 control 1
444 control 1
445 one 1
446 control 1
447 two 1
448 one 1
449 control 1
450 one 1
451 one NA
452 control 1
453 two 1
454 one 1
455 two 1
456 one 1
457 one 1
458 two 1
459 control 1
460 one 1
461 control 1
462 one 1
463 one 1
464 two 1
465 control NA
466 two 1
467 one 1
468 one 1
469 two 1
470 control 1
471 two 1
472 control 1
473 two 1
474 two 1
475 control 1
476 two 1
477 control 1
478 two 1
479 two 1
480 two 1
481 control 1
482 control 1
483 two 1
484 two 1
485 two 1
486 one 1
487 control 1
488 control 1
489 two 1
490 one 1
491 control 1
492 control 1
493 one 1
494 two 1
495 one 1
496 control 1
497 one 1
498 two 1
499 control 1
500 control 1
501 one 1
502 control 1
503 control 1
504 two 1
505 two 1
506 control 1
507 one 1
508 one 1
509 control 1
510 two 1
511 one 1
512 one 1
513 control 1
514 one 1
515 one 1
516 one 1
517 two 1
518 two 1
519 two 1
520 control 1
521 two 1
522 one 1
523 one 1
524 one 1
525 two 1
526 two 1
527 control 1
528 control 1
529 one 1
530 control 1
531 two 1
532 control 1
533 control 1
534 one 1
535 control 1
536 two 1
537 control 1
538 control 1
539 control 1
540 control 1
541 control 1
542 one 1
543 one 1
544 two 1
545 one 1
546 two 1
547 two 1
548 control 1
549 control 1
550 two 1
551 control 1
552 control 1
553 one 1
554 two 1
555 two 1
556 one 1
557 one 1
558 one 1
559 control 1
560 one 1
561 control 1
562 one 1
563 one 1
564 one 1
565 one 1
566 control 1
567 two 1
568 control 1
569 one 1
570 two 1
571 one 1
572 control 1
573 one 1
574 two 1
575 control 1
576 control 1
577 two 1
578 control 1
579 two 1
580 one 1
581 control 1
582 control 1
583 one 1
584 one 1
585 control 1
586 one 1
587 control 1
588 control 1
589 two 1
590 two 1
591 one 1
592 two 1
593 one 1
594 one 1
595 control 1
596 one 1
597 one 1
598 two 1
599 two 1
600 two 1
601 one 1
602 one 1
603 two 1
604 one 1
605 one 1
606 one 1
607 control 1
608 control 1
609 one 1
610 control 1
611 control 1
612 one 1
613 control 1
614 two 1
615 two 1
616 one 1
617 one 1
618 two 1
619 two 1
620 control 1
621 two 1
622 control 1
623 control 1
624 one 1
625 two 1
626 two 1
627 control 1
628 one 1
629 two 1
630 control 1
631 two 1
632 one 1
633 two 1
634 two 1
635 two 1
636 control 1
637 control 1
638 two 1
639 control 1
640 control 1
641 one 1
642 control 1
643 two 1
644 two 1
645 one 1
646 one 1
647 two 1
648 one 1
649 two 1
650 one 1
651 two 1
652 two 1
653 two 1
654 two 1
655 one 1
656 control 1
657 one 1
658 two 1
659 two 1
660 control 1
661 one 1
662 control 1
663 two 1
664 one 1
665 two 1
666 two 1
667 control 1
668 two 1
669 control 1
670 two 1
671 one 1
672 one 1
673 one 1
674 one 1
675 one 1
676 control 1
677 one 1
678 one 1
679 two 1
680 one 1
681 two 1
682 control 1
683 two NA
684 one 1
685 control 1
686 control 1
687 two 1
688 control 1
689 control 1
690 control 1
691 two 1
692 control 1
693 one 1
694 two 1
695 control 1
696 two 1
697 control 1
698 two 1
699 one 1
700 two 1
701 control 1
702 control 1
703 control 1
704 control 1
705 control 1
706 two 1
707 two 1
708 control 1
709 control 1
710 two 1
711 two NA
712 two NA
713 two 1
714 one 1
715 two 1
716 one 1
717 two 1
718 one 1
719 two 1
720 control 1
721 two 1
722 control 1
723 one 1
724 control 1
725 control 1
726 one 1
727 one 1
728 two 1
729 control 1
730 two 1
731 control 1
732 two 1
733 control 1
734 control 1
735 control 1
736 one 1
737 one 1
738 control 1
739 two 1
740 two 1
741 two 1
742 control 1
743 control 1
744 control 1
745 one 1
746 one 1
747 one 1
748 control 1
749 control 1
750 two 1
751 control 1
752 one 1
753 control 1
754 two 1
755 control 1
756 two 1
757 control 1
758 two 1
759 one 1
760 one 1
761 control 1
762 control 1
763 one 1
764 control 1
765 two 1
766 two 1
767 one 1
768 control 1
769 one 1
770 two 1
771 two 1
772 control 1
773 control 1
774 one 1
775 two 1
776 one 1
777 control 1
778 control 1
779 two 1
780 one 1
781 one 1
782 two 1
783 one 1
784 control 1
785 one 1
786 two 1
787 two 1
788 one 1
789 one 1
790 one 1
791 control 1
792 two 1
793 one 1
794 one 1
795 control 1
796 control 1
797 control 1
798 two 1
799 control 1
800 one 1
801 two 1
802 control 1
803 control 1
804 one 1
805 one 1
806 control 1
807 two 1
808 one 1
809 control 1
810 control 1
811 two 1
812 two 1
813 one 1
814 one 1
815 two 1
816 two 1
817 one 1
818 control 1
819 two 1
820 control 1
821 one 1
822 control 1
823 one 1
824 two 1
825 two 1
826 two 1
827 two 1
828 two 1
829 control 1
830 two 1
831 control 1
832 two 1
833 one 1
834 two 1
835 one 1
836 one 1
837 control 1
838 one 1
839 control 1
840 one 1
841 two 1
842 one 1
843 two 1
844 control 1
845 two 1
846 control 1
847 control 1
848 one 1
849 one 1
850 one 1
851 one 1
852 one 1
853 one 1
854 one 1
855 one 1
856 one 1
857 two 1
858 one 1
859 two 1
860 control 1
861 one 1
862 control 1
863 one NA
864 one 1
865 control 1
866 control 1
867 one 1
868 one 1
869 control 1
870 one 1
871 two 1
872 control 1
873 control 1
874 one 1
875 control 1
876 control 1
877 two 1
878 control 1
879 one 1
880 two 1
881 one 1
882 two 1
883 one 1
884 two 1
885 control 1
886 control 1
887 two 1
888 two 1
889 one 1
890 two 1
891 one 1
892 one 1
893 control 1
894 two 1
895 two 1
896 two 1
897 control 1
898 two 1
899 one 1
900 one 1
901 two 1
902 two 1
903 two 1
904 two 1
905 two 1
906 one 1
907 control 1
908 two 1
909 one 1
910 control 1
911 control 1
912 one 1
913 one 1
914 control 1
915 control 1
916 control 1
917 one 1
918 one 1
919 two 1
920 two 1
921 one 1
922 two 1
923 one 1
924 control 1
925 two 1
926 two 1
927 two 1
928 control 1
929 one 1
930 one 1
931 two 1
932 control 1
933 control 1
934 one 1
935 two 1
936 one 1
937 one 1
938 one 1
939 control 1
940 two 1
941 two 1
942 control 1
943 one 1
944 two 1
945 control 1
946 one 1
947 control 1
948 one 1
949 two 1
950 two 1
951 two 1
952 two 1
953 two 1
954 two 1
955 control 1
956 one 1
957 control 1
958 two 1
959 one 1
960 two 1
961 one 1
962 control NA
963 two 1
964 one 1
965 control 1
966 one 1
967 control 1
968 two 1
969 two 1
970 control 1
971 one 1
972 control 1
973 one 1
974 two 1
975 control 1
976 one 1
977 two 1
978 two 1
979 control 1
980 one 1
981 one 1
982 control 1
983 control 1
984 one 1
985 one 1
986 one 1
987 two 1
988 control 1
989 control 1
990 one 1
991 two 1
992 two 1
993 two 1
994 one 1
995 control 1
996 one 1
997 two 1
998 two 1
999 one 1
1000 two 1
1001 two 1
1002 one 1
1003 two 1
1004 two 1
1005 two 1
1006 two 1
1007 control 1
1008 two 1
1009 control 1
1010 one 1
1011 control NA
1012 control 1
1013 control 1
1014 control 1
1015 one 1
1016 two NA
1017 control 1
1018 two 1
1019 one 1
1020 control 1
1021 two 1
1022 control 1
1023 two 1
1024 two 1
1025 two 1
1026 one 1
1027 one 1
1028 control 1
1029 two 1
1030 one 1
1031 control 1
1032 two 1
1033 control 1
1034 two 1
1035 two 1
1036 control 1
1037 one 1
1038 two 1
1039 one 1
1040 control 1
1041 two 1
1042 one 1
1043 one 1
1044 one 1
1045 control 1
1046 control 1
1047 one 1
1048 two 1
1049 one 1
1050 one 1
1051 two 1
1052 control 1
1053 two 1
1054 two 1
1055 two 1
1056 one 1
1057 two 1
1058 two 1
1059 one 1
1060 one 1
1061 control 1
1062 control 1
1063 one 1
1064 two 1
1065 one 1
1066 control 1
1067 control 1
1068 one 1
1069 one 1
1070 control 1
1071 control 1
1072 one 1
1073 control NA
1074 two 1
1075 control 1
1076 two 1
1077 two NA
1078 one 1
1079 control 1
1080 one 1
1081 control 1
1082 two 1
1083 one 1
1084 one 1
1085 control 1
1086 two 1
1087 control 1
1088 control 1
1089 one 1
1090 one 1
1091 one 1
1092 one 1
1093 one 1
1094 control 1
1095 one NA
1096 control 1
1097 one 1
1098 one 1
1099 one 1
1100 control 1
1101 control 1
1102 two 1
1103 control 1
1104 two 1
1105 control 1
1106 control 1
1107 one 1
1108 control 1
1109 two 1
1110 control 1
1111 two 1
1112 control 1
1113 control 1
1114 two 1
1115 control 1
1116 one 1
1117 two 1
1118 one 1
1119 two 1
1120 two 1
1121 control 1
1122 two 1
1123 control 1
1124 control 1
1125 two 1
1126 two 1
1127 control 1
1128 two 1
1129 control 1
1130 one 1
1131 one 1
1132 two 1
1133 control 1
1134 one 1
1135 two 1
1136 one 1
1137 two 1
1138 control 1
1139 control 1
1140 two 1
1141 control 1
1142 two NA
1143 one 1
1144 one 1
1145 two 1
1146 one 1
1147 two 1
1148 two 1
1149 two 1
1150 one 1
1151 one 1
1152 control 1
1153 two 1
1154 two 1
1155 two 1
1156 two 1
1157 one 1
1158 control 1
1159 two 1
1160 one 1
1161 control 1
1162 control 1
1163 one 1
1164 two 1
1165 one 1
1166 control 1
1167 two 1
1168 control 1
1169 two 1
1170 two 1
1171 two 1
1172 one 1
1173 one 1
1174 control 1
1175 two 1
1176 one 1
1177 control 1
1178 control 1
1179 one 1
1180 one 1
1181 one 1
1182 control 1
1183 control 1
1184 two 1
1185 two 1
1186 control NA
1187 one 1
1188 one 1
1189 control 1
1190 control 1
1191 two 1
1192 two NA
1193 control 1
1194 control NA
1195 control 1
1196 control 1
1197 one 1
1198 two 1
1199 control 1
1200 one 1
1201 one NA
1202 control 1
1203 control 1
1204 control 1
1205 one 1
1206 control 1
1207 control 1
1208 control 1
1209 control 1
1210 control 1
1211 control 1
1212 two 1
1213 two 1
1214 control 1
1215 control 1
1216 two 1
1217 control 1
1218 control NA
1219 one 1
1220 one 1
1221 two 1
1222 one 1
1223 one 1
1224 two 1
1225 control 1
1226 one 1
1227 control 1
1228 two 1
1229 one 1
1230 two 1
1231 one 1
1232 two 1
1233 two 1
1234 control 1
1235 two 1
1236 two 1
1237 one 1
1238 two 1
1239 two 1
1240 control 1
1241 control 1
1242 one 1
1243 one 1
1244 two 1
1245 control 1
1246 two 1
1247 two 1
1248 two 1
1249 two 1
[ reached getOption("max.print") -- omitted 2211 rows ]
knitr::opts_chunk$set(echo = FALSE)